Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

candy machine creation error #60

Open
drone42 opened this issue Dec 4, 2022 · 3 comments
Open

candy machine creation error #60

drone42 opened this issue Dec 4, 2022 · 3 comments

Comments

@drone42
Copy link

drone42 commented Dec 4, 2022

Hi,
=== Verifying assets and metadata ===
=== Upload assets to storage solution ===
Continuing previous storage upload...
Files that failed to upload: []
All images were uploaded successfully
=== Creating Candy Machine ===
Traceback (most recent call last):
File "C:\apt\AptosNFTMint\script\src\cli.py", line 19, in
candy_machine.create()
File "C:\apt\AptosNFTMint\script\src\candy_machine.py", line 119, in create
self.createCandyMachine()
File "C:\apt\AptosNFTMint\script\src\candy_machine.py", line 141, in createCandyMachine
self.rest_client.wait_for_transaction(txn_hash)
File "C:\Python311\Lib\site-packages\aptos_sdk\client.py", line 171, in wait_for_transaction
assert (
AssertionError: {"version":"44301869","hash":"0x014bc0edbf...gas_used":"150","success":false,"vm_status":"Transaction Executed and Committed with Error LINKER_ERROR","accumulator_root_hash":"0...

What is the problem?
Thanks,

@samukolov
Copy link

+1

@samukolov
Copy link

Hi, === Verifying assets and metadata === === Upload assets to storage solution === Continuing previous storage upload... Files that failed to upload: [] All images were uploaded successfully === Creating Candy Machine === Traceback (most recent call last): File "C:\apt\AptosNFTMint\script\src\cli.py", line 19, in candy_machine.create() File "C:\apt\AptosNFTMint\script\src\candy_machine.py", line 119, in create self.createCandyMachine() File "C:\apt\AptosNFTMint\script\src\candy_machine.py", line 141, in createCandyMachine self.rest_client.wait_for_transaction(txn_hash) File "C:\Python311\Lib\site-packages\aptos_sdk\client.py", line 171, in wait_for_transaction assert ( AssertionError: {"version":"44301869","hash":"0x014bc0edbf...gas_used":"150","success":false,"vm_status":"Transaction Executed and Committed with Error LINKER_ERROR","accumulator_root_hash":"0...

What is the problem? Thanks,

How did you solve it?

@drone42
Copy link
Author

drone42 commented Dec 14, 2022

Hi, dont change contract address only cmpublic (your address) cmprivate(yourprivatekey)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants