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

Fix HTTPS requests #6

Open
kf0mlb opened this issue Jan 5, 2024 · 0 comments
Open

Fix HTTPS requests #6

kf0mlb opened this issue Jan 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kf0mlb
Copy link
Collaborator

kf0mlb commented Jan 5, 2024

I recently upgraded the MicroPython version from 1.19 to 1.21.0. After adjusting module names (1.21.0 changes from u-modules to straight names, ie ujson to json) and cross-compiling libraries and font assets using mpy-cross, I noticed the Weather Update kept aborting and/or erroring out. After some troubleshooting I did notice that the NTP request was still working, so the requests module name change isn't what broke. Upon further testing, I narrowed it down that HTTP sites loaded fine, but HTTPS sites were aborted.

This is where I am stuck.

@kf0mlb kf0mlb added the bug Something isn't working label Jan 5, 2024
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

1 participant