httptoolkit-server
httptoolkit-server copied to clipboard
Cannot get list of apps using frida method on Android
A couple days ago this was working fine with the same computer and the same Android device, but today it's stuck in "Scanning for apps to intercept..."
I'm debugging the issue, but it's taking more time than I expected and maybe Tim can solve this issue faster.
Specificly this line is not resolving: https://github.com/httptoolkit/httptoolkit-server/blob/main/src/interceptors/frida/frida-android-integration.ts#L193
And deeper, in frida-js line 191 does resolve but line 192 doesn't.
It just doesn't resolve at all, but there is a timeout here so the request from the ui is completed but doesn't contain anything ({}
)
I don't have much experience with D-Bus or Frida so I'm having issues debugging deeper.
Thank you! and congrats for the product and the codebase, very straightforward to follow