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

TypeError: function expected at most 3 arguments, got 4 #62

Closed
joseshiru opened this issue Jan 20, 2020 · 1 comment
Closed

TypeError: function expected at most 3 arguments, got 4 #62

joseshiru opened this issue Jan 20, 2020 · 1 comment

Comments

@joseshiru
Copy link

Hi guys,

I'm running the basic example of the picoweb in a ESP32 with MicroPython v1.12, and I'm getting this error:

Traceback (most recent call last):
File "main.py", line 20, in
File "/lib/picoweb/init.py", line 311, in run
File "/lib/picoweb/init.py", line 293, in serve
File "/lib/uasyncio/core.py", line 129, in run_forever
File "/lib/uasyncio/init.py", line 32, in add_reader
TypeError: function expected at most 3 arguments, got 4

======
File "main.py", line 20, in is "app.run(debug=True)"

Thanks

@pfalcon
Copy link
Owner

pfalcon commented Jan 21, 2020

Duplicate of #45

@pfalcon pfalcon closed this as completed Jan 21, 2020
@pfalcon pfalcon marked this as a duplicate of #45 Jan 21, 2020
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