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

Error 500 when hitting Next Page on a youtube channel's Playlists tab #182

Open
madoptics opened this issue Oct 17, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@madoptics
Copy link

Traceback (most recent call last):
File "D:-\youtube-local-v2.8.5-windows\python\Lib\site-packages\flask\app.py", line 1455, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\python\Lib\site-packages\flask\app.py", line 869, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\python\Lib\site-packages\flask\app.py", line 867, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\python\Lib\site-packages\flask\app.py", line 852, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\youtube\channel.py", line 537, in get_channel_page
return get_channel_page_general_url('https://www.youtube.com/channel/' + channel_id, tab, request, channel_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\youtube\channel.py", line 469, in get_channel_page_general_url
polymer_json = get_channel_tab(channel_id, page_number, sort,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\youtube\channel.py", line 236, in get_channel_tab
content = util.fetch_url(
^^^^^^^^^^^^^^^
File "D:-\youtube-local-v2.8.5-windows\youtube\util.py", line 359, in fetch_url
raise FetchError(str(response.status), reason=response.reason,
youtube.util.FetchError: HTTP error during request: 500 Internal Server Error

@madoptics
Copy link
Author

Just wanted to add that it's only on some channels and I don't encounter it on others.

@Vjay15
Copy link

Vjay15 commented Nov 15, 2023

the same problem but w every channel

@user234683 user234683 added the bug Something isn't working label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants