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

V 0.4.1 : Still hung #10

Open
obijan42 opened this issue May 12, 2019 · 16 comments
Open

V 0.4.1 : Still hung #10

obijan42 opened this issue May 12, 2019 · 16 comments

Comments

@obijan42
Copy link

When I open it, it hangs on scans of system. No user feedback.

@joshsinykin
Copy link

same for me.

@KeithGP
Copy link

KeithGP commented Jun 4, 2019

Same for me as well. Are there accompanying files needed for Windows 10? I ran the executable in compatibility mode and as administrator and still hung.

@NicolaiOksen
Copy link

Did some debugging, the hanging issue for me, is related to the naming of the files.
The regex in TeslaCamFile is ([0-9]{4}-[0-9]{2}-[0-9]{2}_[0-9]{2}-[0-9]{2})-([a-z_]*).mp4, however my files on my computer also displays second, thereby we are lacking a [0-9]{2}-segment in the regex.

This might be related to different locations? Considering the display dateformat, I assume the author is American? I myself am from Europe.

@mvermef
Copy link

mvermef commented Jun 11, 2019

that and FileFormat for TeslaCamDate needs to have -ss for seconds

@fiveangle
Copy link

I'm in the US and it still hangs for me as well

@mvermef
Copy link

mvermef commented Jun 13, 2019

I have it working with an optional in the regex that includes the seconds in the format + the format has to be changed for tryparseexact to match the seconds.

@rudybroersma
Copy link

Did some debugging, the hanging issue for me, is related to the naming of the files.
The regex in TeslaCamFile is ([0-9]{4}-[0-9]{2}-[0-9]{2}_[0-9]{2}-[0-9]{2})-([a-z_]*).mp4, however my files on my computer also displays second, thereby we are lacking a [0-9]{2}-segment in the regex.

This might be related to different locations? Considering the display dateformat, I assume the author is American? I myself am from Europe.

I think you are correct. An example date folder in my (Dutch) car is "2019-06-18_07-59-44". An example filename is "2019-06-17_18-40-35-left_repeater". TeslaCamViewer can't "see" the directories nor the files.

@Runaround
Copy link

It would also be nice to be able to specify the TeslaCam base folder.

@SmartCarrion
Copy link

I have it working with an optional in the regex that includes the seconds in the format + the format has to be changed for tryparseexact to match the seconds.

Is that a code change you can recommend? maybe make a pull request?

@SmartCarrion
Copy link

Is there some way to specify the load directory so it doesn't have to search?

@nlmunro
Copy link

nlmunro commented Jul 30, 2019

Potentially useful app but fails to leave the starting block due to a pointless search! Please just allow the path to be selected and saved, that's all it needs... it never changes as the USB pen always has the same drive letter.

@StianOvrevage
Copy link

Same for me. I'll just post here instead of opening a separate issue:

I cannot get TeslaCamViewer to work. On startup it just hangs.

I then disabled "EnableAutoSearch" in the config file hoping I could just point to the correct directory after starting the program, but it doesn't look like that is possible.

Clicking "Search for TeslaCam drive" just hangs forever. I have lots of disks with gazillions of files. I have also moved the TeslaCam files to another drive so I can put the USB drive back in the car immediately.

Would it be possible to just have a "Open directory ..." function? I'm not very well versed in C# unfortunately so I don't see right now what would need to be added, and how to add it myself.

@nlmunro
Copy link

nlmunro commented Jul 30, 2019

Turns out the problem is actually the extra "seconds" in the file name, I did a fork and a quick fix here: https://github.com/nlmunro/TeslaCamViewer and it has a build in TeslaCamViewer-4.2.EU.zip

There is a cleaner fix here: #11 but no built version as far as I can see.

@EDIflyer
Copy link

I can't get either to work. Tried the 0.4.1 and it just hangs, tried @nlmunro's 4.2.EU and it gets a bit closer to loading (not greyed out) but nothing displayed. Can see the files absolutely fine on the SSD plugged in to Win 10. Any chance of an option to just specify a folder to browse?

@nlmunro
Copy link

nlmunro commented Sep 12, 2019 via email

@EDIflyer
Copy link

I actually gave up and started using this Android app as I can check the videos in the car using my phone (with a suitable USB adaptor)

Thanks - for some reason my SSD isn't wanting to work with my phone just now, yet it did a month or so ago. Not sure what the reason is :(

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