<div dir="ltr"><div><div>I noticed a bunch of 500 errors being generated in MapProxy because the source  MapServer WMS is not generating images.  It appears some cases MapProxy will generate a WMS request with a width=1 and height=3 px.  I think this is related to the source coverage (bbox) in some way.  The source has a fairly small bbox which could be the problem? If I remove the coverage from the source wms it works<br></div><br> /cgi-bin/mapserver_wms?styles=&format=image%2Fpng&height=1&bbox=-11496569.213,5478916.2662,-11494537.6069,5484007.27162&transparent=True&layers=BHP&service=WMS&width=1&request=GetMap&srs=EPSG%3A3857&version=1.1.1<br><br></div><div>The odd thing is MapProxy is working fine when looking at the layer between zoom 19-7 however once I zoom out between 0-6 the request start to fail <br><br></div>MP Stuff:<br><br>  BHP_cache:<br>    grids: [spherical_mercator]<br>    sources: [BHP_wms]<br>    meta_buffer: 100<br>    meta_size: [4,4]<br>    format: image/png<br><br>  BHP_wms:<br>    type: wms<br>    req:<br>      url: <a href="http://localhost/cgi-bin/mapserver_wms">http://localhost/cgi-bin/mapserver_wms</a>?<br>      layers: BHP<br>      transparent: true<br>    coverage:<br>      bbox: [-11496569.2130269,5478916.26620355,-11494537.6069391,5484007.27161516]<br>      srs: 'EPSG:3857'<br><br><br><br><br><br><br><div><br></div></div>