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

TeslaCamSearchAsync Fails with "System.IO.IOException: 'The device is not ready." #7

Open
leonard4 opened this issue May 6, 2019 · 0 comments

Comments

@leonard4
Copy link

leonard4 commented May 6, 2019

Running into an issue where the program is hanging while its searching for clips on v0.4.1. My monitor has a memory card reader, as does my laptop and they have no card so they aren't accessible and the function fails to continue on. I've modified the code to also check if e.IsReady is true, which is false for the readers so they aren't added to the array now.

Here you can see it found all 9 drives, including the two that are not ready/accessible.
image

And now with the isReady check it doesn't pull them into the drives array and everything works again. :)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant