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

Ability to add custom tautulli port #49

Closed
chvvkumar opened this issue Dec 10, 2018 · 3 comments
Closed

Ability to add custom tautulli port #49

chvvkumar opened this issue Dec 10, 2018 · 3 comments
Labels
not-a-varken-issue This doesn't seem right

Comments

@chvvkumar
Copy link

chvvkumar commented Dec 10, 2018

I run tautulli on a different port than port 80. Is there a way to add a custom port to the config without having to change the python script?

requests.exceptions.ConnectionError: HTTPConnectionPool(host='docker.lan', port=80): Max retries exceeded with url: /api/v2?apikey=xxxxxxxxxx&cmd=get_activity (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f80156f6eb8>: Failed to establish a new connection: [Errno 111] Connection refused',))

@Grygon
Copy link

Grygon commented Dec 10, 2018

I'm having no problems just putting that under the url like so:

[tautulli-1]
url = tautulli:8181

@dirtycajunrice
Copy link
Member

@chvvkumar @Grygon is using the proper way

@dirtycajunrice dirtycajunrice added the not-a-varken-issue This doesn't seem right label Dec 10, 2018
@chvvkumar
Copy link
Author

Thank you, that works! I was expecting a seperate line for port specification based on how the other sections were setup :)

@Boerderij Boerderij locked and limited conversation to collaborators Mar 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
not-a-varken-issue This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants