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 have had these issues for several hours now and I still cannot fix them.
the command I typed:
ts-node "C:/users/1/OneDrive/desktop/solana/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts" upload \ -e devnet \ -k "C:/Users/1/OneDrive/desktop/solana/metaplex/~/.config/solana/devnet.json" \ -cp "C:/Users/1/OneDrive/desktop/solana/metaplex/config.json" \ "C:/Users/1/OneDrive/desktop/solana/metaplex/assets"
The output log:
wallet public key: CEb3E82GNy6P6ehmJrJb3b8ypmW6oXacbk52PTR8kuZB
WARNING: The "arweave" storage option will be going away soon. Please migrate to arweave-bundle or arweave-sol for mainnet.
WARNING: Skipping unsupported file type $Recycle.Bin
WARNING: Skipping unsupported file type $SysReset
WARNING: Skipping unsupported file type $WinREAgent
WARNING: Skipping unsupported file type \config
WARNING: Skipping unsupported file type \Documents and Settings
WARNING: Skipping unsupported file type \DRIVER
WARNING: Skipping unsupported file type \DumpStack.log
WARNING: Skipping unsupported file type \DumpStack.log.tmp
WARNING: Skipping unsupported file type \hiberfil.sys
WARNING: Skipping unsupported file type \OneDriveTemp
WARNING: Skipping unsupported file type \pagefile.sys
WARNING: Skipping unsupported file type \PerfLogs
WARNING: Skipping unsupported file type \Program Files
WARNING: Skipping unsupported file type \Program Files (x86)
WARNING: Skipping unsupported file type \ProgramData
WARNING: Skipping unsupported file type \Python310
WARNING: Skipping unsupported file type \Recovery
WARNING: Skipping unsupported file type \solana-install-tmp
WARNING: Skipping unsupported file type \swapfile.sys
WARNING: Skipping unsupported file type \System Volume Information
WARNING: Skipping unsupported file type \Users
WARNING: Skipping unsupported file type \Windows
Beginning the upload for 5 (img+json) pairs
started at: 1644308955978
upload was not successful, please re-run. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:371:5)
at validateString (node:internal/validators:119:11)
at Object.dirname (node:path:654:5)
at uploadV2 (C:\users\1\OneDrive\desktop\solana\metaplex\js\packages\cli\src\commands\upload.ts:97:24)
at Command. (C:\users\1\OneDrive\desktop\solana\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts:184:21)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have had these issues for several hours now and I still cannot fix them.
the command I typed:
ts-node "C:/users/1/OneDrive/desktop/solana/metaplex/js/packages/cli/src/candy-machine-v2-cli.ts" upload \ -e devnet \ -k "C:/Users/1/OneDrive/desktop/solana/metaplex/~/.config/solana/devnet.json" \ -cp "C:/Users/1/OneDrive/desktop/solana/metaplex/config.json" \ "C:/Users/1/OneDrive/desktop/solana/metaplex/assets"
The output log:
wallet public key: CEb3E82GNy6P6ehmJrJb3b8ypmW6oXacbk52PTR8kuZB
WARNING: The "arweave" storage option will be going away soon. Please migrate to arweave-bundle or arweave-sol for mainnet.
WARNING: Skipping unsupported file type $Recycle.Bin
WARNING: Skipping unsupported file type $SysReset
WARNING: Skipping unsupported file type $WinREAgent
WARNING: Skipping unsupported file type \config
WARNING: Skipping unsupported file type \Documents and Settings
WARNING: Skipping unsupported file type \DRIVER
WARNING: Skipping unsupported file type \DumpStack.log
WARNING: Skipping unsupported file type \DumpStack.log.tmp
WARNING: Skipping unsupported file type \hiberfil.sys
WARNING: Skipping unsupported file type \OneDriveTemp
WARNING: Skipping unsupported file type \pagefile.sys
WARNING: Skipping unsupported file type \PerfLogs
WARNING: Skipping unsupported file type \Program Files
WARNING: Skipping unsupported file type \Program Files (x86)
WARNING: Skipping unsupported file type \ProgramData
WARNING: Skipping unsupported file type \Python310
WARNING: Skipping unsupported file type \Recovery
WARNING: Skipping unsupported file type \solana-install-tmp
WARNING: Skipping unsupported file type \swapfile.sys
WARNING: Skipping unsupported file type \System Volume Information
WARNING: Skipping unsupported file type \Users
WARNING: Skipping unsupported file type \Windows
Beginning the upload for 5 (img+json) pairs
started at: 1644308955978
upload was not successful, please re-run. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:371:5)
at validateString (node:internal/validators:119:11)
at Object.dirname (node:path:654:5)
at uploadV2 (C:\users\1\OneDrive\desktop\solana\metaplex\js\packages\cli\src\commands\upload.ts:97:24)
at Command. (C:\users\1\OneDrive\desktop\solana\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts:184:21)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Beta Was this translation helpful? Give feedback.
All reactions