Replies: 2 comments 4 replies
-
Please start your ascript with What you mean with "the exception is thrown after you processed the result"? (and in fact any "await" can throw an error) |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think you found a bug :-)) When a "get" is issued but requires a refresh then the reponse is not matched correctly ... I will provide a PR |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, I am getting a timeout error for the
get()
command after I successfully process the result of it. What could be the issue here? Would it be possible to handle this error?The error message (note that I am hiding the device ids and full path to working directory):
The code itself:
EDIT: I am able to catch it using:
But is there some more elegant way to catch it or to avoid this exception altogether?
Beta Was this translation helpful? Give feedback.
All reactions