Skip to content
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

Bug: Misleading error message regarding setting up a file watch on ~/.aws/sso/cache #316

Closed
ddneilson opened this issue Apr 25, 2024 · 0 comments · Fixed by #322
Closed
Assignees
Labels
bug Something isn't working

Comments

@ddneilson
Copy link
Contributor

Expected Behaviour

No error message.

This line of code should be removed.

Current Behaviour

Submitter UIs try to set up a file watch for changes in the ~/.aws/sso/cache directory, and will emit a non-fatal error message such as the following to the logs:

Error: deadline.client.ui.deadline_authentication_status : Failed to watch these AWS Deadline Cloud configurations: ['C:\\Users\\<username>\\.aws\\sso\\cache‘]

This file watch is a leftover from an old design and was not removed when updating the way that credentials are managed.

Reproduction Steps

Start up gui-submit or any submitter UI without a ~/.aws/sso/cache directory present on your workstation.

Code Snippet

N/A

@ddneilson ddneilson added the bug Something isn't working label Apr 25, 2024
@epmog epmog self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants