-
Notifications
You must be signed in to change notification settings - Fork 1.3k
"Sending Thanks: Failure" despite good WiFi #3202
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
Comments
Please first try to reproduce the issue, then post the logcat here. |
sure I am trying to reproduce the issue @nicolas-raoul |
@chaytanyasinha |
Thanks @nicolas-raoul for assigning me new issues |
By the way the other issue #2744 says even if it says "success", thanks is not being sent. @chaytanyasinha are you sure it worked for you? |
Yes @neslihanturan,Initially I thought it worked but later I came to know about the issue #2744 . |
Hi, is this issue assigned to @chaytanyasinha in the end ? We are a team who want to work on this project and have been redirected to this issue. |
I have replicated the bug, here is the logcat : |
Android 7, API 24, on my tablet |
After re-replicating the issue, i have a clean logcat, so the previous one might be related to something else. Also it seems consistent replicating it like that : This seems to replicate the bug consistently The only line I have in logcat (warnings) is : |
This issue will be discussed under #2744 |
@SamuelleMollard
Just to be sure: You can reproduce the bug consistently even when the Internet is reachable during the whole length of the test? You don't cut the WiFi nor switch to airplane mode during the reproduction steps, right? @neslihanturan I think there are two separate problems:
Both must be fixed. Please reopen if you agree :-) |
I would suggest reopening this issue and having Samuelle work on it, while Chaytanya works on #2744 :-) |
Oh okay I missed the connectivity issues part, sorry for inconvenience. This one is yours @SamuelleMollard :) |
Very well, I will try to solve that tomorrow and this weekend |
I didn't see your comment sorry. |
Hum, I have been looking through the code to try and understand what is happening, but I am not sure what org.wikipedia.dataclient.Service is, nor where I can find it. So far it seems that service.thank(String.valueOf(revisionId), null, |
Thanks for investigating! Please reproduce the problem in debug mode from Android Studio (you will need a computer for that). When the thank method is called, navigate the stack to see how this method behaves. The Service method must come from one of the libraries linked to in https://github.com/commons-app/apps-android-commons/blob/master/app/build.gradle |
OK, I have a problem. My breakpoint did not work, Android Studio's message is : |
I also appear to have a lot of warnings |
Well, I got the debugger to work, though I haven't figured the bug out. I can't find a way to understand what this "Service" is, and it is probably the one sending a failure since everything else seem to work fine. |
Thanks for your investigation! |
Seems good, thanks. |
I think this problem does not persist now. I tried sending thanks and it worked successfully. |
Thanks (from the Peer Review features) have been working well recently, so let's close this. |
Latest master
I reviewed one picture which was a great picture with everything perfect, I chose the thank the uploader.
I sent my log file, it might contain relevant information.
The text was updated successfully, but these errors were encountered: