Skip to content

Authentication errors? #497

Description

@TheLostMeme

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions