-
Getting this crash on several devices. Using the latest library version. Please let me know if any further detail is needed.
Caused by android.content.res.Resources$NotFoundException
Resource ID #…
-
Following the code in the README
```
from mixpanel import Mixpanel
mp = Mixpanel(MIXPANEL_TOKEN)
mp.track(USER_ID, 'Upload Done')
```
I get:
```
MixpanelException: HTTPSConnectionPool…
-
I just tried to use the delete_people method to no avail.
```
from mixpanel_api import Mixpanel
mixpanel = Mixpanel('mysecret','mytoken')
mixpanel.people_delete(query_params={ 'selector' : '((…
-
### Which version of dd-trace-py are you using?
0.53.2
### Which version of pip are you using?
21.2.3
### Which version of the libraries are you using?
```
aa-stripe==0.11.0
aiohttp==…
-
### The issue
I'm almost certain I'm doing something simple wrong here, but I've been stuck on this for a few days now without success after much searching and experimentation.
I'm upgrading a Ra…
-
```
Traceback (most recent call last):
File "/Users/tekumara/.vscode/extensions/sourcery.sourcery-0.8.8/binaries/sourcery-0.8.8-mac/threading.py", line 926, in _bootstrap_inner
File "/Users/tek…
-
Hi there,
I have integrated mixpanel into my project successfully. also i have verified mixpanel connection in connection steps.
My project token is also correct but still i'm unable to see any lo…
-
mixpanel-swift has a function called setServerURL but the android sdk does not provide such a method, is there a way to dynamically set this at runtime?
dl748 updated
3 years ago
-
## Description of problem
I'm deploying a Ruby on Rails 6.0.0 application using Dokku version `0.25.4`, and facing issue when push repository to dokku instance(running on Digital Ocean platform). I h…
-
**Integration Method:** CocoaPods
**Xcode Version:** 12.1
**Library Version:** 3.6.3
**Platform:** iOS
**Language:** Objective-C
**Description:** Issue when integrating Mixpanel Notification Ser…