-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Lidarr structure missing keyword argument 'TrackedDownloadState' #223
Labels
Comments
StewartThomson
added a commit
to StewartThomson/Varken
that referenced
this issue
Jan 18, 2022
Added missing arguments to Lidarr structure Fixes Boerderij#223
Closed
StewartThomson
added a commit
to StewartThomson/Varken
that referenced
this issue
Jan 18, 2022
Added missing arguments to Lidarr structure Fixes Boerderij#223
Merged
samwiseg0
pushed a commit
that referenced
this issue
Jan 18, 2022
Added missing arguments to Lidarr structure Fixes #223
samwiseg0
added
enhancement
New feature or request
in-next-release
In the next release
and removed
awaiting-triage
Request awaiting triage
labels
Jan 18, 2022
MDHMatt
pushed a commit
to MDHMatt/Biggetje
that referenced
this issue
May 12, 2023
Added missing arguments to Lidarr structure Fixes Boerderij#223
d-mcknight
added a commit
to d-mcknight/Varken
that referenced
this issue
Jun 22, 2023
* Boerderij#203 * Update docker compose to specify influxdb:1.8.4 * Update requirements to use urllib3==1.26.5 * updated to support Radarr and Sonarr V3 Api * bump requirements for requests * Fix Sonarr & Radarr V3 API /queue endpoint (Boerderij#220) * Fix lint issues * More lint fixes * Update Sonarr structures * Add Overseerr Support (Boerderij#210) * Remove duplicate structures * update changelog to reflect v1.7.7 changes * Add IP data to tautulli Boerderij#202 * add missing ip address in tautulli * Fixed: Streamlined API calls to Radarr and Sonarr (Boerderij#221) * Fixed: Sonarr Data pull issues (Boerderij#222) * Fix Sonarrr calendar * Update lidarr structure (Boerderij#225) Added missing arguments to Lidarr structure Fixes Boerderij#223 * Clean up request totals. Upstream change sct/overseerr#2426 * Cleanup blank space * Fix requested_date syntax. * Fix requested_date for Overseerr tv and movie * Fix overseerr config refernces * Fix overseerr structures * Update intparser to accommodate changes to config structure * Cleanup overseerr data collection * Fix SERVICES_ENABLED in varken.py to acomidate overseerr * Fixed: Sonarr/Lidarr Queues (Boerderij#227) * Change sonarr queue structures to str * Fixed: Multipage queue fetching * Update historical tautulli import (Boerderij#226) * Fixed: Sonarr perams ordering * Fixed: Proper warnings for missing data in sonarr and radarr * Added: Overseerr ENVs to docker compose. * Added: Logging to empty/no data returns * Update Sonarr & Lidarr Structs to match latest API changes (Boerderij#231) * Add support for estimatedCompletionTime in LidarrQueue * Add support for tvdbId in SonarrEpisode struct * Fix typo in docker yml * Rename example url for overseerr in docker yml * Update radarr structures to inclue originalLanguage * Update radarr structures to include addOptions * Update radarr structures to include popularity * fix(ombi): Update structures.py (Boerderij#238) * feat(docker): remove envs from example * fix(logging): remove depreciation warning. Var for debug mode (Boerderij#240) * Support InfluxDB 2.x as addition to 1.8 * Document that influxdb 2.x is supported * Include influxdb username/password for v2 server support * Support an optional v prefix for influxdb version strings --------- Co-authored-by: mal5305 <[email protected]> Co-authored-by: samwiseg0 <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: tigattack <[email protected]> Co-authored-by: Stewart Thomson <[email protected]> Co-authored-by: Cameron Stephen <[email protected]> Co-authored-by: MDHMatt <[email protected]> Co-authored-by: Nathan Adams <[email protected]>
d-mcknight
added a commit
to d-mcknight/Varken
that referenced
this issue
Jun 23, 2023
* Boerderij#203 * Update docker compose to specify influxdb:1.8.4 * Update requirements to use urllib3==1.26.5 * updated to support Radarr and Sonarr V3 Api * bump requirements for requests * Fix Sonarr & Radarr V3 API /queue endpoint (Boerderij#220) * Fix lint issues * More lint fixes * Update Sonarr structures * Add Overseerr Support (Boerderij#210) * Remove duplicate structures * update changelog to reflect v1.7.7 changes * Add IP data to tautulli Boerderij#202 * add missing ip address in tautulli * Fixed: Streamlined API calls to Radarr and Sonarr (Boerderij#221) * Fixed: Sonarr Data pull issues (Boerderij#222) * Fix Sonarrr calendar * Update lidarr structure (Boerderij#225) Added missing arguments to Lidarr structure Fixes Boerderij#223 * Clean up request totals. Upstream change sct/overseerr#2426 * Cleanup blank space * Fix requested_date syntax. * Fix requested_date for Overseerr tv and movie * Fix overseerr config refernces * Fix overseerr structures * Update intparser to accommodate changes to config structure * Cleanup overseerr data collection * Fix SERVICES_ENABLED in varken.py to acomidate overseerr * Fixed: Sonarr/Lidarr Queues (Boerderij#227) * Change sonarr queue structures to str * Fixed: Multipage queue fetching * Update historical tautulli import (Boerderij#226) * Fixed: Sonarr perams ordering * Fixed: Proper warnings for missing data in sonarr and radarr * Added: Overseerr ENVs to docker compose. * Added: Logging to empty/no data returns * Update Sonarr & Lidarr Structs to match latest API changes (Boerderij#231) * Add support for estimatedCompletionTime in LidarrQueue * Add support for tvdbId in SonarrEpisode struct * Fix typo in docker yml * Rename example url for overseerr in docker yml * Update radarr structures to inclue originalLanguage * Update radarr structures to include addOptions * Update radarr structures to include popularity * fix(ombi): Update structures.py (Boerderij#238) * feat(docker): remove envs from example * fix(logging): remove depreciation warning. Var for debug mode (Boerderij#240) * fix(build): bump schedule version to 1.1 * fix(build): bump docker python version * fix(dep): update requests and urllib3 * fix(sonarr): ensure invalid sonarr queue items are just skipped over - fixes Boerderij#239 (Boerderij#243) * add branch to build inputs * update pipeline badge * Update automation * Add influxdb 2 client * Add structure for influxdb 2 params This contains all the data needed for connecting and writing to an InfluxDB2 server * Parse influxdb 2 config data * Add influxdb2 manager class This stores the data needed for InfluxDB2, and has a single `write_points` function on this that takes an array of points to add to the database * Use the correct db manager for varken * Add influxdb2 to the example varken config file * Create influx bucket if it doesn't exist * Update InfluxDB type on README * Clean up linting errors * Wrap create bucket in try/catch * Use bucket given in ini file * Log exception to troubleshoot errors * Allow configured influx2 address as URL (no port) * Bypass validity check to troubleshoot --------- Co-authored-by: mal5305 <[email protected]> Co-authored-by: samwiseg0 <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: tigattack <[email protected]> Co-authored-by: Stewart Thomson <[email protected]> Co-authored-by: Cameron Stephen <[email protected]> Co-authored-by: MDHMatt <[email protected]> Co-authored-by: Nathan Adams <[email protected]> Co-authored-by: Nicholas St. Germain <[email protected]> Co-authored-by: Gabe Revells <[email protected]>
ajanis
pushed a commit
to ajanis/Varken
that referenced
this issue
Jun 26, 2023
Added missing arguments to Lidarr structure Fixes Boerderij#223
MDHMatt
added a commit
to MDHMatt/Biggetje
that referenced
this issue
Aug 7, 2024
* Boerderij#203 * Update docker compose to specify influxdb:1.8.4 * Update requirements to use urllib3==1.26.5 * updated to support Radarr and Sonarr V3 Api * bump requirements for requests * Fix Sonarr & Radarr V3 API /queue endpoint (Boerderij#220) * Fix lint issues * More lint fixes * Update Sonarr structures * Add Overseerr Support (Boerderij#210) * Remove duplicate structures * update changelog to reflect v1.7.7 changes * Add IP data to tautulli Boerderij#202 * add missing ip address in tautulli * Fixed: Streamlined API calls to Radarr and Sonarr (Boerderij#221) * Fixed: Sonarr Data pull issues (Boerderij#222) * Fix Sonarrr calendar * Update lidarr structure (Boerderij#225) Added missing arguments to Lidarr structure Fixes Boerderij#223 * Clean up request totals. Upstream change sct/overseerr#2426 * Cleanup blank space * Fix requested_date syntax. * Fix requested_date for Overseerr tv and movie * Fix overseerr config refernces * Fix overseerr structures * Update intparser to accommodate changes to config structure * Cleanup overseerr data collection * Fix SERVICES_ENABLED in varken.py to acomidate overseerr * Fixed: Sonarr/Lidarr Queues (Boerderij#227) * Change sonarr queue structures to str * Fixed: Multipage queue fetching * Update historical tautulli import (Boerderij#226) * Fixed: Sonarr perams ordering * Fixed: Proper warnings for missing data in sonarr and radarr * Added: Overseerr ENVs to docker compose. * Added: Logging to empty/no data returns * Update Sonarr & Lidarr Structs to match latest API changes (Boerderij#231) * Add support for estimatedCompletionTime in LidarrQueue * Add support for tvdbId in SonarrEpisode struct * Fix typo in docker yml * Rename example url for overseerr in docker yml * Update radarr structures to inclue originalLanguage * Update radarr structures to include addOptions * Update radarr structures to include popularity * fix(ombi): Update structures.py (Boerderij#238) * feat(docker): remove envs from example * fix(logging): remove depreciation warning. Var for debug mode (Boerderij#240) * fix(build): bump schedule version to 1.1 * fix(build): bump docker python version * fix(dep): update requests and urllib3 * fix(sonarr): ensure invalid sonarr queue items are just skipped over - fixes Boerderij#239 (Boerderij#243) * Update structures.py watchedByRequestedUser error * changed repo, changed maintainer, referenced original * rename action * Add runtime keyword to SonarrEpisode structure (Boerderij#251) * Bump requests to 2.31.0 * Update structures.py for latest Ombi typeerror on playedByUsersCount and watchedByRequestedUser (Boerderij#256) * Update action.yml --------- Co-authored-by: mal5305 <[email protected]> Co-authored-by: samwiseg0 <[email protected]> Co-authored-by: Robin <[email protected]> Co-authored-by: tigattack <[email protected]> Co-authored-by: Stewart Thomson <[email protected]> Co-authored-by: Cameron Stephen <[email protected]> Co-authored-by: Nathan Adams <[email protected]> Co-authored-by: wtf0722 <[email protected]> Co-authored-by: Dir <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Lidarr get_queue fails due to new keywords
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors
Error message:
2022-01-17 20:52:36 : ERROR : lidarr : TypeError has occurred : <lambda>() got an unexpected keyword argument 'trackedDownloadState' while creating LidarrQueue structure for show. Data attempted is: {'artistId': 234, 'albumId': 1439, 'quality': {'quality': {'id': 4, 'name': 'MP3-320'}, 'revision': {'version': 1, 'real': 0, 'isRepack': False}}, 'size': 89456788.0, 'title': 'Hail The Sun - Mental Knife [2018][320 KBPS][Pradyutvam]', 'sizeleft': 89456788.0, 'status': 'warning', 'trackedDownloadStatus': 'ok', 'trackedDownloadState': 'downloading', 'statusMessages': [], 'errorMessage': 'The download is stalled with no connections', 'downloadId': '59D7C9909EEC7682C88F0F4669A0C2AAB6D1D44D', 'protocol': 'torrent', 'downloadClient': 'Qbittorrent', 'indexer': 'Jackett - 1337x', 'outputPath': '/downloads/Completed/Hail The Sun - Mental Knife (2018) [320]', 'downloadForced': False, 'id': 926017971}
The text was updated successfully, but these errors were encountered: