Lesson 6: Forking Networks not happening (?) #62
-
This happens with both Infura and Alchemy I add the network: but then when i try to deploy using:
i waited for half an hour, but nothing happened. the same happens when i try to deploy afeter i remove the network and use infura: <REMOVED_PROJECT_ID> of course is replaced by my real one when i run the command. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 20 replies
-
The issue is here:
For some reason, it's assigning infura to be your forking URL, when it should be assigning alchemy. What happens when you output (Please don't upload your projectIds here as you've been doing. Thank you!) |
Beta Was this translation helpful? Give feedback.
-
Sorry i mixed things up here while posting, because i tried both infura and alchemy.
|
Beta Was this translation helpful? Give feedback.
-
Hi, when I run ^CTraceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hi all, I have the same error while running (AttributeError: 'NoneType' object has no attribute 'poll')
Also, I'm using Alchemy btw. |
Beta Was this translation helpful? Give feedback.
-
Hi, did anyone find the solution to this? I'm running into the same problem as it seems it's not forking correctly, and therefor not launching the mainnet-fork-dev network (Timestamp from the video 6:01:45)
I added mainnet-fork-dev with When running networks list true i get :
Then by running :
And it just stays there...I tried with the WSS http address and the same happens. By also running deploy.py it shows the same as above. |
Beta Was this translation helpful? Give feedback.
-
Running into an issue where its asking for the Explorer API Value Error: Explorer API not set for this network |
Beta Was this translation helpful? Give feedback.
The issue is here:
For some reason, it's assigning infura to be your forking URL, when it should be assigning alchemy. What happens when you output
brownie networks list True
?(Please don't upload your projectIds here as you've been doing. Thank you!)