-
Notifications
You must be signed in to change notification settings - Fork 283
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
auto-complete for AWS resource not being populated #57
Comments
@abdulirfan3 thanks for the bug report, I'll try to help you get up and running. What OS and what version of Python are you running? Did you install in a Can you post the contents of your log file?
|
Here are the details as requested, Sorry for the delay... ip-10-22-238-24: |
any update on this? |
I may have a similar issue: SAWS wants to auto-complete resources from AWS ACCOUNT A while I'm actively using AWS ACCOUNT B. I'm attempting to tell awscli which credentials to leverage via shell variables: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. The "aws" commands work perfectly, even though autocomplete is pointing at an entirely different account. Shouldn't SAWS follow the same precedence that AWSCLI does? Or is SAWS getting a token for future use, and caching that somewhere? |
@abdulirfan3 unfortunately the log seems to be obscuring some information, I might need to fix the logging for this case. Can you try these to see if they fix the issue?
If none of these work I might need to send you a special build off-list to help diagnose, thanks. |
@zapman449 I think what you're seeing is a different issue and might be related to #16. Can you check out that ticket and see if that fixes your problem? If not, do you mind filing a separate bug? Thanks. |
thank you for the follow up, I still have the same issue. I installed the latest version(0.3.2) and still the same issue. As far as python I am still using 2.6 as that is our default on all the servers and we cannot change that for now. Also I am installing virtualenv. Please send me the special build-off and we can take it from there.. |
@abdulirfan3 ok thanks for trying the steps.
It sounds like you are already installing in a I'll try to have something over the weekend--I'll post here a dev build for you to download and run to get a better stack traceback. |
I am already installing virtulenv.. Thank you |
@abdulirfan3 sorry been tied up recently and haven't been able to get you a 'debug' build. I'll try this week. |
@abdulirfan3 just touching base, it's been awhile. I can start working on giving you a build if you're still up for it. Just let me know, thanks! |
Hello,
Great tool helps me a lot. But looks like i have issue with auto-complete for AWS resource like instance-id, bucket name...See image below. I try using tab too but no luck...the ~/.sawsrc file is the default file(i have not changed anything). I have also tried hitting the refresh(F5) and still nothing...
The text was updated successfully, but these errors were encountered: