Skip to content

issues Search Results · repo:adafruit/Adafruit_CircuitPython_WSGI language:Python

Filter by

10 results
 (81 ms)

10 results

inadafruit/Adafruit_CircuitPython_WSGI (press backspace or delete to remove)

Traceback (most recent call last): File code.py , line 4, in module File adafruit_wsgi/esp32spi_wsgiserver.py , line 36, in module ImportError: no module named adafruit_esp32spi.adafruit_esp32spi_socket ...
  • tedivm
  • 3
  • Opened 
    on Sep 29, 2024
  • #22

Hello, Since this conversion happened: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/198 esp32spi_wsgiserver.py will need to be updated please to fix the import to socketpool instead ...
  • dandindarov
  • 3
  • Opened 
    on Jul 24, 2024
  • #21

While testing AirLift code, I must have triggered the RuntimeError in WSGIApp.__call__. Which lead to this error: Traceback (most recent call last): File code.py , line 1, in module File counting.py ...
  • dannystaple
  • 1
  • Opened 
    on May 8, 2022
  • #16

I saw this example code for handling POST requests in another issue: @web_app.route( /led_on , [ POST ]) def led_on(request): print( led on! ) r = request.query_params[ r ] g = request.query_params[ ...
  • chabala
  • 6
  • Opened 
    on Apr 8, 2022
  • #15

Does this library support Arduino Nano RP2040? I see from the source and document saying that this library is for ESP32. Or does it have the Arduino Nano RP2040/Raspberry Pi Pico version?
  • cenzwong
  • 2
  • Opened 
    on Mar 31, 2022
  • #14

Can anyone tell me what could cause this error? Traceback (most recent call last): File code.py , line 107, in module File adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py , line 106, in update_poll File ...
  • speccy88
  • 1
  • Opened 
    on Nov 24, 2021
  • #11

There are missing type annotations for some functions in this library. The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for ...
documentation
good first issue
Hacktoberfest
  • FoamyGuy
  • 2
  • Opened 
    on Sep 27, 2021
  • #9

When developing a web application connecting to CircuitPython_WSGI, it s practical to have the web server on the host, and make query to Adafruit_CircuitPython_WSGI from the web application. In such a ...
enhancement
  • Anton-2
  • 3
  • Opened 
    on Nov 12, 2020
  • #7

A very common use case for a web server is to be able to respond with static asset (files). This is primarily so that if a web browser makes an http request to your webserver, you can respond with a .html ...
enhancement
  • mscosti
  • 1
  • Opened 
    on May 20, 2020
  • #6

This is a rough summary of the discussion about Adafruit_CircuitPython_WSGI that I had with @brentru and @mscosti. Any input from the community is welcome and appreciated. Design Goals: A flask or sinatra ...
enhancement
  • siddacious
  • 9
  • Opened 
    on Jul 30, 2019
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub