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 trying to use "sort by views" sorting on channel page #181

Open
dnchshrp opened this issue Sep 25, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@dnchshrp
Copy link

Traceback (most recent call last):
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\python\Lib\site-packages\flask\app.py", line 2190, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\python\Lib\site-packages\flask\app.py", line 1486, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\python\Lib\site-packages\flask\app.py", line 1484, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\python\Lib\site-packages\flask\app.py", line 1469, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\youtube\channel.py", line 464, in get_channel_page
return get_channel_page_general_url('https://www.youtube.com/channel/' + channel_id, tab, request, channel_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\youtube\channel.py", line 380, in get_channel_page_general_url
util.check_gevent_exceptions(*tasks)
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\youtube\util.py", line 602, in check_gevent_exceptions
raise task.exception
File "src\gevent\greenlet.py", line 908, in gevent._gevent_cgreenlet.Greenlet.run
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\youtube\channel.py", line 234, in get_channel_tab
content = util.fetch_url(
^^^^^^^^^^^^^^^
File "C:\Users\user\Downloads\youtube-local-v2.8.4-windows\youtube-local\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

@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

2 participants