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

Address family not supported by protocol #252

Open
MelleD opened this issue Apr 6, 2023 · 0 comments
Open

Address family not supported by protocol #252

MelleD opened this issue Apr 6, 2023 · 0 comments

Comments

@MelleD
Copy link

MelleD commented Apr 6, 2023

Anyone know what the error means?

{
  "errorMessage": "SOCKSHTTPSConnectionPool(host='xxx, port=443): Max retries exceeded with url: /api/alexa/smart_home (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x7efcc1f01710>: Failed to establish a new connection: [Errno 97] Address family not supported by protocol',))",
  "errorType": "ConnectionError",
  "requestId": "896b86a1-16ba-4c71-879c-f044a714440d",
  "stackTrace": [
    "  File \"/var/task/haaska.py\", line 103, in event_handler\n    return ha.post('alexa/smart_home', event, wait=True)\n",
    "  File \"/var/task/haaska.py\", line 65, in post\n    timeout=(None, read_timeout))\n",
    "  File \"/var/task/requests/sessions.py\", line 577, in post\n    return self.request('POST', url, data=data, json=json, **kwargs)\n",
    "  File \"/var/task/requests/sessions.py\", line 529, in request\n    resp = self.send(prep, **send_kwargs)\n",
    "  File \"/var/task/requests/sessions.py\", line 645, in send\n    r = adapter.send(request, **kwargs)\n",
    "  File \"/var/task/requests/adapters.py\", line 519, in send\n    raise ConnectionError(e, request=request)\n"
  ]
}
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

1 participant