-
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
Unable to fetch articles on new Android device #1325
Comments
What version of MySQL are you using? |
I have MySQL version 5.7.28. |
I upgraded Wallabag to 2.4.0 and the issue still persists. |
I'm seeing almost the same thing over here:
Wallabag v2.5.2 (commit 63b7b1c18fbeccfa31f5c9617b1fdccd95d26864). Ubuntu Server v20.04 LTS. php v8.1 (from package). MySQL v8.0.31-0ubuntu0.20.04.2. Wallabagger for Android v2.4.3 (229). |
@di72nn is this an issue with your api-wrapper? |
It's not an app issue. It's just one of the fields containing old incorrect data (probably the author field). Check this comment: #818 (comment). |
The link does not work. Strange, the issue #818 does not exist. What happened here? |
Weird. Here's another related issue: #1049. Also this: wallabag/wallabag#4412 |
Now, the 818 link does work again. So this seemed to be a Github issue, that it was 404 yesterday. |
Issue details
When I log in the Android app on a new device, it throws an error 500 when it try to fetch articles.
Other devices works fine. I checked wallabag_dir/var/logs/prod.log and these lines are added when i try to sync articles:
-> request.INFO: Matched route "api_get_entries". {"route":"api_get_entries","route_parameters":{"_controller":"Wallabag\\ApiBundle\\Controller\\EntryRestController::getEntriesAction","_format":"json","_route":"api_get_entries"},"request_uri":"https://mywallabagdomain.tld/api/entries.json?order=asc&page=1&perPage=30&since=0&sort=created","method":"GET"} [] -> request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Types\ConversionException: "Could not convert database value "a:1:{i:0;s:27:" ? V..." to Doctrine Type array" at /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php line 46 {"exception":"[object] (Doctrine\\DBAL\\Types\\ConversionException(code: 0): Could not convert database value \"a:1:{i:0;s:27:\" ? V...\" to Doctrine Type array at /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php:46)"} []
Environment
git clone
Steps to reproduce/test case
The text was updated successfully, but these errors were encountered: