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
Is there anyone who encounter with this error when working with the 11labs tts ?
failed to connect to 11labs, retrying in 5s
Traceback (most recent call last):
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/resolver.py", line 105, in resolve
resp = await self._resolver.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
aiodns.error.DNSError: (12, 'Timeout while contacting DNS servers')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/connector.py", line 1317, in _create_direct_connection
hosts = await self._resolve_host(host, port, traces=traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/connector.py", line 946, in _resolve_host
await future
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/connector.py", line 1002, in _resolve_host_with_throttle
addrs = await self._resolver.resolve(host, port, family=self._family)
...
The text was updated successfully, but these errors were encountered:
Is there anyone who encounter with this error when working with the 11labs tts ?
failed to connect to 11labs, retrying in 5s
Traceback (most recent call last):
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/resolver.py", line 105, in resolve
resp = await self._resolver.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
aiodns.error.DNSError: (12, 'Timeout while contacting DNS servers')
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/connector.py", line 1317, in _create_direct_connection
hosts = await self._resolve_host(host, port, traces=traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/connector.py", line 946, in _resolve_host
await future
File "/home/appuser/.local/lib/python3.12/site-packages/aiohttp/connector.py", line 1002, in _resolve_host_with_throttle
addrs = await self._resolver.resolve(host, port, family=self._family)
...
The text was updated successfully, but these errors were encountered: