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
I found this issue in the previous issue, but with the enablement of the china_mainland option, it should have been resolved. However, I encountered this bug again.
Environment
I cloned this project and ran pip install ./
Python 3.13.2
Traceback/Error logs
Traceback (most recent call last):
File "/Volumes/File/test/test_pyicloud.py", line 5, in<module>
api = PyiCloudService('******', '****', china_mainland=True)
File "/Volumes/File/test/venv/lib/python3.13/site-packages/pyicloud/base.py", line 341, in __init__
self.authenticate()
~~~~~~~~~~~~~~~~~^^
File "/Volumes/File/test/venv/lib/python3.13/site-packages/pyicloud/base.py", line 386, in authenticate
self._webservices = self.data["webservices"]
~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'webservices'
Additional information
variable data in _authenticate_with_token function
The problem
I found this issue in the previous issue, but with the enablement of the china_mainland option, it should have been resolved. However, I encountered this bug again.
Environment
Traceback/Error logs
Additional information
variable
data
in_authenticate_with_token
functionPyiCloudServies
class's attributedata
The text was updated successfully, but these errors were encountered: