Justin Güse

Results 58 comments of Justin Güse

I guess this happens because the ingress routes it to domain.com/graphql over port 80 instead of 4200?

Full output of api server ```2021-01-29 09:29:50.694 ERROR 38233 --- [nio-8088-exec-8] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [/etoro-api] threw exception [Request processing failed; nested exception is...

What a mess, found it, you can't just type in the values, but need to add a lot of \t and \n to the string. `"{\n\t\"name\": \"btc\",\n\t\"type\": \"BUY\",\n\t\"amount\": 1000,\n\t\"leverage\": 1\n}"`

And no it is actually related to takeProdit and stopLoss values... What exactly are those? I think the error is thrown if the stopLoss is outside the range of 1-100....

@oleh2208 , yes thanks in advance! ` . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ |...

or the full debug in pastebin: https://pastebin.com/Vz3ym7Q3

Hey, I've manually copied the phantomjs.exe from the repo to the /build/lib and at least there are fewer errors now: `2020-05-22 11:13:46.191 INFO 8732 --- [ null to remote] o.o.selenium.remote.ProtocolHandshake...

I started the server with `java -jar .\etoro-api-0.1.2.jar` java version `openjdk 11.0.1 2018-10-16 OpenJDK Runtime Environment 18.9 (build 11.0.1+13) OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode) `

Full output: ``` 2021-01-31 21:11:50.570 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'assetsController': Unsatisfied dependency expressed through field 'httpClient'; nested exception...

Not entirely solved yet, but I guess it is an issue with the newest chrome version