Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to use with KbsyncTool, no remote port found error #37

Open
Nikostito opened this issue Jan 24, 2024 · 3 comments
Open

Trying to use with KbsyncTool, no remote port found error #37

Nikostito opened this issue Jan 24, 2024 · 3 comments

Comments

@Nikostito
Copy link

I am trying to download an old app version using kbsynctool on a jailbroken idevice. I get this error output on the script:

File "contrib-ipatool-py/main.py", line 474, in
main()
File "contrib-ipatool-py/main.py", line 472, in main
tool.tool_main()
File "contrib-ipatool-py/main.py", line 163, in tool_main
args.func(args)
File "contrib-ipatool-py/main.py", line 355, in handleDownload
self.downloadOne(args)
File "contrib-ipatool-py/main.py", line 377, in downloadOne
downResp = Store.download(self.appId, self.appVerId, isRedownload=not args.purchase)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "contrib-ipatool-py/reqs/store.py", line 252, in download
return self.buyProduct(appId, appVer, pricingParameters='STDRDL' if isRedownload else 'STDQ')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "contrib-ipatool-py/reqs/store.py", line 163, in buyProduct
itunes_internal = self.iTunes_provider(url)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "contrib-ipatool-py/main.py", line 226, in handle_iTunes_provider
kbsync = bytes.fromhex(ret.pop('kbsync'))
^^^^^^^^^^^^^^^^^
KeyError: 'kbsync'

Also in the ios terminal app, I get the error:
no remote port found

The command I try to execute is:
python3 main.py lookup -b com.foo.bar -c XX download -s http://XXX.XXX.X.XX:9000/ --appVerId 12345678

@BuIlDaLiBlE
Copy link

Same problem here.

2 similar comments
@wxhbts
Copy link

wxhbts commented May 16, 2024

Same problem here.

@arm64x
Copy link

arm64x commented May 22, 2024

Same problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants