Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

BUG: Unhandled error in plugin pushbullet: EOF occurred in violation of protocol

$
0
0

@shotfirer wrote:

Suddenly I've started to get this error on the same task every run.

2016-12-07 09:17 CRITICAL task          NEWSTUDIO       BUG: Unhandled error in plugin pushbullet: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol
Traceback (most recent call last):
  File "/opt/local/lib/python2.7/site-packages/flexget/task.py", line 443, in __run_plugin
    return method(*args, **kwargs)
  File "/opt/local/lib/python2.7/site-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/opt/local/lib/python2.7/site-packages/flexget/plugins/output/pushbullet.py", line 102, in on_task_output
    self.send_push(task, apikey, title, body, url)
  File "/opt/local/lib/python2.7/site-packages/flexget/plugins/output/pushbullet.py", line 139, in send_push
    response = task.requests.post(pushbullet_url, headers=headers, data=json.dumps(data), raise_status=False)
  File "/opt/local/lib/python2.7/site-packages/requests/sessions.py", line 518, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/opt/local/lib/python2.7/site-packages/flexget/utils/requests.py", line 234, in request
    result = super(Session, self).request(method, url, *args, **kwargs)
  File "/opt/local/lib/python2.7/site-packages/requests/sessions.py", line 475, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/local/lib/python2.7/site-packages/requests/sessions.py", line 585, in send
    r = adapter.send(request, **kwargs)
  File "/opt/local/lib/python2.7/site-packages/requests/adapters.py", line 477, in send
    raise SSLError(e, request=request)
SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol

It happened just out of the blue. No config changes was made.
What's worse is that this error aborts the task (why??? it's just notification, nothing critical), so it fails to mark the entries in this task as downloaded, so it keeps downloading them over and over and over again.

What's can be the cause of this problem and how to get rid of it?

Posts: 11

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles