+ common error messages

This commit is contained in:
nicobo 2021-03-11 21:44:56 +01:00
parent 92067e0684
commit 5729364907
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -367,17 +367,6 @@ With :
- `-r me@myserver.im` the *JabberID* of the correspondent
##### Common issues
If you have the following error :
ERROR Couldn't load the OMEMO object; ¯\_(ツ)_/¯
ERROR And error occured when loading the omemo plugin.
omemo.exceptions.inconsistentinfoexception.InconsistentInfoException: Given storage is only usable for jid mybot@myserver.im on device 1234567890.
This may be because you previously registered another device at the same place : move or delete the `.omemo` directory and retry.
#### Using the Signal backend
By specifying `--backend signal` you can make the bot chat with Signal users.
@ -407,6 +396,35 @@ Example :
## Common issues
### Couldn't load the OMEMO object
The following error is XMPP/Jabber related :
ERROR Couldn't load the OMEMO object; ¯\_(ツ)_/¯
ERROR And error occured when loading the omemo plugin.
omemo.exceptions.inconsistentinfoexception.InconsistentInfoException: Given storage is only usable for jid mybot@myserver.im on device 1234567890.
This may be because you previously registered another device at the same place : move or delete the `.omemo` directory and retry.
### ERROR No appropriate login method
This message may mean that your XMPP/Jabber account or password is incorrect.
### Authorization failed!
Sample error stack :
nicobot_1 | Failed to resolve uuids from server: Authorization failed!
nicobot_1 | Failed to get sender certificate: org.whispersystems.signalservice.api.push.exceptions.AuthorizationFailedException: Authorization failed!
nicobot_1 | Failed to send message: Authorization failed!
This error is probably triggered by a misconfiguration or absence of Signal credentials. Make sure to link the bot with a device (see instructions above, including the `--signal-register` option for the Docker images).
## External resources
- [IBM Watson Language Translator service](https://cloud.ibm.com/catalog/services/language-translator)