shmokmt / app-store-connect-client

Deprecated: Python package for App Store Connect Analytics API. (ex-iTunes Connect Analytics)
https://pypi.org/project/app-store-connect-client/
MIT License
3 stars 2 forks source link

Need help with using this package. #16

Open NavDeol13 opened 3 years ago

NavDeol13 commented 3 years ago

Hii

After installing this package. I got the following error while trying to use this package.

client = app_store.Client(username, password) Traceback (most recent call last): File "", line 1, in File "C:\Users\NKDeol\AppData\Local\Programs\Python\Python39\lib\site-packages\app_store_connect_client\analytics.py", line 30, in init self._login(username, password) File "C:\Users\NKDeol\AppData\Local\Programs\Python\Python39\lib\site-packages\app_store_connect_client\analytics.py", line 74, in _login raise Exception( Exception: There was a problem with loading the login page cookies. Check login credentials.

Please help me in resolving this issue..

Thanks in advance

wiloaguilar commented 3 years ago

i have the same issue...