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

Hang on python 3.10.4 #195

Closed
sophiedegran opened this issue Jan 7, 2024 · 3 comments
Closed

Hang on python 3.10.4 #195

sophiedegran opened this issue Jan 7, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@sophiedegran
Copy link

Migrate from microdot 1.33 to 2.02
Use Microdot and Websocket package.
It seem to be an asyncio problem..
microdot.py line 25 in invoke handler
TypeError: BaseEventLoop.run_in_executor () got an unexpected keyword argument 'path'

The same code (with microdot 2.02) work perfectly well under micropython 1.21

Perharps the 2.x version is no more compatible directly with python?
I will try with python last release (3.12.x)

@miguelgrinberg miguelgrinberg self-assigned this Jan 7, 2024
@miguelgrinberg miguelgrinberg added the bug Something isn't working label Jan 7, 2024
@miguelgrinberg
Copy link
Owner

This is actually a bug, I'll take care of it shortly.

@miguelgrinberg
Copy link
Owner

@sophiedegran Please upgrade to 2.0.3 for the fix.

@sophiedegran
Copy link
Author

sophiedegran commented Jan 7, 2024 via email

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