tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.33k stars 744 forks source link

Out of the box example throws multiple errors calling an 'info' API #236

Open jerokpradeep opened 3 years ago

jerokpradeep commented 3 years ago

I have downloaded and ran the VueJS example. Right after running this, I'm getting the following error continously.

sockjs.js?9be2:1609 GET http://192.168.68.106:8081/sockjs-node/info?t=1625195581004 net::ERR_FAILED

The IP is Network IP of my machine only, but where to I stop this and why this is called repeatedly? Please advice

eugene-korobko commented 3 years ago

Hello!

It looks like your backend is not running. Have you started it with npm run serve ?