Files
Mailu/core
Florent Daigniere 61812ac32a Untested code that may fix the following:
Exception in thread Thread-2 (forward_text_lines):
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/app/venv/lib/python3.12/site-packages/socrate/system.py", line 155, in forward_text_lines
    current_line = src.readline()
                   ^^^^^^^^^^^^^^
  File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa8 in position 166: invalid start byte

This was reported in #3398
2024-09-05 22:57:35 +02:00
..
2024-09-05 22:45:25 +02:00
2024-06-09 10:17:32 +00:00
2024-08-11 16:30:31 +00:00
2022-11-17 14:18:51 +01:00
2023-10-07 10:55:21 +02:00
Doh
2023-11-15 09:45:40 +01:00