Estox
Member
UPDATE: FIXED!!!!!
haha oh my god I sit here literally hours googling, watchign videos reading guides etc. now I reinstalled only python 2 and deleted python 3 now it works xDD sorrrry so if anybody got the same probllems, just delete all python related programms, restart windumb 10, reinstalll only python 2 and it works xD man it is NEVER like: " remove the plug and set it back in" this normaly never works xDD
Hey guys,
long story short. I soldert the UART board to my ps3 board COK-002 looked up some error codes with external mode. works great. Now I soldert the bridge from diag to GND and tryed to set the internal mode. I set the new value from FF to 00, disconnected everything turned it back on and now whants to fix the checksum error, it AUTH just fine I tipe in "eepcsum" hit enter and got a huge error message from python. Im using latest windows 10 build and have python 2.7.18 and 3.10.1 installed (64x)
haha oh my god I sit here literally hours googling, watchign videos reading guides etc. now I reinstalled only python 2 and deleted python 3 now it works xDD sorrrry so if anybody got the same probllems, just delete all python related programms, restart windumb 10, reinstalll only python 2 and it works xD man it is NEVER like: " remove the plug and set it back in" this normaly never works xDD
Hey guys,
long story short. I soldert the UART board to my ps3 board COK-002 looked up some error codes with external mode. works great. Now I soldert the bridge from diag to GND and tryed to set the internal mode. I set the new value from FF to 00, disconnected everything turned it back on and now whants to fix the checksum error, it AUTH just fine I tipe in "eepcsum" hit enter and got a huge error message from python. Im using latest windows 10 build and have python 2.7.18 and 3.10.1 installed (64x)
Code:
> AUTH
scopen response invalid
> AUTH
Auth successful
> eepcsum
Traceback (most recent call last):
File "D:\Desktop\Syscon Connection Drivers and Diagrams ByNSC\PS3_Syscon_(Mullion_Sherwood)_script.py", line 190, in <module>
main(len(sys.argv), sys.argv)
File "D:\Desktop\Syscon Connection Drivers and Diagrams ByNSC\PS3_Syscon_(Mullion_Sherwood)_script.py", line 187, in main
print(ret[1][0].decode('ascii'))
AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?
Last edited: