Skip to content
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

Install with Docker: can't fetch YouTube URL = 500 error #7308

Open
2 tasks done
Draky50110 opened this issue Mar 1, 2024 · 2 comments
Open
2 tasks done

Install with Docker: can't fetch YouTube URL = 500 error #7308

Draky50110 opened this issue Mar 1, 2024 · 2 comments

Comments

@Draky50110
Copy link

Before submitting the issue, please read:
If wallabag can't parse / extract content for a given link, please first read the documentation about it:
http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that

We have a lot of requests about fetching config issue. It'll help us A LOT if you give a try to fix it on your own following the doc.
If you failed to fix it yourself, tick the following boxes:

  • I've tried myself without success
  • I've replaced HOST in the issue title with the host of the URL that can't be fetched (ie: nytimes.com, 20minutes.fr, bbc.com, etc.)

Content related:

  • URL: [https://www.youtube.com/watch?v=fTTno8D-b2E]
  • wallabag version: [2.6.8]

Describe what's wrong:
500 error :

image

Other normal links (articles from LeMonde for example) are ok.

As a Docker install, there is no possibioty toi chown /var/ directory (and others) to www-data because it is owned by "nobody:nobody".

image

Any idea ?
Thanks.

@HolgerAusB
Copy link

HolgerAusB commented Mar 2, 2024

I am not a developer but it seems to be a problem with code. But just in case, please check if my last patch for youtube's site config is in that last wallabag release. It was committed only a few days before the release.

In wallabag/vendor/j0k3r/graby-site-config/youtube.com.txt the cookie line must be commented out or deleted, it is not valid any more:

#http_header(cookie): CONSENT=YES+srp.gws-20220606;

After changes, wallabag's cache must cleared, but I don't know how to do this with docker. Maybe restarting the container?

@Draky50110
Copy link
Author

It's already commented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants