Re: "I just built a misfin server. I tried sending and receivingβ¦"
In: s/misfin
@balloon With a long multi-byte message, it works fine. When i exceed 2048 bytes, this is the error i get:
Traceback (most recent call last):
File "/home/cipres/code/misfin/misfin/misfin.py", line 370, in receive_from
req = Request.incoming(_receive_line(conn))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/cipres/code/misfin/misfin/misfin.py", line 114, in incoming
raw = raw.decode("utf-8")
^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 2046-2047: unexpected end of data
This is when i use the "misfin send-as ..." command.
@balloon What is the size of the message you're sending ?
π cipres
6 hours ago
π cipres Β· 6 hours ago:
@balloon I have no problem sending the sample message you shared. In the misfin UI, it displays correctly, nothing garbled.
π balloon [OP] Β· 6 hours ago:
This issue does not occur on the same Misfin server. Again, the problem I encountered was sending from "misfin" to "misfin-server" [1].
[1]
β https://gitlab.com/clseibold/misfin-server
π cipres Β· 6 hours ago:
@balloon Yes, got it.
Original Post
π s/misfin
π balloon:
I just built a misfin server. I tried sending and receiving misfin mails, but it seems that the Japanese and emojis are garbled. [https link] You'll be able to use Japanese on the existing misfin server.
π¬ 10 comments Β· 16 hours ago