dfinity / motoko

Simple high-level language for writing Internet Computer canisters
Apache License 2.0
499 stars 98 forks source link

Motoko Unresponsive Dbank #3229

Open muntiMedia opened 2 years ago

muntiMedia commented 2 years ago

I'm currently working with Motoko, However I kept getting errors. Im using vs code terminal and on terminal B I tried to deploy the dfx , but got Error: The build step failed for canister 'rrkah-fqaaa-aaaaa-aaaaq-cai' //and in terminal A I received error_ `` starvation detected: Finalizer has not been invoked for 11.426271s ` I tried several recommended ways to solve it but since the language is still pretty new there is a lack of information.

  1. What Did you Expect to see? https://smartcontracts.org/docs/current/developer-docs/ic-overview

  2. Have you ever encountered this issue from motoko, if yes, share your solution?

crusso commented 2 years ago

Hi Techi-Dev,

That looks like more of an issue with dfx than Motoko. I'd suggest detailing the steps you've gone through and posting a description on the forum (https://forum.dfinity.org/) - more people will see the post and you're more likely to get someone's help that way.

I assume you did do "dfx --start" before dfx build or dfx deploy in the Motoko project folder, right? Sometime it helps to kill dfx and start again.