You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a new instance of ssp is deployed, the player will throw an exception after completion of the first track (either skipped or played) along the lines of:
This is caused by the assumption that the statistics table already contains entries for each hour of the day, which it won't.
I'm not yet sure where the best place to initialise the table is, for now a workaround on linux is:
foriin {0..23};doecho"insert into stats values($i, 0, 0);"done| sqlite3 library-v2.db
The text was updated successfully, but these errors were encountered:
If a new instance of ssp is deployed, the player will throw an exception after completion of the first track (either skipped or played) along the lines of:
This is caused by the assumption that the statistics table already contains entries for each hour of the day, which it won't.
I'm not yet sure where the best place to initialise the table is, for now a workaround on linux is:
The text was updated successfully, but these errors were encountered: