Skip to content

Utilizing the library on other adafruit/esp32 hardware. #1

@ContinualDissapointment

Description

While attempting to utilize this module for a circuitpython project I ran into issues regarding the modules required for the example code.
The Matrix Portal M4 according to Adafruits documentation doesn't support:
socketpool, ssl or wifi.

#m4
requests = adafruit_requests.Session(pool, ssl_context)
#s3
SESSION = adafruit_requests.Session(POOL, ssl_context=ssl.create_default_context())

It also is worth noting pool for adafruit is lowercase and for their m4 documentation went with requests.
I am currently investigating how to work around this issue, Adafruit markets the S3 as an upgrade to the M4, but obviously that is not ideal.
I believe that because of this session and module discrepancy it is causing the redirect_uri to not populate properly, preventing authentication.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions