knowgoio / knowgo-vehicle-simulator

An interactive multi-platform Connected Car simulator for generating and streaming realistic vehicle telemetry.
https://knowgoio.github.io/knowgo-vehicle-simulator/docs
MIT License
33 stars 7 forks source link

Cannot export events in csv while using the simultor on Windows 10 #7

Closed omarzia88 closed 2 years ago

omarzia88 commented 2 years ago

Are there any particular settings or permissions needed to export csv files in the windows version of the simulator? Because the web version can do it but the local windows cannot, It helds up when I try to do it.

pmundt commented 2 years ago

Thanks for the report, @omarzia88. Indeed, there were two bugs, one was that we were using a hardcoded path separator, and the other the fact that Windows apparently can't handle :'s in filenames. I've fixed both of these now and will push the fixes momentarily.