HeartRateToWeb icon indicating copy to clipboard operation
HeartRateToWeb copied to clipboard

Not hr.txt file in download

Open muirgasm opened this issue 5 years ago • 2 comments

If i create a blank hr.txt file the exe works but does not bring through any data for the html output? Should there be a hr.txt file in downloads? or code that goes into the HR.text file?

muirgasm avatar Oct 15 '20 12:10 muirgasm

Well in fact the file hr.txt is created when data is received from the watch. Can you verify that data is received? If not try to allow the program and port 6547 on your firewall.

loic2665 avatar Oct 25 '20 21:10 loic2665

hmm it seems that it works in my downloads folder, but when it is in any other folder it throws an error of being unable to make the hr.txt or even access it with PermissionError: [Errno 13] Permission denied: './hr.txt'

edit: Nvm it was because of my anti virus it was protecting my system since it didn't trust the program to write anything.

F9Alejandro avatar Dec 22 '20 09:12 F9Alejandro