Wallabag silently fails import

What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.0.12 (stable).
What app is this about: Wallabag 2

Describe your issue

App works great, looks fine, but import fails silently. I’m trying to import a csv from Instapaper, select the file, press upload, page refreshes to empty form.

Share relevant logs or error messages

None

1 Like

Hello,
I have the same with an .json import

Same for me. I exported the json from another Yunohost-installation

To better understand what’s going on, can you check if anything is being written in a log mentioned in the installation script?

Run the following command:

sudo tail -n 0 -f /var/www/wallabag2/var/logs/prod.log

Then trigger the bug. Hopefully the app will write about it in there.

Hey Titus,

Sorry it took me a while to loop back, I had some trouble getting a more recent export.

No output at all in that log file when I attempt the import, just the same silent failure.

I also have problems importing anything into the ynh wallabag instance. I have a JSON file from wallabag.it but when I try to import it I get:

This form should not contain extra fields.

I think this error comes from Symfony and is similar to the problem discussed here. So this should actually be fixed in newer wallabag versions. But the ynh app is currently on 2.5.4 whereas the main public server at wallabag.it is running 2.6.10.

It seems there are (automatically generated?) branches and PRs to update the ynh app at Branches · YunoHost-Apps/wallabag2_ynh · GitHub

What is the status of this? How could one help to make the update happen? Are the Ci-generated branches worth trying out / installing those versions manually?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.