Boerderij / Varken

Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
MIT License
1.16k stars 136 forks source link

ERROR : helpers : Could not download MaxMind DB! #183

Closed Bboy486 closed 4 years ago

Bboy486 commented 4 years ago

Describe the bug ERROR : helpers : Could not download MaxMind DB!

To Reproduce Steps to reproduce the behavior:

  1. Step #13 - https://wiki.cajun.pro/books/varken/page/linux

Expected behavior no errors so I can finalize the install of varken

Screenshots

Environment (please complete the following information):

Additional context :/opt/Varken $ sudo /opt/Varken/varken-venv/bin/python /opt/Varken/Varken.py 2020-08-16 21:53:20 : INFO : Varken : Starting Varken... 2020-08-16 21:53:20 : INFO : Varken : Data folder is "/opt/Varken/data" 2020-08-16 21:53:20 : INFO : Varken : Linux 5.4.51-v7l+ (#1333 SMP Mon Aug 10 16:51:40 BST 2020 - Raspbian GNU/Linux 10 buster) 2020-08-16 21:53:20 : INFO : Varken : Python 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0] 2020-08-16 21:53:20 : INFO : Varken : Varken v1.7.6-master 2020-08-16 21:53:20 : DEBUG : iniparser : Reading from varken.ini 2020-08-16 21:53:20 : DEBUG : iniparser : ****.1.xx is a valid URL in module [influxdb]. 2020-08-16 21:53:20 : INFO : helpers : SONARR_SERVER_IDS : [1, 2] 2020-08-16 21:53:20 : DEBUG : iniparser : ****:8989 is a valid URL in module [sonarr-1]. 2020-08-16 21:53:20 : DEBUG : iniparser : ****n.tld:8989 is a valid URL in module [sonarr-2]. 2020-08-16 21:53:20 : INFO : helpers : RADARR_SERVER_IDS : [1, 2] 2020-08-16 21:53:20 : DEBUG : iniparser : ****:7878 is a valid URL in module [radarr-1]. 2020-08-16 21:53:20 : DEBUG : iniparser : ****n.tld is a valid URL in module [radarr-2]. 2020-08-16 21:53:20 : INFO : iniparser : LIDARR_SERVER_IDS disabled. 2020-08-16 21:53:20 : INFO : helpers : OMBI_SERVER_IDS : [1] 2020-08-16 21:53:20 : DEBUG : iniparser : ****n.tld is a valid URL in module [ombi-1]. 2020-08-16 21:53:20 : INFO : helpers : TAUTULLI_SERVER_IDS : [1] 2020-08-16 21:53:20 : DEBUG : iniparser : ****:8181 is a valid URL in module [tautulli-1]. 2020-08-16 21:53:20 : INFO : iniparser : SICKCHILL_SERVER_IDS disabled. 2020-08-16 21:53:20 : INFO : iniparser : UNIFI_SERVER_IDS disabled. 2020-08-16 21:53:20 : DEBUG : connectionpool : Starting new HTTP connection (1): ****.1.xx:8086 2020-08-16 21:53:20 : DEBUG : connectionpool : http://********.1.xx:8086 "GET /ping HTTP/1.1" 204 0 2020-08-16 21:53:20 : INFO : dbmanager : Influxdb version: 1.8.2 2020-08-16 21:53:20 : DEBUG : connectionpool : http://********.1.xx:8086 "GET /query?q=SHOW+DATABASES&db=varken HTTP/1.1" 200 None 2020-08-16 21:53:20 : ERROR : helpers : Could not find MaxMind DB! Downloading! 2020-08-16 21:53:20 : INFO : helpers : Downloading GeoLite2 DB from MaxMind... 2020-08-16 21:53:20 : ERROR : helpers : Problem downloading new MaxMind DB: HTTP Error 401: Unauthorized 2020-08-16 21:53:20 : ERROR : helpers : Could not download MaxMind DB! You may need to manually install it.

dirtycajunrice commented 4 years ago

Issues are not for support. Please use the discord channel or read the wiki more closely as your answer is in there.