triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.29k stars 382 forks source link

2.6.14752: LobbyLogin#lambda$forgotPassword$6:233 - feign.FeignException$BadRequest #12628

Open tripleabuilderbot opened 1 month ago

tripleabuilderbot commented 1 month ago

Log Message

[400 Bad Request] during [POST] to [https://prod.triplea-game.org/forgot-password] [ForgotPasswordClient#sendForgotPasswordRequest(ForgotPasswordRequest)]: [Http 400 - Bad Request: null]

TripleA Version

2.6.14752

Java Version

11.0.19

Operating System

Windows 7

Heap Size

2048M

Stack Trace

Exception: feign.FeignException$BadRequest [400 Bad Request] during [POST] to [https://prod.triplea-game.org/forgot-password] [ForgotPasswordClient#sendForgotPasswordRequest(ForgotPasswordRequest)]: [Http 400 - Bad Request: null]
java.lang.Exception
    at feign.FeignException.clientErrorStatus(FeignException.java:222)
    at feign.FeignException.errorStatus(FeignException.java:203)
    at feign.FeignException.errorStatus(FeignException.java:194)
    at feign.FeignException.errorStatus(FeignException.java:171)
    at feign.InvocationContext.decodeError(InvocationContext.java:126)
    at feign.InvocationContext.proceed(InvocationContext.java:72)
    at feign.ResponseHandler.handleResponse(ResponseHandler.java:63)
    at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:114)
    at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:70)
    at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:99)
    at com.sun.proxy.$Proxy8.sendForgotPasswordRequest(Unknown Source)
    at games.strategy.engine.lobby.client.login.LobbyLogin.lambda$forgotPassword$6(LobbyLogin.java:233)
    at games.strategy.engine.framework.ui.background.BackgroundTaskRunner$1.doInBackground(BackgroundTaskRunner.java:129)
    at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
beelee1 commented 4 weeks ago

yea thats a bummer