-
-
Notifications
You must be signed in to change notification settings - Fork 613
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
EveryTime, API is crushed #655
Comments
This something with redis, because after google this:
Somewhere, after try to get status, from redis,
and then, api crushed, and restarting again. Anyone know, how to fix this? I see some functions by keyword |
I found an error, related with this issue, and found this, at this line: cryptonote-nodejs-pool/lib/api.js Line 2101 in f5f82d1
Some bullshit there, and this value is undefined .I just changed this to: lastResponse: JSON.stringify(error ? error : response) || 'ok' //it's "undefined"! After this, changes, API have no crushes every time, after some timeout. This do tryes to write
console.warn(redisCommands, error, response); //before next line
redisClient.multi(redisCommands).exec(); I see, this |
On tryes to update wallet-status, by timeout, this every time tried to write 'undefined' in redis, and API crushed every time, then restarted. Issue: dvandal#655
I did try to get status, of wallet, by using wallet-API, and did try to get this, using url So, maybe, because of this, |
Everytime, by some timeout, API is crushed, and restarted then.
In console of server-backend, I see this:
What does this mean?
The text was updated successfully, but these errors were encountered: