Skip to content

Conversion from adafruit_esp32spi_socket to adafruit_esp32spi_socketpool making esp32spi_wsgiserver.py error #21

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

Open
dandindarov opened this issue Jul 24, 2024 · 3 comments

Comments

@dandindarov
Copy link

dandindarov commented Jul 24, 2024

Hello,

Since this conversion happened:
adafruit/Adafruit_CircuitPython_ESP32SPI#198

esp32spi_wsgiserver.py will need to be updated please to fix the import to socketpool instead of socket

And the set_interface command was removed. So line 45 for example will need to be updated please

Thanks,
Dan

@gomer-noah
Copy link

Is there a workaround for this? I'd really love to run a basic http server on a MatrixPortal M4. This closed issue points to using WSGI, but because of this bug WSGI doesn't work either. The linked issue above is closed as completed but I don't see the resolution...

@justmobilize
Copy link
Contributor

@dandindarov or @gomer-noah are you trying to run the example here? Happy to get this fixed, just looking for a starting off point.

@gomer-noah
Copy link

@justmobilize Sorry, don't recall what examples I was trying. When it didn't work and there weren't any replies I moved on pretty quick to an arduino approach instead of CircuitPython. But I do remember I didn't get far before the error. Let me know if you can't replicate the problem with that example and I can try and help.

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

3 participants