-
Notifications
You must be signed in to change notification settings - Fork 62
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
Shiori extension never creates archive #48
Comments
Try this one: https://github.com/go-shiori/shiori-web-ext This is the latest Version 0.8.6 and working fine for me |
The version I use has the same version number (0.8.6) and I still have this issue. I just added a bookmark using the firefox addon and there is again only the tags and the link. This time the manual archive worked though.
docker logs output
I can't find a way to increase the logging level. If you think that is helpful and can tell me how, I can post the output. The network tab of the addon shows this request when I add something: https://pastebin.com/9QqiAV2w (pastebin becuase very long) |
No Problem here with synology docker, FF latest release with Extension 0.8.6. Be sure no Adblock or script is blocking. Also set "Create archive by default" on shiori Settings (Webpage) and allow all settings in Extensions. |
If it were an issue with content blocking, shouldn't it then not work manually either? Just to make sure I tried it again without adblock, same result. Here is the request from the addon including response again: https://pastebin.com/6DcFzR7h Also, in the response of the HTTP request from the addon I see this at the bottom
It seems not to try to make an archive. The reponse also contains the entire HTML of https://en.wikipedia.org/wiki/Main_Page (what I tested it with) I use this shiori.service file on Ubuntu 22.04 Server:
Oh and here is the reverse proxy config (i use caddy)
|
Is there a log I can provide somewhere? Also, is this correct? The server seems to think everytrhing goes fine, but for some reason it thinks that it shouldn't create an archive, even though that setting is active. At least that's my interpretation.
|
Report the same issue here. Server: Client: Url: Error: Possible help: |
Update: I tried to down grade the server, using binary version 1.5.1 + 0.8.6 ext is correctly creating the bookmarks (although very slow). |
It's an API issue, |
Data
server: ubuntu 22.10
client: fedora silverblue 37 + firefox
Describe the bug / actual behavior
Server is set up to create archives of saved bookmarks. Using the web interface, entering a new bookmark correctly creates an archive, pulls a banner image, etc. Using the referenced extension, however, the bookmark creates a plaintext bookmark (url and no banner image). It does not seem to be a matter of waiting for a job to execute, as I left a link for a few hours and it didn't pull the archive. Weirdly, this seems to conflict with another bug report.
Expected behavior
Clicking the shiori browser extension creates a bookmark and content archive.
To Reproduce
Steps to reproduce the behavior:
Notes
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: