We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We request remoteConnectUrl from STF with another information about device for mcloud-grid but from time to time this information missed from STF.
This issue happens randomly.
The text was updated successfully, but these errors were encountered:
reoteConnectUrl is inited only after start using device because stf start adb proxying and can utilize range of ports as I remember.
start using
Sorry, something went wrong.
Yes, the value needs to be generated first with these conditions:
The remoteConnectUrl value can be generated with this endpoint, but needs to follow the same conditions:
remoteConnectUrl
curl -X POST -H "Authorization: Bearer <token>" -H 'Content-Type: application/json' <stf-url>/api/v1/users/<email>/devices/<udid>/remoteConnect
All this conditions done before we trying to get remoteConnectUrl in mcloud-grid.
No branches or pull requests
We request remoteConnectUrl from STF with another information about device for mcloud-grid but from time to time this information missed from STF.
This issue happens randomly.
The text was updated successfully, but these errors were encountered: