CarlP

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by CarlP

  1. Update #3 Ran the docker update and v2.13.4 resolved the issue Update #2 looks like there is an update for this issue. I'm sure it will be here for us shortly. Tautulli github v2.13.4 (2023-12-07) UI: Fix: Tautulli configuration settings page not loading when system language is None. Fix: Login cookie expiring too quickly. --------------------- (UPDATE #1: downgraded Tautulli v2.13.3 back to Tautulli v2.13.2 to clear the issue linuxserver/tautulli:2.13.2 Waiting for more information about the error) Same error today after plugin update UNRAID v 6.12.4 Tautulli v2.13.3 SETTINGS PAGE: Tautulli Configuration Error ! TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' </tr> <tr> <td>System Language:</td> <td>${plexpy.SYS_LANGUAGE + (' (override {})'.format(plexpy.CONFIG.PMS_LANGUAGE) if plexpy.CONFIG.PMS_LANGUAGE else '')}</td> </tr> <tr> <td>Python Version:</td> <td>${sys.version}</td> </tr> /app/tautulli/data/interfaces/default/configuration_table.html, line 77: <td>${plexpy.SYS_LANGUAGE + (' (override {})'.format(plexpy.CONFIG.PMS_LANGUAGE) if plexpy.CONFIG.PMS_LANGUAGE else '')}</td> /app/tautulli/lib/mako/runtime.py, line 936: callable_(context, *args, **kwargs) /app/tautulli/lib/mako/runtime.py, line 948: result = template.error_handler(context, error) /app/tautulli/lib/mako/runtime.py, line 938: _render_error(template, context, compat.exception_as()) /app/tautulli/lib/mako/runtime.py, line 916: _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) /app/tautulli/lib/mako/runtime.py, line 874: _render_context( /app/tautulli/lib/mako/template.py, line 439: return runtime._render(self, self.callable_, args, data) /app/tautulli/plexpy/webserve.py, line 143: return template.render(http_root=http_root, server_name=server_name, cache_param=cache_param,
  2. Can anyone confirm that this actually functions on the latest binhex/arch-radarr:4.5.2.7388-1-01 "Fixed: (UI) Show studio and release/added dates in movie index" is marked under changes from https://github.com/Radarr/Radarr/releases/tag/v4.5.2.7388 I can confirm that there is NO issue running binhex/arch-radarr:4.4.4.7068-1-01 displaying "Show Cinema Release Date" and "Show Release Date" @binhex any idea?
  3. With the lastest update to Radarr "Show Cinema Release Date" and "Show Release Date" does not populate info under the movie thumbnail . Radarr > Movies > Options > check "Show Cinema Release Date" and "Show Release Date" The info will not display under images. If I rollback to 4.4.4.7068-1-01 if functions as expected. Saw this mentioned on Reddit aswell https://www.reddit.com/r/radarr/comments/13t24fh/update_4517282_does_not_show_release_dates_in/
  4. Unraid Version: 6.9.2 Updated Radarr 4.1.0.6175 to latest 4.2.4.6635 Completed without error Up and running No issues so far
  5. @angelomango I find myself using Status and Interface for doing Test Downloads to check for speed. I also look there to check to see the IP Address of the PIA server I am connected to when I have speed concerns. Like last night between 9pm - 11pm no matter which Eastcoast USA locations I connected through I was only seeing 1mb. Things that should take seconds took an hour. Times like that I would be checking to see the IP Address of the server I was connected to then doing a look up to see where it really was. All servers I "was" selecting to connect through last night were Eastcoast BUT I found at one time I was was actually connected through Seattle Washington which is Westcoast.... Nothing to do with Sab but till frustrating SMH
  6. SOLVED: changed Name_Servers Value: 84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 For whatever reason mine was 37.235.1.174,1.1.1.1,8.8.8.8,37.235.1.177,1.0.0.1,8.8.4.4,209.222.18.222,209.222.18.218 ******************************************** Hello All, I am get the following error when clicking on Status and Interface Option Unraid Ver 6.9.2 Sabnzbd Ver 3.6.1 (not sure how to view the exact 3.6.1 -?.?? ) I have seen this before I updated today.. Thought I had read somewhere that the next update would have resolved it so that's why when I saw the new update I ran it.. Thanks for any assistance 😊 Traceback (most recent call last): File "/usr/lib/sabnzbd/venv/lib/python3.10/site-packages/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) File "/usr/lib/sabnzbd/venv/lib/python3.10/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond response.body = self.handler() File "/usr/lib/sabnzbd/venv/lib/python3.10/site-packages/cherrypy/lib/encoding.py", line 223, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/lib/sabnzbd/venv/lib/python3.10/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__ return self.callable(*self.args, **self.kwargs) File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 180, in internal_wrap return wrap_func(*args, **kwargs) File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 472, in api return api_handler(kwargs) File "/usr/lib/sabnzbd/sabnzbd/api.py", line 104, in api_handler response = _api_table.get(mode, (_api_undefined, 2))[0](name, kwargs) File "/usr/lib/sabnzbd/sabnzbd/api.py", line 414, in _api_status return _api_status_table.get(name, (_api_fullstatus, 2))[0](value, kwargs) File "/usr/lib/sabnzbd/sabnzbd/api.py", line 405, in _api_fullstatus status = build_status( File "/usr/lib/sabnzbd/sabnzbd/api.py", line 1256, in build_status info["publicipv4"] = publicipv4() File "/usr/lib/sabnzbd/sabnzbd/getipaddress.py", line 115, in publicipv4 result = addresslookup4(sabnzbd.cfg.selftest_host()) File "/usr/lib/sabnzbd/sabnzbd/getipaddress.py", line 49, in func_wrapper return sabnzbd.THREAD_POOL.submit(item, *args, **kwargs).result(max_timeout) File "/usr/lib/python3.10/concurrent/futures/_base.py", line 460, in result raise TimeoutError() concurrent.futures._base.TimeoutError
  7. I ran update after adding ":latest" and things seem to be fine I am now running on V3.... Thanks for the all your work !!!!
  8. This worked for me.... BUT doesn't this BYPASS the 2 apps from using the VPN connection?
  9. Container was updated today.. I started to have issues with Radarr and Sonarr tonight with them saying they can't connect to SAB I have them using proxy with the port 8118... I'm not sure what steps I should take to resolved... I added Radarr and Sonarr ports 7878 and 8989 to the ADDITIONAL_PORTS but that did not change resolve the issue. If I point a windows machine to use Proxy via the UNRAID server IP:8118 I can get to the internet and it IS the VPN ip.... Only seems to be an issue with Radarr and Sonarr.. VPN Provider is PIA... is the the area to make changes??
  10. I have done a force update and i am now up and running on the updated version.. Thank you for the quick fix!
  11. this worked for me very easy.... Saved a brain cell... 👍
  12. I am having the same issue with "Cannot open assembly '/usr/lib/radarr/Radarr.exe': No such file or directory" and will wait for the fix... Thanks for addressing the matter
  13. @urbanracer34 Yep! errors went away after the latest update!
  14. I am seeing the same error in log since I updated the plug-in yesterday