Index: applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java
===================================================================
--- applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java	(revision 18453)
+++ applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java	(revision 18471)
@@ -72,4 +72,11 @@
         }
 
+
+        //http://walking-papers.org/scan.php?id=rmvdr3lq
+        // The server is apparently broken and returning the WpId in the URL twice
+        // which makes it return errors when we fetch it.  So, strip out one of
+        // the dups.  This is a hack and needs to get removed when the server
+        // is fixed.
+        tile = tile.replaceFirst(mungedWpId+"/"+mungedWpId, mungedWpId);
         Main.pref.put("walkingpapers.last-used-id", mungedWpId);
 
