parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 739 forks source link

com.parse.ParseRequest: Request failed. Waiting 2106 milliseconds before attempt #1153

Closed Shvet closed 2 years ago

Shvet commented 2 years ago

New Issue Checklist

Issue Description

I have updated Parce SDK versions from 1.23.1 to 3.0.0 and tried to run code, It has started since i have updated to latest version and i am getting errors like

2022-01-24 19:31:35.084 26410-26666/com.shvet.dreamromance D/com.parse.ParseRequest: Request failed. Waiting 1053 milliseconds before attempt #1
2022-01-24 19:31:36.144 26410-26668/com.shvet.dreamromance D/com.parse.ParseRequest: Request failed. Waiting 2106 milliseconds before attempt #2
2022-01-24 19:31:38.256 26410-26673/com.shvet.dreamromance D/com.parse.ParseRequest: Request failed. Waiting 4212 milliseconds before attempt #3
2022-01-24 19:31:42.473 26410-26680/com.shvet.dreamromance D/com.parse.ParseRequest: Request failed. Waiting 8424 milliseconds before attempt #4

I know same problems have been asked but when i try to run on postman it give ok Result Screenshot 2022-01-24 193513

Steps to reproduce

Updating to newest version of Android SDK (3.0.0), On Parse Initialization i got error.

Actual Outcome

com.parse.ParseRequest: Request failed.

Expected Outcome

Environment

Parse Android SDK

Server

Database

Logs

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!

mtrezza commented 2 years ago

It seems you are looking for help with the SDK implementation. I'm closing this as it does not seem to be a Parse Android SDK issue.

Feel free to comment if you have any questions and we can re-open this issue.

Shvet commented 2 years ago

@mtrezza I think i found problem, actually it is not generating right API address if you check it out it does not include class in url, while in installtion it does include. can you guide why it is happening?

mtrezza commented 2 years ago

I suggest you open a topic in the forum to look into your configuration. It may help if you provide more details regarding your last comment.