FreeNAS Core 11.2u8 Unable to List Plugins - requests.exceptions.HTTPError: 451

Vargrimt

Cadet
Joined
Aug 1, 2023
Messages
1
Hello,

Trying to install a plugin on FreeNAS Core 11.2u8 I am getting the following error:

Error: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 166, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1093, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1037, in _call
return await self._call_worker(name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1058, in _call_worker
return await self.run_in_proc(main_worker, name, args, job)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 990, in run_in_proc
return await async_run_in_executor(loop, executor, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/utils/asyncio_.py", line 41, in async_run_in_executor
raise result
requests.exceptions.HTTPError: 451 Client Error: for url: http://pkg.cdn.trueos.org/iocage/11.2-RELEASE/All

This seems analogous to what was discussed in the following thread related to a faulty CDN update:

https://www.truenas.com/community/t...d-please-check-system-network-settings.108509

If I curl as lyricnz did in the Original Post, I do not get HTTP 451 unless I set the user agent as Python, so I think this issue has returned. I am not sure how to open an official support case with ixSystems (or if I even can).
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
I am not sure how to open an official support case with ixSystems (or if I even can).
Use the "Report a Bug" link at the top of every forum page. Or it can be done through the TrueNAS GUI instead.
 
Top