-
Notifications
You must be signed in to change notification settings - Fork 257
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
Android: Fail Authorisation-related problems. Error code: 3 #291
Comments
What error does "Test connection" return? |
"Test connection" returns Fail Authorisation-related problems. Error code: 3 |
AFAIR, it is usually a redirect-related problem. Set wallabag URL as specific as possible (use https, if http gets redirected to https; don't use "www.example.com" if it gets redirected to "example.com" and visa versa). |
Thanks for the quick reply. From the beginning, I had set the correct url, but tried it again withh https (which is correct in my setup) and without - it still does not work. Please advise. |
Do you use a subdomain (wallabag.example.com) and/or subdirectory (example.com/wallabag)? |
I m using a subdirectory (https://mydomain.com/wallabag ) I tried with and without a trailing / |
Try adding |
That did the trick - thanks a lot for your patient assistance, I really appreciate it. I can't remember having read this in the docs, so maybe it can be added. A simple solution to a showstopper problem. Thanks to all wallabag contributors - keep up the great work. |
You are welcome. @Strubbl, if I'm not mistaken you contribute to the documentation, right? If so, can you please note this case somewhere. |
No, i think documenting those things is not a good solution. (Nobody reads documentation for setting up an app. Try&error is the way to go.) I am reopening this issue with the following proposal:
If one of those mentioned alternatives succeeds, we should save the alternative improved URL as wallabag-URL in the settings automatically. And if all those alternatives fail, we can return error code 3. With those alternative we catch the most common error cases in the setup process. What do you think? Should we implement this kind of hidden helpers? |
Well, I actually implemented some logic in #282 that should cover all the cases you offered. Here is a description of the logic:
It covers all the case I could think of. The implementation is messy though. You may try it in the Connection Wizard or in Settings in #282. |
Okay, perfect, i did not know that. So we need to merge your PR. |
Hi, I have just installed V2 of your great app on my server (apache vps shared) via softaculous. Unfortunately I cannot connect with either the Android app or the ff extension. Manual addition of urls works though, as did the import from 1.x. I had a 1.x install that I used with the android app so I thought this might be related to #203 but wiping the database and reinstalling the app did not help.
I also looked at https://www.wallabag.org/pages/download-wallabag.html (softaculous tab) and the documentation but could not find any solution. Please advise - I d really like to use it again.
The text was updated successfully, but these errors were encountered: