Open skorokithakis opened 7 years ago
I too am facing this. Were you able to resolve this @skorokithakis ?
Hmm, no, I think in the end I just switched to the sync library.
Guess, I have to do the same. :(
I've just noticed that I cannot see the events when I set api_host="api-eu.mixpanel.com"
. I don't understand why.
I am using the lib for a project of mine, and I noticed some events are being dropped. I added printing calls to the official Mixpanel lib (that MPA uses) and used the following code:
What came out was:
And that's it. Even after minutes, nothing else is sent. I'm using
runserver_plus
to run this, but it also happens on production with uWSGI. You will notice that only the first event got sent, and all subsequent events are lost.