-
Notifications
You must be signed in to change notification settings - Fork 44
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
Sylph throws exception when fetching aws devices. #95
Comments
A device is of the form:
not
For example, to find available android Pixel devices:
Select the Pixel devices you want to run tests on by |
@mmcc007 I have tried this form as well :
Have got the same exception. This command doesn't work for me as well : sylph -d android | grep Pixel
|
Confirm that your aws command is configured to return json by default
(https://github.com/mmcc007/sylph#aws-cli-credentials) A command such as |
@mmcc007 thanks you for your help, it was configured to return table. Have change it to json, but now i'm running into another issue. Maybe you can give me some advice? The exception I'm running into is the following:
|
@AnzhelaAninian Looks like the code to handle local packages (needed when local packages are present) expects the path to tmp directory to be absolute:
should be
(I've opened an issue to remove tmp_dir from config file... and another one to remove dependency on aws to be configged for json. Thanks for your feedback!) |
I'm have been trying out the tool but are running into an issue that prevents us from going further. I'm not 100% sure that this is related to the tool or this is a configuration issue but I definitely need some help.
So I've been able to install and run the sylph tool. It is also picking up my sylph.yaml configuration file. The connection to our aws account seems to work as well. The exception I'm running into is the following:
By the looks of it it is failing when trying to fetch the aws devices. I've actually put a proxy on my Mac to see what the response was to the http call to fetch the aws-devices and the response seems to be pretty normal.
my sylph.yaml file:
the arn code is actually in the response when the tool is calling the devices.
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: