You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Made It Compatible For Windows By Removing The Reliance on fastecdsa, however there are some new errors, a great step was made thouh you can find a copy of the update in this.
#324
Open
Cody-Ashmore opened this issue
Aug 19, 2024
· 1 comment
There However Still Are A Few Issues Left, Here is the error message:
C:\Windows\System32\plutus>python plutus.py
reading database files...
DONE
database size: 23180116
processes spawned: 4
Process Process-1:
Traceback (most recent call last):
File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Windows\System32\plutus\plutus.py", line 65, in main
address = public_key_to_address(public_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Windows\System32\plutus\plutus.py", line 31, in public_key_to_address
encoding = binascii.unhexlify(public_key.encode())
^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'encode'
The text was updated successfully, but these errors were encountered:
here is the link to the update: https://drive.google.com/file/d/1FhgdMvp1jobx0scvuanaNrvdLA9-pusX/view?usp=drive_link
There However Still Are A Few Issues Left, Here is the error message:
C:\Windows\System32\plutus>python plutus.py
reading database files...
DONE
database size: 23180116
processes spawned: 4
Process Process-1:
Traceback (most recent call last):
File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Windows\System32\plutus\plutus.py", line 65, in main
address = public_key_to_address(public_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Windows\System32\plutus\plutus.py", line 31, in public_key_to_address
encoding = binascii.unhexlify(public_key.encode())
^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'encode'
The text was updated successfully, but these errors were encountered: