Hello folks,
yesterday, Andrew landed a patch to update the WebPush implementation against the newest standard (thank you, Andrew!). This patch included a change in the WebPush DB that might cause the following error:
thread '<unnamed>' panicked at 'called
Result::unwrap()on an
Errvalue: SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some("table subscriptions has 3 columns but 4 values were supplied"))', ../src/libcore/result.rs:746
To fix this, you just need to remove the WebPush DB from your profile folder (most likely located at ~/.local/shared/foxbox).
You won’t see this error if you had no previous WebPush DB.
Cheers,
/ Fernando