I'm a bit confused. I am trying to set up Owntracks and I can't figure out how to set up HTTP or MQTT. I keep getting errors that look similar to the following:
owntracks-recorder | + gcache_get: mdb_txn_begin: (-30783) MDB_BAD_RSLOT: Invalid reuse of reader locktable slot
owntracks-recorder | + no decryption key for user-phone in owntracks/user/phone
I've deployed the frontend and recorder in docker. I tried following the booklet about adding encryption but this didn't work either. I got a separate error about fraud, which I forgot to copy down. I'll grab it again here in a minute. Does the password need to be hashed when I run printf "user-phone unhashed-password" | ocat --load=keys? How do I hash the password if this is the case? I'm lost a bit lost and confused
Closing because A. I posted this in the wrong repo, and B. I got MQTT working, somehow encryption got turned on on the app and it just said "1". Not sure how that happened.
I'm a bit confused. I am trying to set up Owntracks and I can't figure out how to set up HTTP or MQTT. I keep getting errors that look similar to the following:
I've deployed the frontend and recorder in docker. I tried following the booklet about adding encryption but this didn't work either. I got a separate error about fraud, which I forgot to copy down. I'll grab it again here in a minute. Does the password need to be hashed when I run
printf "user-phone unhashed-password" | ocat --load=keys
? How do I hash the password if this is the case? I'm lost a bit lost and confused