Skip to content
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

no data at Web UI #244

Open
dlghwns740 opened this issue Oct 8, 2018 · 1 comment
Open

no data at Web UI #244

dlghwns740 opened this issue Oct 8, 2018 · 1 comment

Comments

@dlghwns740
Copy link

The web UI does not work.

I have been performing Manual Installation in Windows environment.
In addition, the following log appears.

Cannot GET /log

default

I have difficulty working because I am not a programmer. I need help.

@dlghwns740 dlghwns740 changed the title no data at WE no data at Web UI Oct 8, 2018
@dlghwns740
Copy link
Author

dlghwns740 commented Oct 9, 2018

After reinstalling the mongoDB v4, it changed to the image below.

default

My tribeca.json code is as follows.

{
    "TRIBECA_MODE": "prod",
    "EXCHANGE": "HitBtc",
    "TradedPair": "XRP/USDT",
    "MongoDbUrl": "mongodb://localhost:27017/tribeca",
    "WebClientUsername": "NULL",
    "WebClientPassword": "NULL",
    "WebClientListenPort": "3000",
    "ShowAllOrders": "false",
        
    "HitBtcPullUrl": "http://api.hitbtc.com",
    "HitBtcOrderEntryUrl": "wss://api.hitbtc.com:8080",
    "HitBtcMarketDataUrl": "ws://api.hitbtc.com:80",
    "HitBtcSocketIoUrl": "https://api.hitbtc.com:8081",
    "HitBtcApiKey": "xxxxxxxxxxxxxxxxxxxxx",
    "HitBtcSecret": "xxxxxxxxxxxxxxxxxxxxxx",
    "HitBtcOrderDestination": "HitBtc",
    
    "CoinbaseRestUrl": "https://api.gdax.com",
    "CoinbaseWebsocketUrl": "wss://ws-feed.gdax.com",
    "CoinbasePassphrase": "NULL",
    "CoinbaseApiKey": "NULL",
    "CoinbaseSecret": "NULL",
    "CoinbaseOrderDestination": "Coinbase",
    
    "OkCoinWsUrl": "wss://real.okcoin.com:10440/websocket/okcoinapi",
    "OkCoinHttpUrl": "https://www.okcoin.com/api/v1/",
    "OkCoinApiKey": "NULL",
    "OkCoinSecretKey": "NULL",
    "OkCoinOrderDestination": "OkCoin",
    
    "BitfinexHttpUrl": "https://api.bitfinex.com/v1",
    "BitfinexKey": "NULL",
    "BitfinexSecret": "NULL",
    "BitfinexOrderDestination": "Bitfinex"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant