#Signal gateway not sending encoded account info to Signal Cli.
1 messages · Page 1 of 1 (latest)
I’m sorry, but currently drinking the Hermes fire hydrant, learning every hour, minute, second. Last time I touched a line of script or code was 15 years ago. Let alone know how to change the relevant lines in github and serve a pull request.
hey
no worries
can you elaborate the issue
i still dont understand it
send the ss or logs perhaps?
So I have +31612345678 setup as the bot number and +31687654321 as my approved number. Because of an encoding error it screws up and needed a fix. This is hermes explanation
Summary of Both Fixes:
Bug 1 - SSE Connection Failure:
- Phone numbers with
+weren't URL-encoded - Caused
400 Bad Requesterrors - Fix: Use
quote(self.account, safe='')in SSE URL
Bug 2 - Signal Attachment Download Failure:
- RPC used wrong parameter name
attachmentIdinstead ofid - Caused
NullPointerExceptionin signal-cli - Fix: Change parameter to
id
That also includes the fix I did for retrieving attachments from signal messages. Worth your while too because it cant read for example images with default upstream code
fixing
Is this fix in 0.5.0? 👀
Will test in a couple of hours!
Love the speed and transparancy here!
Can confirm it works ootb now
Did you just leak your own number???