haberda / signal-addon

Signal addon docker files
10 stars 7 forks source link

Use latest upstream version #58

Closed speedst3r closed 1 year ago

speedst3r commented 2 years ago

The current add-on version is using 0.60 from upstream. The current upstream release is 0.62, and there will be an update shortly to address https://github.com/bbernhard/signal-cli-rest-api/issues/286

My add-on is experiencing this issue. With the add-on in "normal" mode, the following code allows it to resume operation

apt update && apt install -y zip unzip && \
cd /opt/signal-cli-0.10.8/lib/ && \
mkdir tmp && \
cd tmp/ && \
unzip ../signal-cli-0.10.8.jar && \
sed -i 's/Signal-Android\/5.22.3/Signal-Android\/5.51.7/g' org/asamk/signal/BaseConfig.class && \
zip -r ../signal-cli-0.10.8.jar org/ META-INF/ && \
cd .. && \
rm -rf tmp/ && \
exit

Can the HA addon please be brought up to date with upstream (when the upstream issue is resolved)?

aneisch commented 2 years ago

59 will resolve.

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!