Replies: 2 comments
-
You need setup your terminal to use utf-8, maybe this comment helps: #760 (comment) |
Beta Was this translation helpful? Give feedback.
-
I was also of the opinion that the UTF-8 code page should be set. Before the signal-cli command in the batch file, chcp 65001 is executed, and the environment change JAVA_TOOL_OPTIONS= -Dfile.encoding="UTF-8" is set. I also check the current code page using Java code:
Output in the console before signal-cli: I can't understand what the reason is, in the desktop client, the signal response to the message works well.
|
Beta Was this translation helpful? Give feedback.
-
I specify --emoji "👍", signal-cli receives a response number timestamp. No changes in the signal application. Command line : bin\signal-cli.bat -u +phoneaccount --config %CD% sendReaction +phonetarget --target-author +phonetarget --target-timestamp 1673300971438 --emoji "👍"
Client version - v0.11.6. Output with key --verbose
2023-01-12T17:20:28.553+0200 [main] DEBUG org.asamk.signal.util.IOUtils - XDG_RUNTIME_DIR not set, falling back to temp dir
2023-01-12T17:20:28.716+0200 [main] INFO LibSignal - [libsignal]: rust\bridge\jni\src\logging.rs:156: Initializing libsignal version:0.21.1
2023-01-12T17:20:28.985+0200 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2023-01-12T17:20:29.098+0200 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@e98770d
2023-01-12T17:20:29.100+0200 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2023-01-12T17:20:30.446+0200 [main] WARN LibSignal - [PhoneNumberFormatter]: Got local CC: UA
2023-01-12T17:20:30.458+0200 [main] WARN LibSignal - [PhoneNumberFormatter]: Got local CC: UA
2023-01-12T17:20:30.727+0200 [main] DEBUG LibSignal - [SignalServiceMessageSender]: [1673536830466] Sending a data message.
2023-01-12T17:20:30.885+0200 [main] INFO LibSignal - [SignalServiceMessageSender]: [sendMessage][1673536830466] Unidentified pipe unavailable, falling back... (WebSocketUnavailableException: WebSocket not currently available.)
1673536830466
2023-01-12T17:20:31.560+0200 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2023-01-12T17:20:31.565+0200 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
2023-01-12T17:20:31.567+0200 [msl-cleanup] DEBUG o.a.s.m.s.s.MessageSendLogStore - Stopping msl cleanup thread
Beta Was this translation helpful? Give feedback.
All reactions