mixpanel-python icon indicating copy to clipboard operation
mixpanel-python copied to clipboard

Official Mixpanel Python library.

Results 24 mixpanel-python issues
Sort by recently updated
recently updated
newest added

`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...

It would be really nice to cleanup and remove six library and only support 3.x python. Is this library stil maintaned? I can prepare PR if interested.

Hey there, thanks for the neat library. Do you have any plan to support native async features of Python? e.g.: ```python from mixpanel import AsyncMixpanel mp = AsyncMixpanel(YOUR_TOKEN) # tracks...

Hey there, I'm currently using Mixpanel track with Python, and it has been working well for me. However, I've encountered an issue since yesterday. When I send an event to...

Track events default the `time` property to `time.time()`, which might not be precise enough. Why not send it in milliseconds instead?

This is only an issue when the API Ingestion is offline – which is hardly ever. When making any call using this library, the request hangs and then eventually times...

bug

https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

For import, the limit could be much higher than 50 but BufferedConsumer does a min and limits it. Is there a specific reason it does this? Per https://developer.mixpanel.com/reference/track-event#when-to-use-track-vs-import, import can...

I want to track the duration of an additional session with the time_event for our python implementation but it seems the time_event functionality is not available in the python SDK....

https://mixpanel.com/docs/api-documentation/pixel-based-event-tracking Recently added to the Ruby lib: https://github.com/mixpanel/mixpanel-ruby/pull/72