Advertisement
Guest User

Varken

a guest
Feb 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1.  
  2. During handling of the above exception, another exception occurred:
  3.  
  4.  
  5.  
  6.  
  7. Traceback (most recent call last):
  8.  
  9.  
  10. File "/app/Varken.py", line 93, in <module>
  11.  
  12.  
  13. DBMANAGER = DBManager(CONFIG.influx_server)
  14.  
  15.  
  16. File "/app/varken/dbmanager.py", line 13, in __init__
  17.  
  18.  
  19. version = self.influx.request('ping', expected_response_code=204).headers['X-Influxdb-Version']
  20.  
  21.  
  22. File "/usr/local/lib/python3.7/site-packages/influxdb/client.py", line 267, in request
  23.  
  24.  
  25. timeout=self._timeout
  26.  
  27.  
  28. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  29.  
  30.  
  31. resp = self.send(prep, **send_kwargs)
  32.  
  33.  
  34. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  35.  
  36.  
  37. r = adapter.send(request, **kwargs)
  38.  
  39.  
  40. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 516, in send
  41.  
  42.  
  43. raise ConnectionError(e, request=request)
  44.  
  45.  
  46. requests.exceptions.ConnectionError: HTTPConnectionPool(host='influxdb.domain.tld', port=8086): Max retries exceeded with url: /ping (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f16932cf0f0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))
  47.  
  48.  
  49. Traceback (most recent call last):
  50.  
  51.  
  52. File "/app/Varken.py", line 13, in <module>
  53.  
  54.  
  55. from varken import structures # Needed to check version of python
  56.  
  57.  
  58. ImportError: cannot import name 'structures' from 'varken' (unknown location)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement