@bhaun
We can only request 1 ETH Max per day
hi @Taha thank you for your help
looks like the problem was a Brave browser setting that I missed
here it is:
I am not getting my metamask connection automatic prompt⌠Also if I try to connect it shows that error.
I figured it out⌠i had to open a new tab for some reason.
@elterremoto
Great to see you fix the problem.
Usually, for metamask, if there is some issue with it, we try to use another browser or another tab and the issue get fixed
deployed!
@filip I could not get the free ether on the test network ⌠i get an error at the bottom of the webpage:
transactions
{âerrorâ:"[ethjs-query] while formatting outputs from RPC â{âvalueâ:{âcodeâ:-32603,âmessageâ:âToo Many Requestsâ,âdataâ:{âoriginalErrorâ:{}},âstackâ:âError: Too Many Requests\n at eval (/www/node_modules/web3-provider-engine/subproviders/rpc.js:52:23)\n at Proxy.eval (/www/node_modules/web3-provider-engine/subproviders/rpc.js:54:11)\n at Object.eval [as apply] (LavaMoat/core/kernel:939:17)\n at Object.eval [as apply] (LavaMoat/core/kernel:939:17)\n at Request.self.callback (/www/node_modules/request/request.js:186:22)\n at Object.eval [as apply] (LavaMoat/core/kernel:939:17)\n at Proxy.emit (events.js:310:20)\n at Object.eval [as apply] (LavaMoat/core/kernel:939:17)\n at Request.eval (/www/node_modules/request/request.js:1155:10)\n at Object.eval [as apply] (LavaMoat/core/kernel:939:17)â}}â"}
Faucets are sometimes buggy, here a list that I use (Ropsten):
https://faucet.ropsten.be/
https://faucet.metamask.io/
https://teth.bitaps.com/ ( This is good but is under maintenance at the moment).
Happy learning,
Dani
Hi,
I am receiving an error whenever I send a createPerson transaction. I got the code from Filipâs GitHub, removed the require(msg.value >= 1 ether);
, made sure that there is a hundred wei attached to the transaction. Why could this be happening?
Thanks.
Hey @newavel
Usually the warning you are seeing is related to a require() statement which is failing.
Are you testing that on Ropsten?
If yes could I have the tx id?
Also please share your code.
Thanks
Dani
Is the ropsten test network down? I canât seem to recieve any test eth on my metamask wallet.
Also the transaction hash is not found on etherscan.
Hey @bjorkmanders
Which faucet are you using?
Have a look of this post and try them:
Happy coding,
Dani
All of them except the last one which donât work at the moment
They are working for me at the moment.
Would you please give me more info such as the tx hash or any error message ?
Ah wait, the ether suddenly apeared in my wallet. Took many minutes
Getting the same error that everyone was getting when using https://faucet.metamask.io/
{"error":"[ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32603,\"message\":\"Too Many Requests\",\"data\":{\"originalError\":{}},\"stack...
Tried https://teth.bitaps.com/ and got this error:
#### Service is not available at that moment, because of the issue of Parity client:
https://github.com/openethereum/openethereum/issues/11862
Service will be available as soon as issue will be fixed.
Anyone have any ideas on how to get eth so I can test this? I will try again in the morning, maybe there will be less requestsâŚ
Hey @explorergeek
Try this one, it seems up and running at the moment: https://faucet.ropsten.be/
Cheers,
Dani
Sorry for the late reply. Works well now. Youâre right, I just forgot to change the cost of one require statement from 1 ether to 100 wei . Great thanks!
Thank you! Great course. However I had some problems deploying the HelloWorld (mine is called personStruct) contract on the Ropsten testnet. I used chrome browser and the MetaMask extension had been installed already. I managed to get 3 ETH in the Robsten testnet. I also confirmed that the contract works well on JavaScript VM.
This is a screenshot of one of your videos. However in my case the string âRopsten (3) networkâ below âInjected Web3â is not shown! And I cannot select the matching ETH address of my MetaMask.
The connected button on MetaMask is green, but it still doesnât work properly. When trying to deploy the contract I will get the following error message:
creation of personStruct errored: call to plugin has timed out compilerMetadata - deployMetadataOf - {âfromâ:âudappâ,âpathâ:âcompilerMetadataâ}
I donât know exactly how to solve this problem. Can you help me, please?
Best regards
Ouzo69
Helo @Ouzo69, hope you are ok.
Now if you look at your âaccountâ, the address looks different than yours in metamask.
You could try to delete the connection from metamask to remix, just click on the âconnectedâ button and then the 3 dots button and the option âdisconnect this accountâ
If you have any more questions, please let us know so we can help you!
Carlos Z.