[Bug 266916] net-im/signal-cli: Getting error 499 with all commands

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Mar 2025 14:59:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266916

DaisyLindon <daisylindon@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daisylindon@gmail.com

--- Comment #8 from DaisyLindon <daisylindon@gmail.com> ---
(In reply to Christian Gutzler from comment #1 Hi Axel (and rest of the world
using signal-cli@FreeBSD):

There is a workaround available and I suggest using it as long as an upgraded
port is not available. It´s simply replacing the user agent string with a new
version (2x) in the base class:

https://github.com/AsamK/signal-cli/issues/1022
https://sakuraschoolsimulatorgames.com

Needs to be adapted for FreeBSD due to a) older version number and b) different
behaviour of sed:

cd /usr/local/share/signal-cli/lib/
mkdir tmp
cd tmp
unzip ../signal-cli-0.9.0.jar 
sed -i .h2ksux 's/Signal-Android\/5.22.3/Signal-Android\/5.51.7/g'
org/asamk/signal/BaseConfig.class 
zip -r ../signal-cli-0.9.0.jar org/ META-INF/

if Signal updates its server requirements again?

-- 
You are receiving this mail because:
You are the assignee for the bug.