You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running in a docker from hub.docker.com:
sissbruecker/linkding:latest | pulled on 2020-04-07 15:16:52
I can't seem to get the import to work. I've tried exporting from Firefox and Chrome, but always the same error:
An error occurred during bookmark import.
Any pointers to enabling error logs on the docker instance? If I was running the dev setup, I would enable the debug logs in django settings, but want to avoid that, if possible and keep it within docker.
The text was updated successfully, but these errors were encountered:
Hey @sissbruecker I was able to narrow down the issue to KeyError being raised while importing bookmarks, because of the absence of certain attributes in the tag.
The root cause should be fixed thanks to @arpitgogia . I also added some error handling and logging around the importer. I updated the Docker image with the fixes.
I'll close this for now, please reopen if the issue persists.
Running in a docker from hub.docker.com:
sissbruecker/linkding:latest | pulled on 2020-04-07 15:16:52
I can't seem to get the import to work. I've tried exporting from Firefox and Chrome, but always the same error:
An error occurred during bookmark import.
Any pointers to enabling error logs on the docker instance? If I was running the dev setup, I would enable the debug logs in django settings, but want to avoid that, if possible and keep it within docker.
The text was updated successfully, but these errors were encountered: