mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-24 22:15:52 +03:00
[GH-ISSUE #1181] JSON.parse errors when bookmarking #485
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#485
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 @edsu on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/1181
Data
Describe the bug / actual behavior
When I bookmark https://pardalotus.tech/posts/2024-10-02-falsehoods-programmers-believe-about-dois/ I get an error:
I noticed that the browser devtools that the POST that the Shiori interface is doing resulted in a 502 Error from the server?
This has happened to me in the past with other URLs, but I haven't found a pattern in what the problem is. I think it may sometimes work, depending on whether I am archiving the URL or not?
Expected behavior
I expected the bookmark to be saved!
To Reproduce
Try to bookmark https://pardalotus.tech/posts/2024-10-02-falsehoods-programmers-believe-about-dois/
Screenshots
I included some above.
Notes
Add any other context about the problem here.
@edsu commented on GitHub (Jan 29, 2026):
This URL seems to trigger it too?
https://osf.io/preprints/socarxiv/6z5pa_v1
@edsu commented on GitHub (Feb 1, 2026):
And https://automerge.org/
@fmartingr commented on GitHub (Feb 1, 2026):
Do you have some server logs? I haven't tested all the links, but I just tried the last one, and it works just fine. Seems like a server/proxy error.
@edsu commented on GitHub (Feb 24, 2026):
I saw it again just now when bookmarking
https://arstechnica.com/tech-policy/2026/02/wikipedia-bans-archive-today-after-site-executed-ddos-and-altered-web-captures/. This is what popped into my/var/log/syslogI tried logging out of Shiori, and restarting Shiori, but the behavior stayed the same.
@edsu commented on GitHub (Feb 25, 2026):
I ran into it again with https://dangerzone.rocks/
I'm assuming you can bookmark this ok?