Closed XxUnkn0wnxX closed 3 years ago
I think you need to reauthorize. Do you use pass ecryption?
From the log:
2020-12-08 05:09:58 DEBUG SNATCHQUEUE-SNATCH-387840 :: [cd5fbd3] Error requesting url http://localhost:8082/api/v2/torrents/add Error: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2020-12-08 05:09:58 ERROR SNATCHQUEUE-SNATCH-387840 :: [cd5fbd3] qBittorrent: Failed Sending Torrent
Client machine went down or similar, shouldn't cause an exception. Fixed with: https://github.com/pymedusa/Medusa/pull/8851
Python Version: 3.8.6 (default, Nov 20 2020, 23:57:10) [Clang 12.0.0 (clang-1200.0.32.27)]
Operating System: macOS-11.1-x86_64-i386-64bit
Locale: UTF-8
Branch: develop
Database: 44.17
Commit: pymedusa/Medusa@6a894fb74a56d684a0952092bcd99c19df5c356e
Link to Log: https://gist.github.com/cdc2b088a01ebad2d732559bf6beab6f
2020-12-11 02:38:24 ERROR SNATCHQUEUE-SNATCH-385002 :: [6a894fb] Snatch failed! For result: [SubsPlease].Higurashi.no.Naku.Koro.ni.Gou.-.11.(1080p).[15323E54].mkv Traceback (most recent call last): File "/Users/ovidijus/Apps/Medusa/medusa/search/queue.py", line 518, in run self.success = snatch_episode(result) File "/Users/ovidijus/Apps/Medusa/medusa/search/core.py", line 167, in snatch_episode result_downloaded = client.send_torrent(result) File "/Users/ovidijus/Apps/Medusa/medusa/clients/torrent/generic.py", line 242, in send_torrent if not self._get_auth(): File "/Users/ovidijus/Apps/Medusa/medusa/clients/torrent/qbittorrent.py", line 48, in _get_auth auth = self._get_auth_v2() File "/Users/ovidijus/Apps/Medusa/medusa/clients/torrent/qbittorrent.py", line 97, in _get_auth_v2 if self.response.status_code == 200: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
there are no issues with authentication. I use login for qBitTorrent but there no issues, every time I get this error the intended torrent that is snatched does not have a tag assigned. it goes into the Uncategorized category in qbittorrent instead of medusa + this has been happening of late hit or miss where it either gets assigned the medusa category/tag or not.
torrents manually triggered per ep in medusa don't have this issue only when medusa automatically snatched Ep's via daily search queue.
Logs: Logs.zip <--qbittorrent logs included
qBittorrent is not reachable:
Error requesting url http://localhost:8082/api/v2/auth/login Error: HTTPConnectionPool(host='localhost', port=8082): Read timed out. (read timeout=30)
well in qbittorrent no issues(N) 2020-12-11T02:38:16 - WebAPI login success. IP: ::1
to long to post here, but after that like, 20 min later it loads all tracker info & torrent is added. https://gist.github.com/XxUnkn0wnxX/bb4851e8fbaceeff4633eb5be5e0f1ee
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@d45caa6b010ad704f4fa84ad120ef4e0b8402e30
Link to Log: No Log available
2020-12-20 06:02:41 ERROR SHOWUPDATER :: [d45caa6] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show The Chi. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@d45caa6b010ad704f4fa84ad120ef4e0b8402e30
Link to Log: No Log available
2020-12-20 06:02:38 ERROR SHOWUPDATER :: [d45caa6] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Znaki. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@d45caa6b010ad704f4fa84ad120ef4e0b8402e30
Link to Log: No Log available
2020-12-23 05:37:54 ERROR SHOWUPDATER :: [d45caa6] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show The Chi. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@d45caa6b010ad704f4fa84ad120ef4e0b8402e30
Link to Log: No Log available
2020-12-23 05:37:50 ERROR SHOWUPDATER :: [d45caa6] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Znaki. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@d45caa6b010ad704f4fa84ad120ef4e0b8402e30
Link to Log: No Log available
2020-12-27 06:16:25 ERROR SHOWUPDATER :: [d45caa6] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Znaki. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@1c1d3279ea1c3bb891b8581671e21543aea00c8c
Link to Log: No Log available
2021-01-05 05:51:07 ERROR SHOWUPDATER :: [1c1d327] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Znaki. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@698ca1db9903a9f716d9ed1910972cbf70ea50e8
Link to Log: No Log available
2021-01-15 06:39:28 ERROR SHOWUPDATER :: [698ca1d] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show The Chi. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@698ca1db9903a9f716d9ed1910972cbf70ea50e8
Link to Log: No Log available
2021-01-15 06:39:25 ERROR SHOWUPDATER :: [698ca1d] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Znaki. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:45:02 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Succession. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:59 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show See. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:56 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Missions. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:52 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Luther. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:49 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Fauda. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:46 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Criminal: UK. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:43 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Condor. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:40 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Strike. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:37 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Bosch. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:34 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Billions. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:31 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show The Chi. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-10-10.0.19041-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@2b874c2c6a3c33d653eec6e50598a194627a6f76
Link to Log: No Log available
2021-01-23 05:44:28 ERROR SHOWUPDATER :: [2b874c2] Problem running show_updater, Indexer TVmaze seems to be having issues while trying to get updates for show Znaki. Cause: AttributeError("'NoneType' object has no attribute 'status_code'"). Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\schedulers\show_updater.py", line 78, in run last_updates[indexer_name], update_max_weeks File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 490, in get_last_updated_series updates = self._get_all_updates(from_time, from_time + (weeks * 604800)) # + seconds in a week File "C:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 467, in _get_all_updates updates = self.tvmaze_api.show_updates() File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 1177, in show_updates q = self._endpoint_standard_get(url) File "C:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)]
Operating System: Windows-10-10.0.17763-SP0
Locale: cp1252
Branch: master
Database: 44.17
Commit: pymedusa/Medusa@b21beeb3be5c7e1dec8cbe4bfc13b565b1e1a0b9
Link to Log: No Log available
2021-02-21 16:12:39 ERROR APIv2-Thread_0 :: [b21beeb] Internal Error searching for show. term(s): ['Pretty Hard Cases'] indexer: tvmaze error: 'NoneType' object has no attribute 'status_code' Traceback (most recent call last): File "G:\Medusa\Medusa\medusa\server\api\v2\internal.py", line 223, in resource_search_indexers_for_show_name indexer_results = indexer_api[search_term] File "G:\Medusa\Medusa\medusa\indexers\base.py", line 403, in __getitem__ selected_series = self._get_series(key) File "G:\Medusa\Medusa\medusa\indexers\base.py", line 157, in _get_series all_series = self.search(series) File "G:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 190, in search results = self._show_search(series, request_language=self.config['language']) File "G:\Medusa\Medusa\medusa\indexers\tvmaze\api.py", line 164, in _show_search results = self.tvmaze_api.get_show_list(show) File "G:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 968, in get_show_list shows = self.show_search(show_name) File "G:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 985, in show_search q = self._endpoint_standard_get(url) File "G:\Medusa\Medusa\lib\pytvmaze\tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.8.7 (default, Feb 12 2021, 02:21:21) [Clang 12.0.0 (clang-1200.0.32.29)]
Operating System: macOS-11.2.1-x86_64-i386-64bit
Locale: UTF-8
Branch: develop
Database: 44.18
Commit: pymedusa/Medusa@29547095919ecb757cff3c9955204453a7aeccbf
Link to Log: https://gist.github.com/e976dc60e31d0e63544d407ad72db80e
2021-02-27 03:09:14 ERROR DOWNLOADHANDLER :: [2954709] qBittorrent: Unable to get API version. Error: AttributeError("'NoneType' object has no attribute 'status_code'") Traceback (most recent call last): File "/Users/ovidijus/Apps/Medusa/medusa/clients/torrent/qbittorrent.py", line 68, in _get_auth raise ValueError('Response from client is empty. [Status: {0}]'.format(response.status_code)) AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.8.5 (default, Aug 2 2020, 15:09:07) [GCC 9.3.0]
Operating System: Linux-4.9.35-v7+-armv7l-with-glibc2.29
Locale: UTF-8
Branch: develop
Database: 44.18
Commit: pymedusa/Medusa@e195b3c102c0ee277fdd0d3d54f02ef1251fa9f5
Link to Log: https://gist.github.com/29125d414c7f01a168acf26a636a0084
2021-04-17 20:02:14 ERROR DOWNLOADHANDLER :: [e195b3c] Exception while checking torrent status. with error: 'NoneType' object has no attribute 'status_code' Traceback (most recent call last): File "/home/pi/Medusa/medusa/schedulers/download_handler.py", line 351, in run self._clean(torrent_client) File "/home/pi/Medusa/medusa/schedulers/download_handler.py", line 316, in _clean if not self._test_connection(client, client_type): File "/home/pi/Medusa/medusa/schedulers/download_handler.py", line 303, in _test_connection return client.test_authentication() File "/home/pi/Medusa/medusa/clients/torrent/generic.py", line 311, in test_authentication if self.response.status_code == 401: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.8.5 (default, Aug 2 2020, 15:09:07) [GCC 9.3.0]
Operating System: Linux-4.9.35-v7+-armv7l-with-glibc2.29
Locale: UTF-8
Branch: develop
Database: 44.18
Commit: pymedusa/Medusa@5c8597b932e7975c5619c0ecc906efce625202dc
Link to Log: https://gist.github.com/1e599179a0194a941b7afc49fc1ce774
2021-04-19 13:56:01 ERROR DOWNLOADHANDLER :: [5c8597b] Exception while checking torrent status. with error: 'NoneType' object has no attribute 'status_code' Traceback (most recent call last): File "/home/pi/Medusa/medusa/schedulers/download_handler.py", line 351, in run self._clean(torrent_client) File "/home/pi/Medusa/medusa/schedulers/download_handler.py", line 316, in _clean if not self._test_connection(client, client_type): File "/home/pi/Medusa/medusa/schedulers/download_handler.py", line 303, in _test_connection return client.test_authentication() File "/home/pi/Medusa/medusa/clients/torrent/generic.py", line 311, in test_authentication if self.response.status_code == 401: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 03:15:14 ERROR SNATCHQUEUE-SNATCH-267907 :: [64df36d] Snatch failed! For result: The.Fosters.2013.S02E20.720p.HDTV.x264.IMMERSE[rarbg] Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 03:10:07 ERROR SNATCHQUEUE-SNATCH-79334 :: [64df36d] Snatch failed! For result: Eureka.S04E21.720p.HDTV.x264.IMMERSE.mkv Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 03:04:56 ERROR SNATCHQUEUE-SNATCH-78846 :: [64df36d] Snatch failed! For result: Shameless.S08E17.720p.HDTV.x264.BiA Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 02:59:48 ERROR SNATCHQUEUE-SNATCH-267907 :: [64df36d] Snatch failed! For result: The.Fosters.2013.S05E11.1080p.WEB.H264.METCON Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 02:57:49 ERROR SNATCHQUEUE-SNATCH-267907 :: [64df36d] Snatch failed! For result: The.Fosters.2013.S05E07.1080p.WEB.x264.METCON Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 02:57:25 ERROR SNATCHQUEUE-SNATCH-79772 :: [64df36d] Snatch failed! For result: Seconds.From.Disaster.Season.1..6.2004..2012.HDTVRip.720p Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
Python Version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
Operating System: Windows-7-6.1.7601-SP1
Locale: cp1252
Branch: master
Database: 44.18
Commit: pymedusa/Medusa@64df36d92a354a89a69ac519911129a516b0c318
Link to Log: No Log available
2021-06-30 02:55:30 ERROR SNATCHQUEUE-SNATCH-73314 :: [64df36d] Snatch failed! For result: absolutely.fabulous.s06e01.720p.hdtv.x264-tla.mkv Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\search\queue.py", line 516, in run self.success = snatch_result(result) File "C:\Medusa\Medusa\medusa\search\core.py", line 167, in snatch_result client = torrent.get_client_class(app.TORRENT_METHOD)() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 70, in __init__ self._get_auth() File "C:\Medusa\Medusa\medusa\clients\torrent\utorrent.py", line 92, in _get_auth if not self.response.status_code == 404: AttributeError: 'NoneType' object has no attribute 'status_code'
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
INFO
Python Version:
3.8.6 (default, Nov 20 2020, 23:57:10) [Clang 12.0.0 (clang-1200.0.32.27)]
Operating System:macOS-11.0.1-x86_64-i386-64bit
Locale:UTF-8
Branch: develop Database:44.17
Commit: pymedusa/Medusa@cd5fbd31da327043423d8b0b6645fa782d7f7926 Link to Log: https://gist.github.com/071b64a6e0ffe89c439a72c20a473a5eERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators