-
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
Error performing complete update (array in authors) #818
Comments
@tcitworld I think this is important, I can't use the app because I can't update. I'm going to a previous version by now. I will test again if you release some fix. |
That's a long shot, but can you run this on your server? select id, url, published_by from wallabag_entry where published_by like '%;a:%'; // Update: I'm able to see the exactly same error if I manipulate an entry to have another array inside of authors array. |
@di72nn bingo! id = 629 |
By the way, the |
I guess the extraction was fixed. To make the error searchable: Thanks for the report, maybe it'll help someone else! |
@di72nn is fixed in wallabag app or in wallabag web? |
That just shouldn't happen. Refetch the article (on the server) and the problem should be gone. I think the extraction rule was broken in the past or something like that. |
@di72nn how is that? I have my own server, if I don't update the server or something I get the same result, Array... |
The entry in question was fetched with older server version (in the early 2017), if you refetch it with 2.3.8, the field should update with the correct value. |
Issue details
I built the apk from master (to test #811) and when I perform a complete update in the app. I see this error.
Environment details
The text was updated successfully, but these errors were encountered: