regnull / ubikom

Free, secure communications for everyone, powered by decentralized private identity.
MIT License
67 stars 3 forks source link

Gateway fails to deliver message #15

Closed regnull closed 3 years ago

regnull commented 3 years ago

When message is sent from an external sender in response to an internal message:

ubuntu@ubikom.cc (expanded from lgx@ubikom.cc): Command died with status 1: "/home/ubuntu/ubikom/ubikom-gateway". Command output: [90m15:38:08[0m [33mDBG[0m connecting to lookup service [36murl=[0malpha.ubikom.cc:8825 [90m15:38:08[0m [33mDBG[0m sending mail [36mreceiver=[0mmiklavz@lokovec.com [90m15:38:08[0m [1m[31mFTL[0m[0m failed to send message [31merror=[0m[31m"failed to get receiver public key: rpc error: code = InvalidArgument desc = invalid name"[0m

Looks like it pulls a wrong key (for ubuntu@ubikom.cc).

regnull commented 3 years ago

The problem is with multiple addresses, it expects a single one.

regnull commented 3 years ago

Fixed