Skip to content

Commit

Permalink
Upload failed due to socket exception: try debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 31, 2024
1 parent 3755051 commit 343228d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro-cli/src/main/java/maestro/cli/api/ApiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class ApiClient(

client.newCall(request).execute()
} catch (e: IOException) {
return retry("Upload failed due to socket exception")
return retry("Upload failed due to socket exception: ${e.message} ${e.stackTrace}")
}

response.use {
Expand Down

0 comments on commit 343228d

Please sign in to comment.