-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:8080/query?id=1' #61
Comments
Start Server App in /datafeed by python3 server3.py |
I am getting the same error and given solution is not working..? |
same thing here. |
check if your ports are aligned, ie, your backend server server.py should be deployed at the same port that is mentioned in the file called DataStreamer.ts |
@Grv-Singh Thanks very much! That worked for me! Had to think about it for a bit but to simplify it for everyone you must:
I used VSCode |
Hello World! try to install dateutil first. pip install python-dateutil use this command, then npm start |
I'm getting same error , I have run server.py file first also did all step but still getting this error. |
https://youtu.be/A_GKr7JCWTY |
Just run this command first from the root directory " |
Thanks! It worked |
I am having the same I had with the 2nd task, after running the npm start, opening the react app, clicking the bank stream data button I am getting this error as shown below. I tried all the troubleshooting tips and I also tried downloading the node module provided in the task material. I am using a windows 10 operating system. Note before now I already had node and npm installed on my system so I did not install the nvm as described.
The text was updated successfully, but these errors were encountered: