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
Have been seeing this Error pop up in our production application over last few months using the .track method.
More error details:
six.raise_from(MixpanelException(e), e)
mixpanel.MixpanelException: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
mixpanel.MixpanelException: HTTPSConnectionPool(host='api.mixpanel.com', port=443): Max retries exceeded with url: /track (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2426)')))
The error does not always occur so am struggling to pinpoint the reason for sporadic failures