Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Get the following error when deploying: ParserError: Expected primary expression #212

Open
nidhhoggr opened this issue May 14, 2022 · 1 comment

Comments

@nidhhoggr
Copy link

Is this repository still maintained? It's still referenced in the OpenSea documentation. When following the README line-by-line the following error will be reproduced because there seems to be a placeholder in the Creature.sol smart contract.

Command ran:

yarn  truffle deploy --network rinkeby

Resulting Error Output:

✔ Fetching solc version list from solc-bin. Attempt #1

ParserError: Expected primary expression.
  --> ~/opensea-creatures/contracts/Creature.sol:21:16:
   |
21 |         return <contractUrlHere>;
   |                ^

Compilation failed. See above.
Truffle v5.2.5 (core: 5.2.5)
Node v14.17.0
error Command failed with exit code 1.

Shouldn't there be some explanation to replacing this before running truffle deploy?

@nidhhoggr
Copy link
Author

I found the culprit here:
8a9c091

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

No branches or pull requests

1 participant