Sunday, November 05, 2023
dev@conference.yunohost.org
November
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
             

[14:09:39] <selfhoster1312> ```
Info : [###+................] > Setting up source files...
Exception in thread Thread-16:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3/dist-packages/moulinette/utils/process.py", line 130, in run
self.queue.put((self.log_callback, line.decode("utf-8").strip("\n")))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfd in position 0: invalid start byte
```

🤔️
[14:11:08] <selfhoster1312> 🤨️
[14:18:31] <selfhoster1312> iconv says valid utf8 in file, but when i open it with another editor and "converted" to utf8 it actually changed a byte u_u
[14:19:34] <selfhoster1312> but my bad for outputting wget result to stdout that really confused yunohost i guess :D
[15:05:58] <selfhoster1312> ha nice there's already an `architectures` field in manifest.toml :D :D