Forged Alliance Forever Forged Alliance Forever Forums 2019-04-25T20:23:57+02:00 /feed.php?f=3&t=17450 2019-04-25T20:23:57+02:00 2019-04-25T20:23:57+02:00 /viewtopic.php?t=17450&p=173954#p173954 <![CDATA[Re: Downlords client replay vault not working]]> http://forums.faforever.com/viewtopic.php?f=2&t=17476

Statistics: Posted by R_Charger — 25 Apr 2019, 20:23


]]>
2019-04-25T10:39:48+02:00 2019-04-25T10:39:48+02:00 /viewtopic.php?t=17450&p=173934#p173934 <![CDATA[Re: Downlords client replay vault not working]]> Statistics: Posted by crazywauz — 25 Apr 2019, 10:39


]]>
2019-04-25T10:38:31+02:00 2019-04-25T10:38:31+02:00 /viewtopic.php?t=17450&p=173933#p173933 <![CDATA[Re: Downlords client replay vault not working]]> Statistics: Posted by crazywauz — 25 Apr 2019, 10:38


]]>
2019-04-25T10:13:09+02:00 2019-04-25T10:13:09+02:00 /viewtopic.php?t=17450&p=173932#p173932 <![CDATA[Re: Downlords client replay vault not working]]>
Gorton wrote:
Click the button that says ID.
Move mouse over the list that appears, then use the scroll wheel to scroll down.

It is really hard to see, but there is a scroll bar.


What list appears where?
There is NO list!

Statistics: Posted by crazywauz — 25 Apr 2019, 10:13


]]>
2019-04-22T23:48:25+02:00 2019-04-22T23:48:25+02:00 /viewtopic.php?t=17450&p=173818#p173818 <![CDATA[Re: Downlords client replay vault not working]]>
Thanks, the pulldown menu is scrollable indeed.

Statistics: Posted by E8400-CV — 22 Apr 2019, 23:48


]]>
2019-04-21T16:25:09+02:00 2019-04-21T16:25:09+02:00 /viewtopic.php?t=17450&p=173732#p173732 <![CDATA[Re: Downlords client replay vault not working]]> Move mouse over the list that appears, then use the scroll wheel to scroll down.

It is really hard to see, but there is a scroll bar.

Statistics: Posted by Gorton — 21 Apr 2019, 16:25


]]>
2019-04-21T15:37:31+02:00 2019-04-21T15:37:31+02:00 /viewtopic.php?t=17450&p=173727#p173727 <![CDATA[Re: Downlords client replay vault not working]]>
Player name is not the same as ID? There is no option to search by name

Statistics: Posted by E8400-CV — 21 Apr 2019, 15:37


]]>
2019-04-21T15:16:41+02:00 2019-04-21T15:16:41+02:00 /viewtopic.php?t=17450&p=173722#p173722 <![CDATA[Re: Downlords client replay vault not working]]> Statistics: Posted by PhilipJFry — 21 Apr 2019, 15:16


]]>
2019-04-21T14:59:03+02:00 2019-04-21T14:59:03+02:00 /viewtopic.php?t=17450&p=173719#p173719 <![CDATA[Downlords client replay vault not working]]>
This with search by player ID:

Code:
java.util.concurrent.CompletionException: org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request
   at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
   at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
   at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request
   at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:79)
   at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:97)
   at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:79)
   at com.faforever.client.api.JsonApiErrorHandler.handleError(JsonApiErrorHandler.java:31)
   at org.springframework.security.oauth2.client.http.OAuth2ErrorHandler.handleError(OAuth2ErrorHandler.java:172)
   at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
   at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:777)
   at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:735)
   at org.springframework.security.oauth2.client.OAuth2RestTemplate.doExecute(OAuth2RestTemplate.java:128)
   at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:669)
   at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:310)
   at com.faforever.client.api.FafApiAccessorImpl.getPage(FafApiAccessorImpl.java:608)
   at com.faforever.client.api.FafApiAccessorImpl.getPage(FafApiAccessorImpl.java:595)
   at com.faforever.client.api.FafApiAccessorImpl.findReplaysByQuery(FafApiAccessorImpl.java:324)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.base/java.lang.reflect.Method.invoke(Unknown Source)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206)
   at com.sun.proxy.$Proxy66.findReplaysByQuery(Unknown Source)
   at com.faforever.client.remote.FafService.findReplaysByQuery(FafService.java:287)
   at com.faforever.client.remote.FafService$$FastClassBySpringCGLIB$$6c91c77e.invoke(<generated>)
   at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
   at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
   at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
   at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:276)
   ... 4 more

Statistics: Posted by E8400-CV — 21 Apr 2019, 14:59


]]>