Skip to content
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

TypeError: string indices must be integers #69

Closed
acid-0verride opened this issue Mar 29, 2024 · 2 comments
Closed

TypeError: string indices must be integers #69

acid-0verride opened this issue Mar 29, 2024 · 2 comments

Comments

@acid-0verride
Copy link

acid-0verride commented Mar 29, 2024

Getting an error when running this, probably my fault! Any help is appreciated

decluttarr | [INFO]: Decluttarr - Application Started!
decluttarr | [INFO]:
decluttarr | [INFO]: *** Current Settings ***
decluttarr | [INFO]: Version: v1.33.0
decluttarr | [INFO]: Commit: 075dace
decluttarr | [INFO]:
decluttarr | [INFO]: True | Removing failed downloads
decluttarr | [INFO]: True | Removing downloads missing metadata
decluttarr | [INFO]: True | Removing downloads missing files
decluttarr | [INFO]: True | Removing orphan downloads
decluttarr | [INFO]: True | Removing slow downloads
decluttarr | [INFO]: True | Removing stalled downloads
decluttarr | [INFO]: True | Removing downloads belonging to unmonitored TV shows/movies
decluttarr | [INFO]:
decluttarr | [INFO]: Running every: 0 days 1.0 hours 0.0 minutes
decluttarr | [INFO]: Minimum speed enforced: 100 KB/s
decluttarr | [INFO]: Permitted number of times before stalled/missing metadata/slow downloads are removed: 3
decluttarr | [INFO]: Downloads with this tag will be skipped: "Don't Kill"
decluttarr | [INFO]: Private Trackers will be skipped: True
decluttarr | [INFO]:
decluttarr | [INFO]: *** Configured Instances ***
decluttarr | [INFO]: Radarr: http://192.168.1.194:7878//api/v3
decluttarr | [INFO]: Sonarr: http://192.168.1.194:8989//api/v3
decluttarr | [INFO]: Lidarr: http://192.168.1.194:8686//api/v1
decluttarr | [INFO]: Readarr: http://readarr:8787/api/v1
decluttarr | [INFO]: qBittorrent: http://192.168.1.194:8080//api/v2
decluttarr | [INFO]:
decluttarr | [INFO]: *** Check Instances ***
decluttarr | [DEBUG]: Starting new HTTP connection (1): 192.168.1.194:7878
decluttarr | [DEBUG]: http://192.168.1.194:7878 "GET //api/v3/system/status HTTP/1.1" 200 None
decluttarr | [DEBUG]: Starting new HTTP connection (1): 192.168.1.194:7878
decluttarr | [DEBUG]: http://192.168.1.194:7878 "GET //api/v3/system/status HTTP/1.1" 200 None
decluttarr | TypeError: string indices must be integers

@ManiMatter
Copy link
Owner

Could it be that you defined the URLs with a trailing backslash?
http://192.168.1.194:7878//api/v3
--> the two // in here could be the problem.

@acid-0verride
Copy link
Author

damn im dumb as hell. Thank you so much Mani

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants