zrenca
Results
2
comments of
zrenca
> r some symbols, > > I'm not familiar with Python Thank you for the input, i was thinking about the same but I am such a noob of coding...
I have partially fixed it by adding the following command to the file of `command.py `and `abematv.py `, found on [stackoverflow](https://stackoverflow.com/questions/11865582/unicodeencodeerror-ascii-codec-cant-encode-characters-in-position-0-6-ordin): > import > sys > reload(sys) > sys.setdefaultencoding('utf8') but...