-
Notifications
You must be signed in to change notification settings - Fork 343
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
[Feature Request] Can we get device list from API instead of websocket? #153
Comments
Hi. |
it will make easier to integrate to another app / service. |
@drauggres hi, i found that this issue #89 and pr #91 should fixed this issue. however, i am getting error: can not get xxx for "http://127.0.0.1:8000/droid-device-list". and websocket error: Unsupported request for "ws://127.0.0.1:8000/?action=goog-device-list". did i miss anything here? my ws-scrcpy version is: "version": "0.8.0-dev" |
Hi @eaphone There is no simple way to switch it back without changing the code. protected supportMultiplexing(): boolean {
return false;
} and change this in if (config.getRunLocalGoogTracker()) {
mwList.push(DeviceTracker); // was mw2List
} After that this request should work: |
@drauggres hi, thx for your reply. changing the code did work prefectly! |
No description provided.
The text was updated successfully, but these errors were encountered: