mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #300] shiori import cli command broken on rpi-shiori image? #219
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@dchakro commented on GitHub (May 18, 2021):
Can you give more information?
cat bookmarks.htmlinside shiori's shell? i.e. is the file accessible there?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.
@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.
@ippocratis commented on GitHub (Feb 10, 2022):
I have switched to another dockerised bookmark manager
reopened the issue eitherway
@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.