Plugin issues in FN11.2-Beta2

Status
Not open for further replies.

Mark Orchard

Cadet
Joined
Jan 17, 2017
Messages
8
Hi all,

So far the 11.2-Beta looks a lot more stable than Corral, so great work, THANKS! I had some issues with plugins in 11.2B1 and was told to wait for 11.2B2, and it's definitely working better - I've managed to install a couple of plugins and get the jails configured.

Here are the couple of issues I've run into so far:

  • Sonarr plugin actual installs radarr
  • sabnzbd won't install
Code:
Error: concurrent.futures.process._RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/dulwich/client.py", line 1261, in _http_request
	resp = self.opener.open(req)
  File "/usr/local/lib/python3.6/urllib/request.py", line 532, in open
	response = meth(req, response)
  File "/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
	'http', request, response, code, msg, hdrs)
  File "/usr/local/lib/python3.6/urllib/request.py", line 570, in error
	return self._call_chain(*args)
  File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
	result = func(*args)
  File "/usr/local/lib/python3.6/urllib/request.py", line 650, in http_error_default
	raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 401: Authorization Required


Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/job.py", line 332, in run
	await self.future
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/job.py", line 356, in __run_body
	rv = await self.middleware._call_worker(self.serviceobj, self.method_name, *self.args, job={'id': self.id})
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 977, in _call_worker
	job,
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 908, in run_in_proc
	return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 902, in run_in_executor
	return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
dulwich.errors.GitProtocolError: unexpected http response 401 for https://github.com/freenas/iocage-plugin-sabnzbd/info/refs?service=git-upload-pack


Since I can't even find the https://github.com/freenas/iocage-plugin-sabnzbd I would have to guess it's set to private?
 

Mark Orchard

Cadet
Joined
Jan 17, 2017
Messages
8
Huh,

That'd do it. You wouldn't have any idea why the sonarr plugin installs radarr would you? I've got mysql running in jail, and couchpotato is working great. Once I can get sabnzbd and sonarr working I'll set!
 
Status
Not open for further replies.
Top