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

Exception in thread Thread-2 #54

Closed
nschubach opened this issue Aug 8, 2019 · 2 comments
Closed

Exception in thread Thread-2 #54

nschubach opened this issue Aug 8, 2019 · 2 comments

Comments

@nschubach
Copy link

I get this thread exception in Windows (using gitbash, but it happens in CMD as well). It seemed to start working once (because I just clicked it to run it, not thinking about command line) then afterwards:

MINGW64 ~/Downloads/tesla_dashcam
$ ./tesla_dashcam.exe --output /d/tesla/ --layout WIDESCREEN
Exception in thread Thread-2:
Traceback (most recent call last):
File "threading.py", line 917, in bootstrap_inner
File "threading.py", line 865, in run
File "site-packages\win10toast_init
.py", line 83, in _show_toast
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'

Exception in thread Thread-3:
Traceback (most recent call last):
File "threading.py", line 917, in bootstrap_inner
File "threading.py", line 865, in run
File "site-packages\win10toast_init
.py", line 83, in _show_toast
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'

Monitoring for TeslaCam Drive to be inserted. Press CTRL-C to stop
TeslaCam folder found on F:.
Discovered 0 folders with 0 clips to process.
No clips found.
Total processing time: 0:00:00

Exiting monitoring as asked process once.

Now... I don't have Windows 10 (Win7), and didn't see an option to not use the "toast" notifier. Maybe I missed it?

@nschubach
Copy link
Author

If I specify a folder instead of letting it search, it doesn't fail.

(The notification thing would find the folder properly and tell me)

@ehendrix23
Copy link
Owner

Any way you can grab the latest version from the dev branch and run as python script? Been unable to reproduce on mine (but I have Windows 10).

If not then hoping this is the fix. :-)

The option --no-notification disables those notifications.

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

2 participants