You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my container keeps restarting and the error show is below im not sure if i am missing something in the setup but my understanding the server url is set in the config.ini file so im not sure what im missing.
2020-09-10T18:58:16.842850499Z File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 390, in prepare_url
2020-09-10T18:58:16.843067740Z raise InvalidURL("Invalid URL %r: No host supplied" % url)
2020-09-10T18:58:16.843082493Z requests.exceptions.InvalidURL: Invalid URL 'http://:8086/query': No host supplied
config.ini file
[GENERAL]
Delay = 300
[INFLUXDB]
Address = 10.1.1.24
Port = 8086
Database = speedtest
Username = (i have tried both user with write access to DB and full admin account)
Password =
Verify_SSL = False
my container keeps restarting and the error show is below im not sure if i am missing something in the setup but my understanding the server url is set in the config.ini file so im not sure what im missing.
2020-09-10T18:58:16.842850499Z File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 390, in prepare_url
2020-09-10T18:58:16.843067740Z raise InvalidURL("Invalid URL %r: No host supplied" % url)
2020-09-10T18:58:16.843082493Z requests.exceptions.InvalidURL: Invalid URL 'http://:8086/query': No host supplied
config.ini file
[GENERAL]
Delay = 300
[INFLUXDB]
Address = 10.1.1.24
Port = 8086
Database = speedtest
Username = (i have tried both user with write access to DB and full admin account)
Password =
Verify_SSL = False
[SPEEDTEST]
Leave blank to auto pick server
Server =
[LOGGING]
Valid Options: critical, error, warning, info, debug
Level = info
The text was updated successfully, but these errors were encountered: