Closed simpsus closed 6 years ago
This stricly means that the datasets could not be fetched, thus the 'non-object' since the request didn't answer with one.
This could mean any of the following:
http://localhost:3000/api/
Thanks for your reply. 2) and 3) I can rule out. I have gekko running and my untouched strat live paper traders bringing in losses. And I rechecked and have php-curl installed.
I would like to ask a follow-up question to 1) I run a VPS and I access my gekko with http://[IP]:3000
The adress bar then jumps to show [IP]:3000/#/home and Michael Douglas appears. That is standard behaviour, right? So how would that translate to the conf.php entry? I think that the default should be correct. I tried exchanging localhost with the public IP, I tried without the api appendix (but that makes sense to me. All with the same result. Is there any way I can troubleshoot that connection issue? When I enter http://[IP]:3000/api/datasets in the browser it simply gives my a "not found". Not a 404 but "not found".
Otherwise I am stuck & lost with 4)
Thank you
Okay, figured it out. it was a combination that the user owning the gab directory has to have access there and that the trailing slash of the gekko adress is important.
sorry if you don't accept issues. I get
gekko has datasets available in the ui. At first I thought this was a missing / in the conf.php server variable, but that didn't fix it.
The only thing I have odd in my setup is that I copied gab to /var/www/html. Using a symlink there and having it in the gekko dir doesn't make a difference though.
Any hint on what this might be?