Navino16 / Varken

Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
MIT License
0 stars 1 forks source link

Lidarr & Radarr errors #4

Closed Dragonsys closed 3 months ago

Dragonsys commented 3 months ago

Not sure if this is a Varken issue, or a Lidarr issue:

ERROR : lidarr : TypeError has occurred : LidarrQueue.__new__() got an unexpected keyword argument 'added' while creating LidarrQueue structure for show. Data attempted is: {'artistId': 64, 'albumId': 3422, 'quality': {'quality': {'id': 4, 'name': 'MP3-320'}, 'revision': {'version': 1, 'real': 0, 'isRepack': False}}, 'customFormats': [], 'customFormatScore': 0, 'size': 9028152, 'title': 'Leo-Relax Metal Version-SINGLE-WEB-2023-OND', 'sizeleft': 0, 'timeleft': '00:00:00', 'estimatedCompletionTime': '2024-07-24T17:32:45Z', 'added': '2024-07-24T17:25:10Z', 'status': 'completed', 'trackedDownloadStatus': 'warning', 'trackedDownloadState': 'importFailed', 'statusMessages': [{'title': 'One or more albums expected in this release were not imported or missing', 'messages': []}, {'title': '01-leo-relax_(metal_version).mp3', 'messages': ['Album match is not close enough: 76.1 % vs 80 % [country, label, tracks]']}], 'errorMessage': '', 'downloadId': 'SABnzbd_nzo_zfzmghg3', 'protocol': 'usenet', 'downloadClient': 'Sabnzdb', 'downloadClientHasPostImportCategory': False, 'indexer': 'NZBgeek', 'outputPath': '/volumes/downloads/music/Leo-Relax Metal Version-SINGLE-WEB-2023-OND', 'trackFileCount': 1, 'trackHasFileCount': 0, 'downloadForced': False, 'id': 1451066615}

This seems like a Varken issue for sure though:

ERROR : radarr : TypeError has occurred : RadarrMovie.__new__() got an unexpected keyword argument 'movieFileId' while creating RadarrMovie structure
Dragonsys commented 3 months ago

Lidarr issue occurs for items in the Activity queue (ie: being downloaded, but not imported yet) Radarr issue causes all of the Radarr tables to not even be created in the DB, so there is no Radarr data at all

Dragonsys commented 3 months ago

Sonarr is also missing the Queue type entries, only Missing & Future exist

Navino16 commented 3 months ago

Fixed in develop