question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Notify (Pushbullet) Plugin Error.

See original GitHub issue

Hi, since last week i have this error in my log. Up to this point everything worked without problems.

2019-11-13 10:30 ERROR    notify_entry  NexBox    'x-ratelimit-reset'
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notify.py", line 104, in send_notification
    send_notification(*args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notification_framework.py", line 124, in send_notification
    title, message, rendered_config
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notifiers/pushbullet.py", line 89, in notify
    self.send_push(key, title, message, config.get('url'), d, 'device_iden')
  File "/usr/local/lib/python3.5/dist-packages/flexget/components/notify/notifiers/pushbullet.py", line 130, in send_push
    int(response.headers['X-Ratelimit-Reset'])
  File "/usr/local/lib/python3.5/dist-packages/requests/structures.py", line 52, in __getitem__
    return self._store[key.lower()][1]
KeyError: 'x-ratelimit-reset'

Flexget: 2.21.32 API: 1.5.0

Same with Flexget 3.0.8 and Python 3.8

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
BrutuZcommented, Nov 30, 2019

I’d think so

2019-11-30 16:03 ERROR    notify_entry  download-movies-1080p-discover 'x-ratelimit-reset'
Traceback (most recent call last):
  File ".\flexget\flexget\components\notify\notify.py", line 101, in send_notification
    send_notification(*args, **kwargs)
  File ".\flexget\flexget\components\notify\notification_framework.py", line 122, in send_notification
    title, message, rendered_config
  File ".\flexget\flexget\components\notify\notifiers\pushbullet.py", line 93, in notify
    self.send_push(key, title, message, config.get('url'))
  File ".\flexget\flexget\components\notify\notifiers\pushbullet.py", line 128, in send_push
    int(response.headers['X-Ratelimit-Reset'])
  File ".\flexget\lib\site-packages\requests\structures.py", line 52, in __getitem__
    return self._store[key.lower()][1]
KeyError: 'x-ratelimit-reset'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Notify-PushBullet Error - Home Assistant Community
I checked my automations and noticed that I had two that referred to notify.PushBullet while the name of my notify component was pushbullet....
Read more >
Unable to send PushBullet notifications - General/Windows
I realised recently I haven't been getting PushBullet notifications, so I tried sending a test notification from the plugin settings page ...
Read more >
Tasker not recognizing Pushbullet notifications - Google Groups
The problem I have seems like a bug in the Tasker side. I have a 'new notification' event, but it doesn't trigger with...
Read more >
Not receiving notifications on computer : r/PushBullet - Reddit
I use PushBullet, and an app that relies heavily on PushBullet just to function. When the problem first started, my other app wouldn't...
Read more >
Pushbullet API Documentation
Pushbullet's messaging extension enables any messaging app on Android to offer quick-reply functionality from PC via desktop notifications shown by Pushbullet's ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found