You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 therequests
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.
The text was updated successfully, but these errors were encountered: