ipatool-py icon indicating copy to clipboard operation
ipatool-py copied to clipboard

Trying to use with KbsyncTool, no remote port found error

Open Nikostito opened this issue 1 year ago • 4 comments

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

Nikostito avatar Jan 24 '24 19:01 Nikostito

Same problem here.

BuIlDaLiBlE avatar Feb 10 '24 08:02 BuIlDaLiBlE

Same problem here.

wxhbts avatar May 16 '24 11:05 wxhbts

Same problem here.

arm64x avatar May 22 '24 04:05 arm64x

@Lessica can you have a look?

NyaMisty avatar Jun 02 '24 23:06 NyaMisty