Git Product home page Git Product logo

Comments (11)

parthi2929 avatar parthi2929 commented on June 1, 2024

It was not clear in your instructions C:\GKT was needed. Once that is done, build was through. however could not start the app. Below instructions fail.

node start (error=> start not recognized)
node src/index.js (error => import not recognized)

How do we start the app?

from cryptoviz.

Ameobea avatar Ameobea commented on June 1, 2024

Hey. Sorry you're having issues building this; the documentation isn't very good and I'll update it.

The first error was caused because your system is missing the Cairo library which is used by the canvas package.

Once you've installed Cairo and run npm install to install the dependencies, you can then run npm start to start the application which will launch it on http://localhost:8000

If you want, I've got a version of the site running at https://cryptoviz.net/ that you can use if you just want to check it out.

Please let me know if you have any more issues, and I'll work on updating the documentation so it's more clear.

from cryptoviz.

parthi2929 avatar parthi2929 commented on June 1, 2024

Here is the screen I am getting and always stays loading forever when I click https://cryptoviz.net/

http://i.cubeupload.com/s37SFf.png

from cryptoviz.

parthi2929 avatar parthi2929 commented on June 1, 2024

I already have Cairo in C:/GKT else build would have failed right?

from cryptoviz.

parthi2929 avatar parthi2929 commented on June 1, 2024

I tried in ubuntu also. Now npm start works, but localhost:8000 is still showing nothing, just black blank screen.

from cryptoviz.

parthi2929 avatar parthi2929 commented on June 1, 2024

This is what I get in ubuntu (Virtual box)
2017-12-25_09h28_02

from cryptoviz.

Ameobea avatar Ameobea commented on June 1, 2024

Hmm. Open the JavaScript console on the web browser on the localhost version as well as the cryptoviz.net version and see if anything shows up. If nothing showing up on the cryptoviz.net one, then there's probably some kind of issue with network connectivity.

from cryptoviz.

parthi2929 avatar parthi2929 commented on June 1, 2024

Here are the errors:

2017-12-26_08h56_48

from cryptoviz.

Ameobea avatar Ameobea commented on June 1, 2024

Ahh, it seems that Poloniex has some kind of anti-bot protection or similar that it's using to prevent you from accessing its API endpoints, which are necessary to use CryptoViz.

Please try visiting https://poloniex.com/public?command=returnCurrencies manually in your web browser. It may ask you to fill in a capcha to verify you're a human, which you should do. I think this is the same issue as this one: dutu/poloniex-api-node#20

Please let me know if this fixes the problem. If so, I'll have to put in a check into the codebase to see if this happens for others and direct them to perform this process themselves.

from cryptoviz.

parthi2929 avatar parthi2929 commented on June 1, 2024

I did that manually, values returned in browser, but via script again, same issue

from cryptoviz.

Ameobea avatar Ameobea commented on June 1, 2024

Reading through the thread more closely, it looks like you won't be able to access the page automatically if your IP is flagged by Cloudflare: dutu/poloniex-api-node#20 (comment). This can happen if you're using a public IP or one that's behind a proxy that's hosted on a cloud service provider, for example.

I'll work on creating a proxy for these API requests on my own server if they fail, and adding that to the site.

from cryptoviz.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.