-
Notifications
You must be signed in to change notification settings - Fork 37
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
extra positionial arguments ?? #81
Comments
I reproduced the issue with the following code, and from my tests it seems the issue appears with this Circuitpython PR: import socketpool
import ssl
import wifi
import adafruit_requests
from secrets import secrets
wifi.radio.connect(ssid=secrets["ssid"], password=secrets["password"])
socket_pool = socketpool.SocketPool(wifi.radio)
requests = adafruit_requests.Session(socket_pool, ssl.create_default_context())
response = requests.get("http://wifitest.adafruit.com/testwifi/index.html")
print(response.text) |
@Neradoc Thank you! |
FYI - my code does run normally with the 7.0.0 release. |
fixed by #82 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just updated a MAGTAG to the current tip of main and updated all the libraries to the current bundle. The code I am running has been running for several months but now it is failing when trying to get the localtime
magtag.get_local_time()
Has something changed?
here is the code.py
The text was updated successfully, but these errors were encountered: