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

Issue on docs #86

Open
wzying58 opened this issue Dec 17, 2023 · 1 comment
Open

Issue on docs #86

wzying58 opened this issue Dec 17, 2023 · 1 comment

Comments

@wzying58
Copy link

Path: /get-started/pure-python

Error with the command below:

$ chainlit run app.py -w
2023-12-17 22:41:45 - Your app is available at http://localhost:8000
message async handler error
Traceback (most recent call last):
File "C:\Python311\Lib\site-packages\socketio\async_server.py", line 545, in _handle_connect
success = await self._trigger_event(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\socketio\async_server.py", line 631, in _trigger_event
ret = await handler(*args)
^^^^^^^^^^^^^^
TypeError: connect() missing 1 required positional argument: 'auth'

@willydouhard
Copy link
Contributor

Is it strictly running the documentation's code? What version of Chainlit are you using?

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

2 participants