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

Database Withou any scripts #29

Closed
CAVACO-PT opened this issue Nov 22, 2018 · 9 comments
Closed

Database Withou any scripts #29

CAVACO-PT opened this issue Nov 22, 2018 · 9 comments
Labels
not-a-varken-issue This doesn't seem right question Further information is requested

Comments

@CAVACO-PT
Copy link

Hello @dirtycajunrice , thanks for you work with this

im having a problem , wondering if you can help ... the influx db is empty , and nothing in coming from the scripts .... i have other docker containers that are working fine with influx db , incluing a docker for plex stats ... i have created a new DB called plex , and have re done all like you explain in the configuration . but still nothing in the Db, can u please see if im doing anyhting wrong , the logs only have this :

image

my config is this :

########################### INFLUXDB CONFIG ###########################
influxdb_url = 192.168.1.20
influxdb_port = 8086
influxdb_username =
influxdb_password =

############################ SONARR CONFIG ############################
sonarr_server_list = [
('https://sonarr1.domain.tld', 'xxxxxxxxxxxxxxx', '1'),
('https://sonarr2.domain.tld', 'xxxxxxxxxxxxxxx', '2'),
#('https://sonarr3.domain.tld', 'xxxxxxxxxxxxxxx', '3')
]
sonarr_influxdb_db_name = 'plex'

############################ RADARR CONFIG ############################
radarr_server_list = [
('https://radarr1.domain.tld', 'xxxxxxxxxxxxxxx', '1'),
('https://radarr2.domain.tld', 'xxxxxxxxxxxxxxx', '2'),
#('https://radarr3.domain.tld', 'xxxxxxxxxxxxxxx', '3')
]
radarr_influxdb_db_name = 'plex'

############################ OMBI CONFIG ##############################
ombi_url = 'https://ombi.domain.tld'
ombi_api_key = 'xxxxxxxxxxxxxxx'
ombi_influxdb_db_name = 'plex'

########################## TAUTULLI CONFIG ############################
tautulli_url = http://192.168.1.20:8181
tautulli_api_key = xxxxxxxxxxxxxx
tautulli_failback_ip = 192.168.1.20
tautulli_influxdb_db_name = plex
tautulli_verify_ssl = False

@samwiseg0 samwiseg0 added not-a-varken-issue This doesn't seem right question Further information is requested labels Nov 22, 2018
@samwiseg0
Copy link
Member

samwiseg0 commented Nov 22, 2018

Run the scripts manually from the command line and verify there are no errors. I would suggest you run one at a time and validate there is data being populated in the DB.

You must have something misconfigured.

Verify that your influx IP is is correct.

@CAVACO-PT
Copy link
Author

@samwiseg00 thanks for the help , i think have run the script right ... here is the error

image

@CAVACO-PT
Copy link
Author

Dont have any script configured yet .. .want to get this going fist ....

@CAVACO-PT
Copy link
Author

it gives an error in the script in the first lines

image

@samwiseg0
Copy link
Member

You need to run the script with python3 tautulli.py

You need to set the proper config in configuration.py

@CAVACO-PT
Copy link
Author

image

@samwiseg0
Copy link
Member

samwiseg0 commented Nov 22, 2018

You removed the quotes. Please refer to the example and only replace what is inside the quotes

Do not make changes to the script themselves. Only configuration.py

@CAVACO-PT
Copy link
Author

@samwiseg00 thank you so much .. .really tought the '' where to remove ... its working know ... sorry for all the trouble . and thanks for the help again

@samwiseg0
Copy link
Member

No problem

@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 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants