Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2024 11:53:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266916] net-im/signal-cli: Getting error 499 with all commands
Message-ID:  <bug-266916-7788-16Nay0BRjD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266916-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266916-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266916

David Clark <kennethjoyce549@gmail.com> changed:

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

--- Comment #7 from David Clark <kennethjoyce549@gmail.com> ---
(In reply to Christian Gutzler from comment #1 Hi Axel (and rest of the wor=
ld
using signal-cli@FreeBSD):

There is a workaround available and I suggest using it as long as an upgrad=
ed
port is not available. It=C2=B4s simply replacing the user agent string wit=
h a new
version (2x) in the base class:

https://github.com/AsamK/signal-cli/issues/1022 https://geometry-dashonline=
.com

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

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

Greetings from Mannheim and have fun
Christian)
Is there a specific reason for choosing version "5.51.7" as the replacement
user agent string, and would this workaround continue to work if Signal upd=
ates
its server requirements again?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266916-7788-16Nay0BRjD>