-
-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse Cloud on Android with error i/o failure. #1048
Comments
This looks like a network issue. The client SDK seems to be unable to reach Parse Server. Do other requests (like queries or user sign-up) execute successfully when made by client SDK? |
yes, everything is working except ParseCloud. |
Can you post the Parse Server logs when you try to call a Cloud Code function? |
logs are given below: 2020-07-11 10:46:15.314 14777-14820/ V/com.parse.ParseRequest: Request failed. Waiting 1512 milliseconds before attempt #1 |
These are the Android logs, can you post the Parse Server logs? |
ok i dont have that. |
I'm closing this as it does not seem to be a Parse Android SDK issue. Here are some resources you can try:
Feel free to comment if you have any questions and we can re-open this issue. |
hi, im stuck with this issue on android devices, i used :
everything i can find on google, but still when i call parse cloud function request 👍
always getting error,
V/com.parse.ParseRequest: Request failed. Waiting 1232 milliseconds before attempt parse-community/parse-server#1
V/com.parse.ParseRequest: Request failed. Waiting 1232 milliseconds before attempt parse-community/parse-server#2
V/com.parse.ParseRequest: Request failed. Waiting 1232 milliseconds before attempt parse-community/parse-server#3
V/com.parse.ParseRequest: Request failed. Waiting 1232 milliseconds before attempt parse-community/parse-server#4
error i/o failure.
could you please help me?
The text was updated successfully, but these errors were encountered: