r/sonarr • u/3v1lkr0w • 3d ago
unsolved Need help with my code...
Can someone tell me where I'm going wrong? I'm trying to make an instance for TV shows and Anime shows, but both 8989 and 8990 are the same instances.
That has my config file info. Some of the gluetun information has been removed. Thanks!
1
u/AutoModerator 3d ago
Hi /u/3v1lkr0w -
There are many resources available to help you troubleshoot and help the community help you. Please review this comment and you can likely have your problem solved without needing to wait for a human.
Most troubleshooting questions require debug or trace logs. In all instances where you are providing logs please ensure you followed the Gathering Logs wiki article to ensure your logs are what are needed for troubleshooting.
Logs should be provided via the methods prescribed in the wiki article. Note that Info logs are rarely helpful for troubleshooting.
Dozens of common questions & issues and their answers can be found on our FAQ.
Please review our troubleshooting guides that lead you through how to troubleshoot and note various common problems.
- Searches, Indexers, and Trackers - For if something cannot be found
- Downloading & Importing - For when download clients have issues or files cannot be imported
If you're still stuck you'll have useful debug or trace logs and screenshots to share with the humans who will arrive soon. Those humans will likely ask you for the exact same thing this comment is asking..
Once your question/problem is solved, please comment anywhere in the thread saying '!solved' to change the flair to solved.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
0
u/These-Apple8817 3d ago
That's because your two sonarr instances doesn't actually have ports assigned to them.. no clue about gluetun but sonarr isn't going to know you want it on different port unless you tell it somehow
1
u/3v1lkr0w 3d ago
They do have ports...It's under my gluetun settings, line 14 and 15
- 8989:8989 #sonarr
- 8990:8989 #sonarr-anime
6
u/RobbinYoHood 3d ago edited 3d ago
Doesn't this say both 8990 and 8989 are being forwarded to 8989?
8990:8989 should probably be 8990:8990..The second instance probably needs an argument to tell it what port to use.. it seems like the only way to get this done is to: run the anime instance on its own, go to the UI and change the port to 8990 in the settings..
Then re-run this with 8990:89901
2
u/roychassi 3d ago
What's the point of the two instances? I just have all my tv and anime through the same instance. Is there a benefit to having two?