I keep getting lines like this in the log.
> [21:01:33] INFO: Uploading 100 datapoints, starting with 20160518,06:00,3268525,0 => OK (200)
>[21:01:33] ERROR: batch_set_pvoflag() returned attempt to write a readonly database
Uploading to pvoutput did not work.
I've installed on win10, sbfspot itself is working and sqlite db is filling up; only the uploader is not working.
What did I do wrong ?
Thanks
Comments: That's how it's defined in SBFspot.cfg and SBFspotUpload.cfg no? ``` ################################ ### SQL DB Settings ### ################################ # SQL_Database (Fullpath to SQLite DB) # Windows: C:\Users\Public\SMAdata\SBFspot.db # Linux : /home/pi/smadata/SBFspot.db SQL_Database=C:\Users\Public\SMAdata\SBFspot.db #SQL_Database=/home/pi/smadata/SBFspot.db ```
> [21:01:33] INFO: Uploading 100 datapoints, starting with 20160518,06:00,3268525,0 => OK (200)
>[21:01:33] ERROR: batch_set_pvoflag() returned attempt to write a readonly database
Uploading to pvoutput did not work.
I've installed on win10, sbfspot itself is working and sqlite db is filling up; only the uploader is not working.
What did I do wrong ?
Thanks
Comments: That's how it's defined in SBFspot.cfg and SBFspotUpload.cfg no? ``` ################################ ### SQL DB Settings ### ################################ # SQL_Database (Fullpath to SQLite DB) # Windows: C:\Users\Public\SMAdata\SBFspot.db # Linux : /home/pi/smadata/SBFspot.db SQL_Database=C:\Users\Public\SMAdata\SBFspot.db #SQL_Database=/home/pi/smadata/SBFspot.db ```