>>291
This looked a lot better, so I gave it a try. Starts to work but quickly stops because of the following.
[REDACTED]\channel_changer-master>change-channel.py -s nhnb.org -b fim -o test
Threads |▎⚠ | (!) 1/118 [1%] in 0.4s (2.76s (0.0
Traceback (most recent call last):
File "
[REDACTED]\channel_changer-master\change-channel.py", line 658, in <module>
scrapeLynxchanBoard(args, json_catalog, output_root)
File "
[REDACTED]\channel_changer-master\change-channel.py", line 288, in scrapeLynxchanBoard
for result, thread_size in results:
File "
[REDACTED]\Python\Python310\lib\multiprocessing\pool.py", line 870, in next
raise value
File "
[REDACTED]\Python\Python310\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "
[REDACTED]\channel_changer-master\change-channel.py", line 189, in scrapeThread
output_html.write(html_thread)
File "
[REDACTED]\Python\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u266a' in position 18698: character maps to <undefined>
Taking a short look on google about the problem, it seems like a simple unicode encoding issue with a simple fix, but I have no real experience with python to implement it properly.
Would be nice to get something working so the things here can get archived.