Skip to content

Randomly getting Error 100 when calling cloud code methods using iOS SDK #118

@anoopnimkar

Description

@anoopnimkar

I am intermittently getting an error while making Parse cloud calls using iOS SDK, (calls our cloud code method implemented on parse)

Its either this error,
The network connection was lost. (Code: 100, Version: 1.7.5)
or
failed with error message: Request timed out (Code: 141, Version: 1.7.5)

We have Android client making same requests but it doesn't throw these errors. Also, I confirmed the internet connectivity and tried on different networks to confirm the issue.

We tried following approaches to reproduce the issue,
A1 - iOS Client calls cloud code methods using Parse SDK (* Issue reproduced)
A2 - iOS Client calls cloud code methods using REST API call with NSURLConnection (
* Issue reproduced)
A3 - iOS Client fetches data by using REST API query with NSURLConnection (** Issue NOT reproduced)

Any inputs on debugging this issue would be very helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions