-
Notifications
You must be signed in to change notification settings - Fork 964
Problem with historian.py in Go webapplication #24
Comments
Dived deeper into this and found that this line dows not work: Line269 analyzer.go: But everything i tried ("python.exe ./historian.py" instead of using "./historian.py") the line will not generate an pipe to the python file... I think there is a problem with associated filetypes, but everything i looked into where asssociated with .py as a python.file... if i type historian.py -a input > output in command window it works like expected... |
hello, I have the same problem. Have you solved this problem yet? |
Under lagecy historian view, the same problem exists |
Hi, this page solve the problem~ |
Hi, this page is useful.Thank you very much! |
Make sure to submit bugreport.txt obtained via adb bugreport > bugreport.txt (NOT the legacy batterystats.txt you used to get via adb shell dumpsys batterystats > batterystats.txt) |
hi,all. I have solved this problem for a long time. I'm so sorry for sharing so late. |
After getting the go system to work and compiled all the stuff i got an error after submitting an txt file to the webapp (see screenshot)
Error generating historian plot: fork/exec ./historian.py: %1 ist keine zulässige Win32-Anwendung.
I think there is a path failure to python but if i start historian.py in an command window everything works well.
Also the
unsupported bug report version
unable to find device SDK version
failure are confusing. Did i miss something to install?
Stats are generated via
adb shell dumpsys batterystats > output.txt
Working on Windows 7 x64
The text was updated successfully, but these errors were encountered: