mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #712] 403 forbidden request forbidden by administrative rules #350
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#350
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 @Tataukee on GitHub (Sep 3, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/712
Unable to save this article , the link either displaying the error message indicated in the title of this issue or opening the link to its original source page .
The article is easily saved to other read later / bookmarks apps .
@Monirzadeh commented on GitHub (Sep 3, 2023):
more context:
go-readability itself can paras that without problem.
@Tataukee commented on GitHub (Sep 3, 2023):
Thank you .
Im using Portainer stack to deploy Shiori .
Do you have an idea how to deploy/integrate go-readability ?
@Monirzadeh commented on GitHub (Sep 3, 2023):
it is problem in shioiri side (shiori use go-readability to get readable version)
if you need to test that just clone repository update
example/main.goand add url you want than rungo run example/main.goi am not sure but somthing should be different between request of
go-shioriandgo-readability(maybe in header) that website detect that and return 403do you have same problem with any other website?
@Tataukee commented on GitHub (Sep 3, 2023):
yes I do actually have a similar problem with another site getting this error this time : Please enable JS and disable any ad blocker .
I do not have any ad blocker .
@Monirzadeh commented on GitHub (Sep 3, 2023):
this one is a little different first one just block when request send from shiori
but the second happen because that site detect you robot (because of IP or can't fingerprint you) that detect my normal browser as robot too.
Please enable JS and disable any ad blockeris part of page that show you to solve CAPTCHA thatgo-readabilityextract that.@fmartingr if i remember correctly you change header request on one of the recent commit is it possible to cause this?
@fmartingr commented on GitHub (Sep 9, 2023):
The first article is failing because of the unrecognised user agent we send when downloading a page:
The second one is probably failing because we do not use a browser for archiving, so javascript is not executed when doing archive. That page may have something in place to detect JS in the browser or something like that.
This raises the old issue of... should we use a browser to create archives? I have, like with everything, ideas around my head, but nothing specific nor in the roadmap at the moment.
The idea of allowing plugins into Shiori is starting to make more sense to me, but it would be an enormous effort to put through, considering there are only two active contributors at the moment.
@Monirzadeh commented on GitHub (Sep 9, 2023):
about the second link i get that on my regular browser too.
i think it is still so soon to add them. maybe first step is to make them easier to debug.
@stale[bot] commented on GitHub (Oct 10, 2023):
This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.