go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

Panic: non string key dict found, lazy decoding by converting keys to strings :-), fix later

Open codeskyblue opened this issue 3 years ago • 3 comments

To Reproduce Steps to reproduce the behavior:

sudo ./go-ios dproxy

Output

WARN[0071] non string key dict found, lazy decoding by converting keys to strings :-), fix later
INFO[0071] 14.1 c4 response: map[uint64{1087}:map[net.bytes:%!s(uint64=0) net.bytes.delta:%!s(uint64=0) net.connections[]:[] net.packets:%!s(uint64=0) net.packets.delta:%!s(uint64=0) net.rx.bytes:%!s(uint64=0) net.rx.bytes.delta:%!s(uint64=0) net.rx.packets:%!s(uint64=0) net.rx.packets.delta:%!s(uint64=0) net.tx.bytes:%!s(uint64=0) net.tx.bytes.delta:%!s(uint64=0) net.tx.packets:%!s(uint64=0) net.tx.packets.delta:%!s(uint64=0) pid:%!s(uint64=1087) time:2022-04-21 13:56:42.279 +0800 CST]]  d=in id="#226"
panic: interface conversion: interface {} is int64, not map[string]interface {}

Desktop (please complete the following information):

  • OS: iOS 13

codeskyblue avatar Apr 21 '22 06:04 codeskyblue

Can you please share more details about what you were doing? I cannot reproduce this issue.

danielpaulus avatar Apr 24 '22 19:04 danielpaulus

also, which version are you using? please run ios --version I think I actually fixed this already if I am not mistaken.

danielpaulus avatar Apr 24 '22 20:04 danielpaulus

./go-ios version
{"version":"local-build"}

the git head commit is 08844e9fc820f148ef921d2158bca81399cfb366 (HEAD -> main, tag: v1.0.63, origin/main, origin/HEAD

How to reproduce

./go-ios dproxy Run xcode and build something, install into device.

codeskyblue avatar Apr 25 '22 01:04 codeskyblue