PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
117 stars 182 forks source link

Getting error message while deploying to a testnet #122

Closed Infatoshi closed 1 year ago

Infatoshi commented 1 year ago

I have tried everything and tried reinstalling a bunch of dependencies but nothing seems to work. As of right now, I don't know what the cause of the problem is. Here is the error message so if anyone else gets the same thing and manages to figure something out then that would help lots. reusing "Raffle" at 0x413375320326d277F674Cf7D220EBc2E8472b587 Verifying... Verifying contract... Nothing to compile [Error: ENOENT: no such file or directory, open 'A:\Desktop\Blockchain & Web3\hh-lottery\artifacts\build-info\f82058629f18742994a2195946c77bc0.json'] { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'A:\\Desktop\\Blockchain & Web3\\hh-lottery\\artifacts\\build-info\\f82058629f18742994a2195946c77bc0.json' }

PatrickAlphaC commented 1 year ago

Can you:

  1. Make this a discusson on the full repo? https://github.com/smartcontractkit/full-blockchain-solidity-course-js/
  2. Follow this section for formatting questions? https://www.youtube.com/watch?t=19846&v=gyMwXuJrbJQ&feature=youtu.be
Infatoshi commented 1 year ago

Apologies Patrick, I posted this to the part 9 issues because it was when we implemented mocha. I had a timeout error with mocha so I thought it would be relevant to part 9 issues. Should I save those type of questions for general issues?

Thanks, Elliot

On Mon, Nov 21, 2022, 10:47 AM Patrick Collins @.***> wrote:

Closed #122 https://github.com/PatrickAlphaC/hardhat-smartcontract-lottery-fcc/issues/122 as completed.

— Reply to this email directly, view it on GitHub https://github.com/PatrickAlphaC/hardhat-smartcontract-lottery-fcc/issues/122#event-7859831581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOIARFRC2MAD5TE5YTNJPY3WJOYT3ANCNFSM6AAAAAASFFBFPI . You are receiving this because you authored the thread.Message ID: <PatrickAlphaC/hardhat-smartcontract-lottery-fcc/issue/122/issue_event/7859831581 @github.com>

PatrickAlphaC commented 1 year ago

So, it's just best for the course to put our general questions in the full repo!