Hello, I love the concept of having crypto prices on my keyboard, but sadly, I didn't manage to do this. When I tried to install the program (after following all the steps in the readme file), I encountered an error that said:
Traceback (most recent call last):
File "C:\Users\pepik\Desktop\crypto-oled-2.0\crypto-oled-2.0\crypto-graphing.py", line 239, in
graph = getGraph(0)
^^^^^^^^^^^
File "C:\Users\pepik\Desktop\crypto-oled-2.0\crypto-oled-2.0\crypto-graphing.py", line 96, in getGraph
for i in data["prices"]:
~~~~^^^^^^^^^^
KeyError: 'prices'
I think there might be an API issue.
Hello, I love the concept of having crypto prices on my keyboard, but sadly, I didn't manage to do this. When I tried to install the program (after following all the steps in the readme file), I encountered an error that said:
Traceback (most recent call last):
File "C:\Users\pepik\Desktop\crypto-oled-2.0\crypto-oled-2.0\crypto-graphing.py", line 239, in
graph = getGraph(0)
^^^^^^^^^^^
File "C:\Users\pepik\Desktop\crypto-oled-2.0\crypto-oled-2.0\crypto-graphing.py", line 96, in getGraph
for i in data["prices"]:
~~~~^^^^^^^^^^
KeyError: 'prices'
I think there might be an API issue.