plex_debrid
plex_debrid copied to clipboard
[plex error]: could not reach plex" after te last update of Plex Debrid and Plex
Anyone else getting the error "[plex error]: could not reach plex" after te last update of Plex Debrid? I've updated plex debrid and Plex with the latests version and i'm getting this error... Already tried another token but still no luck.. I can react http://localhost:32400/ without any problem. Does anyone know what to do? 🙂
With debugging on Plex Debrid stops after this error:
`Exception in thread Thread-1 (threaded): Traceback (most recent call last): File "/scraper/init.py", line 26, in scrape t.start() File "/usr/local/lib/python3.12/threading.py", line 971, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't create new thread at interpreter shutdown
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/local/lib/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/ui/init.py", line 426, in threaded element.download(library=library) File "/content/classes.py", line 1201, in download self.Releases += scraper.scrape(self.query(title).replace( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/scraper/init.py", line 30, in scrape t.start() File "/usr/local/lib/python3.12/threading.py", line 971, in start _start_new_thread(self._bootstrap, ())`