[GH-ISSUE #300] shiori import cli command broken on rpi-shiori image? #219

Closed
opened 2026-02-25 23:33:43 +03:00 by kerem · 4 comments
Owner

Originally created by @ippocratis on GitHub (Mar 5, 2021).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/300

trying shiori on a rpi400
usuin https://hub.docker.com/r/malitov/rpi-shiori
container runs fine and can add bookmarks usunig the addon or manualy
but i cant import my firefox html exported bookmarks
docker exec 82fd1391a2ea shiori import /root/shiori/bookmarks.html
returns
Failed to open /root/shiori/bookmarks.html: open /root/shiori/bookmarks.html: no such file or directory
of coarse the path and file are correct
any ideas?
i miss something or the container is just broken?

edit:
first entering cli with docker exec -it shiori sh and then shiori import bookmarks.html also gives Failed to open no such file or directory error

Originally created by @ippocratis on GitHub (Mar 5, 2021). Original GitHub issue: https://github.com/go-shiori/shiori/issues/300 trying shiori on a rpi400 usuin https://hub.docker.com/r/malitov/rpi-shiori container runs fine and can add bookmarks usunig the addon or manualy but i cant import my firefox html exported bookmarks docker exec 82fd1391a2ea shiori import /root/shiori/bookmarks.html returns Failed to open /root/shiori/bookmarks.html: open /root/shiori/bookmarks.html: no such file or directory of coarse the path and file are correct any ideas? i miss something or the container is just broken? edit: first entering cli with docker exec -it shiori sh and then shiori import bookmarks.html also gives Failed to open no such file or directory error
kerem closed this issue 2026-02-25 23:33:43 +03:00
Author
Owner

@dchakro commented on GitHub (May 18, 2021):

Can you give more information?

  • can you cat bookmarks.html inside shiori's shell? i.e. is the file accessible there?
  • Can you add an example bookmark file for pastebin/privatebin etc.

What I'm suspecting is that the bookmark file has titles, or descriptors in addition to URLs. If that is the case I wrote a scipt to improve importing from Pocket, by stripping Pocket's exported file and just keep the URLs. I can help you out with it if you show me an example export from FF.

<!-- gh-comment-id:842806561 --> @dchakro commented on GitHub (May 18, 2021): Can you give more information? - can you ```cat bookmarks.html``` inside shiori's shell? i.e. is the file accessible there? - Can you add an example bookmark file for pastebin/privatebin etc. What I'm suspecting is that the bookmark file has titles, or descriptors in addition to URLs. If that is the case I wrote [a scipt](https://github.com/go-shiori/shiori/wiki/Usage#improved-import-from-pocket) to improve importing from Pocket, by stripping Pocket's exported file and just keep the URLs. I can help you out with it if you show me an example export from FF.
Author
Owner

@fmartingr commented on GitHub (Feb 10, 2022):

Hello @ippocratis, keep in mind that you are using an image from a fork. I'm unsure this should be reported to us or to your upstream image. If you oir @dchakro can confirm this is happing here, please comment on this issue so I can reopen it and properly tag it. Thank you.

<!-- gh-comment-id:1035474333 --> @fmartingr commented on GitHub (Feb 10, 2022): Hello @ippocratis, keep in mind that you are using an image from [a fork](https://github.com/malitov/shiori). I'm unsure this should be reported to us or to your upstream image. If you oir @dchakro can confirm this is happing here, please comment on this issue so I can reopen it and properly tag it. Thank you.
Author
Owner

@ippocratis commented on GitHub (Feb 10, 2022):

I have switched to another dockerised bookmark manager
reopened the issue eitherway

<!-- gh-comment-id:1035544403 --> @ippocratis commented on GitHub (Feb 10, 2022): I have switched to another dockerised bookmark manager reopened the issue eitherway
Author
Owner

@dchakro commented on GitHub (Feb 11, 2022):

But @ippocratis can you confirm if it is happening in radhifadlillah/shiori or not? Because as @fmartingr said, if it is in a different docker container, this issue is not appropriate for this repo.

<!-- gh-comment-id:1036110791 --> @dchakro commented on GitHub (Feb 11, 2022): But @ippocratis can you confirm if it is happening in [radhifadlillah/shiori](https://hub.docker.com/r/radhifadlillah/shiori) or not? Because as @fmartingr said, if it is in a different docker container, this issue is not appropriate for this repo.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#219
No description provided.