SolarSupremacy

Results 8 comments of SolarSupremacy

Since I don't know what else to do (other than dig into the viztracer source code and debug there)... Here's more errors. I've seen many different JSON errors that all...

Another error: ``` json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 34381 825 (char 34381824) ``` I'm on viztracer 0.15.6, just installed from pip today and it...

I've also tried this on two different (Windows) computers to see if maybe only one computer had the issue, but it's happening on both. Also... I don't know if its...

stdout: ``` (venv) PS C:\Users\Ethan Randall\Documents\GitHub\SolarDevelopment\solarCustomsPycharm> viztracer .\ src\main.py ; vizviewer result.json # My script printing debug stuff... ignore this as the "DONE! NO MORE PROCESSES!" is a lie. Data...

Apologies. Thought I made it public. I gave you access (including edit access in case you want to send files back to me for testing).

Every time I run viztracer, I have to do Ctrl+C to "skip" the "waiting for child processes to close". That seems like a logical reason why there wouldn't be a...

I identified the problem and found the solution. By adding a time.sleep() at the end of the main process's inline code (the last line of code run by the entire...

The timestamp value (uint32) is from the device itself. I don't think the device has any way of knowing epoch time. I think the timestamp it gives (which is in...