smartbutnot / flightportal

Project for displaying the details of planes overhead on an Adafruit MatrixPortal and LED matrix
267 stars 25 forks source link

'module' object has no attribute 'get' error #24

Open mshry88 opened 2 months ago

mshry88 commented 2 months ago

I got a handfull of errors that I have been able to sort through but one has me stuck.

First I got an error about the library adafruit_ticks missing. I added that and then I got and error on line 144 saying that .show() has been romoved and to chang it to .root_group = x. That changed seemed to fix that issue.

Now where I am stuck. It connects to the internet then throws the following error.

Traceback (most recent call last): File "code.py", line 420, in File "code.py", line 388, in get_flights AttributeError: 'module' object has no attribute 'get'

Not sure if those first two isses may be related to to this get error. Any help is appreciated.

mshry88 commented 2 months ago

Switching to Circuitpython 8.2 from the latest Circuitpython corrected most of this.