-
Notifications
You must be signed in to change notification settings - Fork 104
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
Error 500 even though ui shows it's working #30
Comments
I am having the same issue. |
I think it is related to gekkoGA not supporting nested Arrays in Strat files. See the issue #24 for more details and solution. |
|
It might be the specific strat your are evaluating. I can run gekkkoGA fine with some public strats (StrategoSLv7, BodhiDI, and scalp) once I make sure the variables/parameters are set correct in the gekkoga config/strat and within the strat itself. |
I am having the same error. did you guys figure out how to fix it? i am running gekko 5.0.12 |
@dwarda 500 internal server is going to be strat not found... or the data is not available... one of those two. Double check your stratname and strat filename make sure they are the same (minus the .js in your config). Minimize your daterange to a few hours of data you are 100% sure that you have. Make sure your db settings are correct in ~/gekko/web/routes/baseConfig.js.... and increase your timeout setting in ~/gekko/web/vue/UIconfig.js if you plan on running larger datasets, parallelqueries, or smaller candles. |
@generalectric after print trace some debug information, i found this issue is cause by problem of the implementing of [stream] (https://nodejs.org/api/stream.html#stream_buffering) in gekko api/backtest will randomly stop on this line this.push(c); I guess the buffer increase to the highWaterMark limit of stream buffer. because consumer process speed is lower then reader push() speed. this stream implementing is little complex , I have no idea how to fix it yet. |
@JasLin i havent seen any of the behavior you're experiencing, have you managed to get it sorted out yet? |
The same error 500 "Internal Server Error" everyone's getting.
It's clearly running fine in the ui - https://pastebin.com/raw/3rJxqC0t with no errors that I can see anywhere.
Yet gekkoga still falls on its face.
The text was updated successfully, but these errors were encountered: