-
Notifications
You must be signed in to change notification settings - Fork 65
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
Not able to see devices on the stf dashboard #96
Comments
Is that all that appears in the provider log? The logs should be much more extensive coming out of the coordinator as it detects a device and starts the various services needed. If that is all that you see, for some reason your device is not being detected. I would recommend not bothering to try to make this work and to move to controlfloor / ios_remote_provider ( as described in the stickied issue ). There is much less complexity in the new software setup and less ways to have problems as a result. |
I am also facing the same issue of not being able to see the device on STF dashboard. ./run logs INFO[0000] auto network interface set; using en0 interface_name=en0 type=default_iface |
Hi,
Have followed the instructions and was able to get ./run working, now the other side, did follow the instructions mentioned on https://github.com/DeviceFarmer/stf_ios_support/blob/master/server/README.md, still no luck in seeing the devices list on the STF dashboard.
Provider logs:
cat .env
PUBLIC_IP=127.0.0.1
SECRET=secret
RETHINKDB_PORT_28015_TCP=tcp://rethinkdb:28015
HOSTNAME=127.0.0.1
STF_IMAGE=livxtrm/devicefarmer:latest
Even generated the certs but still no luck. Would somebody help us with this?
Thanks
The text was updated successfully, but these errors were encountered: