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

/websocket returns 500 internal server error #36

Open
y-kim opened this issue Nov 22, 2021 · 0 comments
Open

/websocket returns 500 internal server error #36

y-kim opened this issue Nov 22, 2021 · 0 comments

Comments

@y-kim
Copy link

y-kim commented Nov 22, 2021

It occurs from the latest docker image.

Logs from the docker instance:

Traceback (most recent call last):

  File "/usr/local/lib/python3.6/site-packages/bottle.py", line 868, in _handle
    return route.call(**args)

  File "/usr/local/lib/python3.6/site-packages/bottle.py", line 1748, in wrapper
    rv = callback(*a, **ka)

  File "/usr/src/app/bottle_websocket/plugin.py", line 5, in wrapper
    callback(request.environ.get('wsgi.websocket'), *args, **kwargs)

  File "/usr/src/app/youtube-dl-server.py", line 59, in echo
    msg = WSAddr.wsClassVal.receive()

  AttributeError: 'NoneType' object has no attribute 'receive'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant