-
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
app V1.9.x incompatibility with Wallabag V2.0.x #203
Comments
Same for me ! |
Same problem here. I get the error "Wallabag service not found; check URL. Error code: 1". |
I have the same issue |
Hi there. It's a work in progress at #204. Expect it at the end of the week. |
if you want to follow progress, #210 is the PR to watch for. With those changes basically v2 is supported now. |
unfortunately V 1.9.9.1 doesn't work for me. Although wallabg server (2.0.1) is operable (and token has been created) the app responds "Wallabag service not found; check URL. Error code: 1" |
The check fails because the App cannot find the following string in the source code of your Wallabag URL:
Maybe that changed from 2.0.0 to 2.0.1. I don't have that version running. If you can provide the URL to your instance I can double-check it. |
THX |
Root cause for this problem is, that the wallabag instance is located in the subdirectory wallabag/, but the app expects it directly in / |
OK, thanks |
No problem, but it would be nice if you can test again if PR #212 is merged. |
Hi, I've just tested V1.9.9.2 :login (connection test) is working now, and the right RSS token is catched. |
Did you make sure to save the settings after getting the RSS token ? There's a save button at the bottom of the settings that needs to be pressed so that the new settings must be applied. |
RSS token settings are saved definately. |
If you can do so (I'll create an account). |
opened |
I don't seem to receive the confirmation email to register. I guess your server doesn't allow sending emails. If there's nothing to do about this, can you change your password and provide your credentials at tcit at tcit dot fr ? |
Got it. It's an issue with the fact that you're hosted within a subdirectory. The userid in the Feed credentials section is set to |
Yep, perfect! |
Reads like an open task: only user everything right from the last slash in the string as userid. |
The latest upgrades are crashing on my device. It seems to connect to the server in the settings but when I sync it crashes. my server is like (wallabag is at the root) http://server:port |
@gerroon so you are only pressing the "test connection" button after entering your server details and the app crashes completely? I ask, because i cannot not reproduce it with my wallabag instance which is listening on https://server:port |
@gerroon I had the same problem. Wiping the database in the settings solved it. After that I was able to sync again without crashes. |
Sounds valid. Unfortunately we have no migration path from using a v1 instance and going up to a v2 instance. @Nepochal's hint is the solution here (or you can of course deinstall and install the app again if that is easier for you). @tcitworld should we wipe the database in the app everytime the URL or the login data changes? Then we should consider adding an issue for that to not forget it. |
I think we should do this at the same time we move the settings panel to a proper |
Hi, I've just setup a new Wallabag instance today. I'm trying to connect with the app, but am unable to get it connected. "Wallabag Service not found". I'm running on a HTTPS secured connection. I followed the documentation on the front page
I get there and i get that error. Maybe it's the wrong URL? Which URL am i supposed to use? Regards. |
@sourcenix Yes, your url is missing the nickname in the end, e.g. for me it would be https://www.framabag.org/u/strubbl |
Thanks for the reply I see it removed my formatting. But anyway, this is the URL format i use in the app: https://www.framabag.org/u/sourcenix And it gives me Wallabag service not found? |
@sourcenix Yes, and the app behaves correctly. If i open your link, I get a 404 in my browser, too. Maybe you have a typo in your nickname while registration? Please have a closer look at your activation mail. Don't you get a 404 in the browser when you try to open https://www.framabag.org/u/sourcenix ? |
Nope, patch is not merged yet. #215 |
@tcitworld cool thanks for the fast answer, i'll follow #215 then. :) |
Wiping the data does not work for me. The app stilll crashes when syncing |
I had problem with app but it was because in wallabag url i enter https://mydomain/ the last dash was a error maker ;-) If someone have problem with 2.0.1 and this app, this could be the problem ;-) |
@bigretromike Yes, this was also my problem. I had the trailing slash. |
I'm indeed running v2 on my server + android app. I'll wait for a fix ! |
I had the same crashing app while sync. Starred articles provoke 500 error resulting in crashing android app. |
Please check out new update. |
Hey all, Just arrived, installed my own server and configured app, however am I the only one getting a 500 error when trying to "mark as read" an article ? Thanks ! |
@parquetn In my case that error was fixed in wallabag (server) v2.0.2. |
@parquetn If you use v2.wallabag.org, it will be updated soon. |
my crash
|
I am migrating from my Framabag account (Wallabag 1.9) to a self-hosted 2.0.3 instance. I had the latest Android app, but I uninstalled and reinstalled it because of the database issues mentioned in this thread. I am now at 1.9.9.3, with no obsolete configuration left. First I entered the URL (no trailing slash) and my credentials, and then pressed "test connection". Result "Echec. Erreur inconnue. Code d'erreur: 4". I tried to retrieve the RSS feed data nevertheless, which crashed the app. In my mailbox, I found a message from my Wallabag instance with a code for two-factor-authentication, which I have indeed enabled on the server. I used the navigator to connect to my server first, choosing "I am on a trusted device" when entering the confirmaton code. Then I tried configuring the app again, but with exactly the same error message and crash. Any ideas? |
Oops.... I got another e-mail with a confirmation code. Apparently the Android app is seen as a different device from the Web browser on the same phone. That means I am stuck, right? Back to Wallabag 1.9 :-( |
Indeed, the android app doesn't yet use the API so you can't use it with 2FA. |
I disabled 2FA and now the app works fine, so this was the cause of all my problems. |
Just as an FYI for those reading this... If you tried to connect with the mobile app and got an "wallabag service not found error code 1" style message due to 2FA or a wrong URL: hosting wallabag (latest version) in a subdirectory works fine for the app if you delete the data of the app. I got that error message due to 2FA and the app kept giving the error even after I disabled 2FA. However, the app worked fine as soon as I deleted the app's data. Hope this helps anyone. |
so i found this issue as well and found that 2FA breaks the android app as well. i find this utterly confusing - maybe there should be a warning somewhere in the app for this? i would have totally failed to figure that out if i didn't know about github (and spent a good 20 minutes reading up on issues here :)... |
Closed as mostly obsolete. |
I'm actual not shure if it is known that the current android app seems to be incompatible with the recently released V2.0 server-version?
Seems like a bug to me
Kind regards
The text was updated successfully, but these errors were encountered: