What happened?
Not exactly sure what the issue is here, I ran the download command correctly (including my apple ID email and pass) but am getting this weird traceback error.
Version
Latest version, unsure if this affects all versions
Relevant log output
Traceback (most recent call last):
File "C:\Users\Bat\Downloads\ipatool-py-master\main.py", line 568, in <module>
main()
~~~~^^
File "C:\Users\Bat\Downloads\ipatool-py-master\main.py", line 565, in main
tool.tool_main()
~~~~~~~~~~~~~~^^
File "C:\Users\Bat\Downloads\ipatool-py-master\main.py", line 187, in tool_main
args.func(args)
~~~~~~~~~^^^^^^
File "C:\Users\Bat\Downloads\ipatool-py-master\main.py", line 440, in handleDownload
self.downloadOne(args)
~~~~~~~~~~~~~~~~^^^^^^
File "C:\Users\Bat\Downloads\ipatool-py-master\main.py", line 455, in downloadOne
Store = self._get_StoreClient(args)
File "C:\Users\Bat\Downloads\ipatool-py-master\main.py", line 289, in _get_StoreClient
Store.authenticate(appleid, applepass)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Bat\Downloads\ipatool-py-master\reqs\store.py", line 119, in authenticate
self.authInfo.login(self.sess)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "C:\Users\Bat\Downloads\ipatool-py-master\reqs\store.py", line 78, in login
d = plistlib.loads(r.content)
File "C:\Users\Bat\AppData\Local\Python\pythoncore-3.14-64\Lib\plistlib.py", line 925, in loads
return load(fp, fmt=fmt, dict_type=dict_type, aware_datetime=aware_datetime)
File "C:\Users\Bat\AppData\Local\Python\pythoncore-3.14-64\Lib\plistlib.py", line 906, in load
raise InvalidFileException()
plistlib.InvalidFileException: Invalid file
What happened?
Not exactly sure what the issue is here, I ran the download command correctly (including my apple ID email and pass) but am getting this weird traceback error.
Version
Latest version, unsure if this affects all versions
Relevant log output