Closed chadleeshaw closed 4 years ago
Thank you for creating this. We've been aware of this problem for a few days now.
Well, keeps not working.
Still not working..
Just adding a "me too" here, still not working.
Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/home/bot/proyecto/lib/python3.5/site-packages/errbot/core_plugins/vcheck.py", line 39, in _async_vcheck current_version_txt = requests.get(HOME, params={'errbot': VERSION, 'python': PY_VERSION}).text.strip() File "/home/bot/proyecto/lib/python3.5/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/bot/proyecto/lib/python3.5/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/bot/proyecto/lib/python3.5/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/bot/proyecto/lib/python3.5/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/bot/proyecto/lib/python3.5/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='version.errbot.io', port=80): Max retries exceeded with url: /?errbot=4.3.7&python=3.5.2 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3a335f6240>: Failed to establish a new connection: [Errno -2] Name or service not known',))
This PR #1400 should address this by making it as part of the doc build process and not an external site.
PR #1400 merged. It will be available upon next release. In the meantime, the fix is available when using the master
branch.
In order to let us help you better, please fill out the following fields as best you can:
I am...
I am running...
Issue description
VersionChecker is trying to reach the domain version.errbot.io which doesn't have a DNS entry https://github.com/errbotio/errbot/blob/8c3d74995e316a14870527901ce89f2733691c53/errbot/core_plugins/vcheck.py#L11
Result of
dig version.errbot.io
Steps to reproduce
dig version.errbot.io
Additional info
Note that I tried to just blacklist the VersionChecker (!plugin blacklist VersionChecker) however this produces an error: