bitrinjani/r2

Problem in running this source.

Closed this issue · 2 comments

How are you.
I am going to run this source.
I tried like following.

  • clone this repository.
  • extract zip file.
    -input api key and secret at config.json.
    ===on root directory===
    npm install
    npm start
    ====
    ===on webui directory===
    yarn install
    npm [start]
    ===
    Then, I checked following URL: localhost:4200
    URL is redirected to "http://localhost:4200/main-view"
    I see some views but, it was not screenshot on guide.
    2018-03-24_05h18_55
    image
    2018-03-24_05h19_51

There is an error like following.

  WebSocket connection failed. Error: ETIMEDOUT

How can I fix it?

Please help me.

Regards

info.log

Did you set webGateway.enabled to true?

To run R2 in Web UI mode, set webGateway.enabled to true. By default, R2 starts in Console mode.
Start the application by npm start or yarn start.
npm start
Open http://127.0.0.1:8720 in Chrome.

ありがとうございます。