Furby icon indicating copy to clipboard operation
Furby copied to clipboard

Multiple Errors When Running Demo.py

Open SaSoGaming opened this issue 5 years ago • 2 comments

I'm having multiple errors when trying to run demo.py which I believe has been suited to replace the audio in the DLC file to have custom music.

Here are the errors I'm getting:

Traceback (most recent call last): File "C:\Users*\Downloads\Furby-master\Furby-master\demo.py", line 53, in make_hacked_inverting() File "C:\Users*\Downloads\Furby-master\Furby-master\demo.py", line 41, in make_hacked_inverting D = dlc("./dlc/dlc2/tu003410.dlc") File "C:\Users*\Downloads\Furby-master\Furby-master\furby.py", line 1341, in init self.dlc_header = self.HEADER_section(f.read(0x288)) File "C:\Users*\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 1200: character maps to

Is there anyway to solve this errors? I don't really know Python so any help on these errors would be greatly appreciated. Thank you.

*(name cut for privacy)

SaSoGaming avatar Apr 12 '19 02:04 SaSoGaming

did you fix this? I have the same issue. Thanks

meilleur102 avatar Sep 15 '22 23:09 meilleur102

The code runs out of the box in Ubuntu with Python 2.7.14 - 2.7.18. Windows has some issues with furby.py.

SnackersLC avatar Feb 25 '24 21:02 SnackersLC