aelamran
aelamran
`mixpanel.MixpanelException: HTTPSConnectionPool(host='api.mixpanel.com', port=443): Max retries exceeded with url: /track (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)')))` I have this intermittent error in production when using...
``` Traceback (most recent call last): File "/backend/src/services/redis_service.py", line 94, in get_cached_profiles fetched_profiles = await self.client.json().mget(keys, Path.root_path()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 616, in execute_command return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/redis/asyncio/retry.py",...