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

Import depth is too deep - max recursion stack traces being thrown on import #19

Open
geudrik opened this issue Oct 7, 2021 · 1 comment

Comments

@geudrik
Copy link

geudrik commented Oct 7, 2021

FeatherS2 running 7.0.0, using the 7.0.0 libraries

>>> from adafruit_gc_iot_core import MQTT_API, Cloud_Core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "adafruit_gc_iot_core.py", line 32, in <module>
  File "adafruit_jwt.py", line 32, in <module>
  File "adafruit_rsa/__init__.py", line 16, in <module>
  File "adafruit_rsa/key.py", line 27, in <module>
  File "adafruit_rsa/prime.py", line 13, in <module>
  File "adafruit_rsa/randnum.py", line 12, in <module>
  File "adafruit_rsa/transform.py", line 14, in <module>
  File "adafruit_binascii.py", line 57, in <module>
RuntimeError: maximum recursion depth exceeded
>>> 
@geudrik
Copy link
Author

geudrik commented Oct 11, 2021

#20 coupled with the above fixes this issue, but others exist for actually getting GC MQTT working. I'm now currently at a point where MQTT hangs at connecting :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant