Skip to content
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

2.6: MapsClient#fetchMapDownloads:24 - feign.FeignException$NotFound #10023

Closed
tripleabuilderbot opened this issue Jan 17, 2022 · 3 comments
Closed
Labels
Error Report Issue reported via the in-game error reporter

Comments

@tripleabuilderbot
Copy link
Contributor

User Description

Step-By-Step Guide:

Actual Result:
Error message shown

Expected Result:
Display of popup with list of maps ready for download.

Log Message

Failed to download the list of available maps from TripleA servers.

TripleA Version

2.6

Java Version

15.0.1

Operating System

Windows 10

Stack Trace

Exception: feign.FeignException$NotFound[404 Not Found] during [GET] to [https://prod2-lobby.triplea-game.org/maps/listing] [MapsFeignClient#fetchMapListing(Map)]: [{"code":404,"message":"HTTP 404 Not Found"}]
java.lang.Exception
	at feign.FeignException.clientErrorStatus(FeignException.java:219)
	at feign.FeignException.errorStatus(FeignException.java:194)
	at feign.FeignException.errorStatus(FeignException.java:185)
	at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96)
	at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)
	at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
	at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:100)
	at com.sun.proxy.$Proxy7.fetchMapListing(Unknown Source)
	at org.triplea.http.client.maps.listing.MapsClient.fetchMapDownloads(MapsClient.java:24)
	at games.strategy.engine.framework.map.listing.MapListingFetcher.getMapDownloadList(MapListingFetcher.java:15)
	at games.strategy.engine.framework.ui.background.BackgroundTaskRunner$1.doInBackground(BackgroundTaskRunner.java:115)
	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:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:832)


@bacrossland
Copy link
Contributor

#10023 #10053 #10079 are all related

@bacrossland
Copy link
Contributor

#10008 #9989 #9966 are related as well

@beelee1
Copy link
Contributor

beelee1 commented Feb 18, 2022

@beelee1 beelee1 closed this as completed Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Report Issue reported via the in-game error reporter
Projects
None yet
Development

No branches or pull requests

3 participants