Sabnzbd won't update

Status
Not open for further replies.

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
Hey All,

For awhile now I haven't been able to update SABnzbd through Freenas plugin screens. I get "there was problem creating PBI". I'm stuck at sabnzbd-1.2.0-amd64 .

FreeNAS-9.10.2-U6 (561f0d7a1)

Much Thanks,
 
D

dlavigne

Guest
What appears in /var/log/messages after an attempted update?
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
What appears in /var/log/messages after an attempted update?
Does this help ?

Response:
{
"err": 1,
"message": "project is not enabled"
}
Oct 8 17:29:53 freenas manage.py: [rollbar:1097] Exception while posting item ApiError(u'project is not enabled',)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1095, in _send_payload
_post_api('item/', payload, access_token=access_token)
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1138, in _post_api
return _parse_response(path, SETTINGS['access_token'], payload, resp)
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1274, in _parse_response
raise ApiError(json_data.get('message') or 'Unknown error')
ApiError: project is not enabled
Oct 8 17:33:28 freenas manage.py: [middleware.exceptions:37] [MiddlewareError: There was a problem creating the PBI]
Oct 8 17:33:28 freenas manage.py: [rollbar:1097] Exception while posting item ConnectionError(ProtocolError('Connection aborted.', error(54, 'Connection reset by peer')),)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1095, in _send_payload
_post_api('item/', payload, access_token=access_token)
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1136, in _post_api
verify=SETTINGS.get('verify_https', True))
File "/usr/local/lib/python2.7/site-packages/rollbar/lib/transport.py", line 7, in post
return _session.post(*args, **kw)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 522, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/session
Oct 8 17:33:28 freenas manage.py: s.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/adapters.py", line 473, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(54, 'Connection reset by peer'))
 
D

dlavigne

Guest
A traceback would do it...

Anything in your network that would cause the "Connection reset by peer" message?
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
A traceback would do it...

Anything in your network that would cause the "Connection reset by peer" message?

Sorry, Don't know what you mean ?
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
Ahhh OK, Internet is good. Must be a router setting I assume?
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
Bump... any idea what to try ???
Jeff
 

dvand

Dabbler
Joined
Oct 5, 2014
Messages
35
It is telling you there is a connection issue. Would have to figure out if it's at your end or where it's connecting too.



Sent from my Pixel XL using Tapatalk
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
It is telling you there is a connection issue. Would have to figure out if it's at your end or where it's connecting too.

It seems to download the update but then can't update. Everything else seems to connect to internet just fine (Sabnzbd, etc)
 
Status
Not open for further replies.
Top