You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
And now with the isReady check it doesn't pull them into the drives array and everything works again. :)
The text was updated successfully, but these errors were encountered:
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.
And now with the isReady check it doesn't pull them into the drives array and everything works again. :)
The text was updated successfully, but these errors were encountered: