full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

Lesson 13 Full Stack Defi <ValueError: constructor Sequence has incorrect length, expected 1 but got 0>

Open bubu59 opened this issue 2 years ago • 1 comments

Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/1337

Originally posted by bubu59 March 26, 2022 Hi Guys, I'm new to this! Appreciate any advice on the current issue I'm facing at the moment.

<Context/Issue> At timestamp: 13:47:50 of the course, when I ran <brownie run/scripts deploy.py> , I run into an error that says: <ValueError: constructor Sequence has incorrect length, expected 1 but got 0>

image

bubu59 avatar Mar 26 '22 04:03 bubu59

This error is pretty simple, it means that you didn't write in the required constructor arguments in your deploy line.

DanielCawley avatar Apr 04 '22 09:04 DanielCawley