Skip to content

Silent failure when internet permission missing #714

Closed
@tr4npt

Description

@tr4npt

If the app doesn't have internet permissions, the post() method never calls any of the callbacks (not even onFinished()) and does not log any error messages.

This issue occurs in the AsyncHttpRequest run() method:

    try {
        makeRequestWithRetries();
    } catch (IOException e) {

IOException should be changed to Exception to catch and report this error.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions