0xaaiden/Compound-Watcher

401 Client Error: Unauthorized for url: https://api.pushbullet.com/v2/devices

Closed this issue · 0 comments

C:\Users\Alexander Bradley\Downloads\Compound-Watcher-master\Compound-Watcher-master\files>python app.py
The bot is connected to the ethereum network
Traceback (most recent call last):
File "app.py", line 8, in
from modules import *
File "C:\Users\Alexander Bradley\Downloads\Compound-Watcher-master\Compound-Watcher-master\files\modules.py", line 36, in
devices = p.getDevices()
File "C:\Users\Alexander Bradley\AppData\Local\Programs\Python\Python38\lib\site-packages\pushbullet\pushbullet.py", line 68, in getDevices
return self._request("GET", HOST + "/devices")["devices"]
File "C:\Users\Alexander Bradley\AppData\Local\Programs\Python\Python38\lib\site-packages\pushbullet\pushbullet.py", line 43, in _request
r.raise_for_status()
File "C:\Users\Alexander Bradley\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.pushbullet.com/v2/devices