Rik

Members
  • Posts

    2
  • Joined

  • Last visited

Rik's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Oh never mind, I had SMB performance issues a couple weeks ago and the recommendation on this forum was to disable hardlinks. Reverting that solved the error.
  2. Since a week or two SickGear is broken on my unraid server (V6.8.3). I constantly get the following error: 2020-06-25 18:22:52 WARNING SG_HELPER :: Exception caught while loading URL https://api.thetvdb.com/search/series 1) Detail... Function not implemented 2) Traceback (most recent call last): 3) File "/app/sickgear/lib/lockfile/linklockfile.py", line 33, in acquire 4) os.link(self.unique_name, self.lock_file) 5) OSError: [Errno 38] Function not implemented: '/config/cache/sessions/b/9/a/7/a/Tower-27c20b20.248-4914351849232010613' -> '/config/cache/sessions/b/9/a/7/a/b9a7ab519f0cc11cd4fe903dbcb277f70ccda0f916ebbe46b51cd9aa.lock' 6) During handling of the above exception, another exception occurred: 7) Traceback (most recent call last): 8) File "/app/sickgear/lib/sg_helpers.py", line 299, in get_url 9) response = session.get(url, timeout=timeout, **kwargs) 10) File "/app/sickgear/lib/requests/sessions.py", line 550, in get 11) return self.request('GET', url, **kwargs) 12) File "/app/sickgear/lib/requests/sessions.py", line 537, in request 13) resp = self.send(prep, **send_kwargs) 14) File "/app/sickgear/lib/requests/sessions.py", line 690, in send 15) r.content 16) File "/app/sickgear/lib/requests/models.py", line 842, in content 17) self._content = b''.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b'' 18) File "/app/sickgear/lib/requests/models.py", line 755, in generate 19) for chunk in self.raw.stream(chunk_size, decode_content=True): 20) File "/app/sickgear/lib/urllib3/response.py", line 564, in stream 21) data = self.read(amt=amt, decode_content=decode_content) 22) File "/app/sickgear/lib/urllib3/response.py", line 507, in read 23) data = self._fp.read(amt) if not fp_closed else b"" 24) File "/app/sickgear/lib/cachecontrol/filewrapper.py", line 65, in read 25) self._close() 26) File "/app/sickgear/lib/cachecontrol/filewrapper.py", line 52, in _close 27) self.__callback(self.__buf.getvalue()) 28) File "/app/sickgear/lib/cachecontrol/controller.py", line 325, in cache_response 29) self.cache.set( 30) File "/app/sickgear/lib/cachecontrol/caches/file_cache.py", line 126, in set 31) with self.lock_class(name) as lock: 32) File "/app/sickgear/lib/lockfile/__init__.py", line 238, in __enter__ 33) self.acquire() 34) File "/app/sickgear/lib/lockfile/linklockfile.py", line 36, in acquire 35) raise LockFailed('%s' % e.strerror) 36) lockfile.LockFailed: Function not implemented does somebody know what is causing this ?