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

Invalid URL #40

Open
ReaperY opened this issue Sep 10, 2020 · 1 comment
Open

Invalid URL #40

ReaperY opened this issue Sep 10, 2020 · 1 comment

Comments

@ReaperY
Copy link

ReaperY commented Sep 10, 2020

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

@DennisFaucher
Copy link

+1. Same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants