androidPluto / pluto

Android Pluto is a on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more.
https://androidpluto.com
Apache License 2.0
655 stars 64 forks source link

Waiting for response is endless if POST returns only error code and empty response #314

Open cj-marius-duna opened 4 months ago

cj-marius-duna commented 4 months ago

For more details please see the attachments. The main idea if I get for response only the error code(200, 202, 4xx) back with empty response than the UI is showing "waiting for response" in endless loop

Screenshot 2024-05-03 at 10 36 45 Screenshot 2024-05-03 at 10 34 32
cj-marius-duna commented 4 months ago

While analysing the logs using Proxyman then the API call ended successfully

Duna commented 2 months ago

I confirm that one, the bug is there. Spinner never ends, even if the call is successful. Empty body returned from API call