<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div>did you solve that Issue? I'm experiencing pretty much the same problem. Our MapProxy yesterday starts to respond with: "error while processing image file: cannot identify image file <mapproxy.image.ReadBufWrapper object at 0x7f67d86e6c10></div><div><br></div><div>I reduce the config to simplest one possible, but with no luck. Error is still there. Our config is as follows:<br></div><div><br></div><div>services:<br>  demo:<br>  wms:<br>    srs: ['EPSG:5514']<br>sources:<br>  dtm_praha:<br>    type: wms<br>    req:<br>      url: <a href="http://mpp.praha.eu/arcgis/services/DTMP/DTMP/MapServer/WMSServer">http://mpp.praha.eu/arcgis/services/DTMP/DTMP/MapServer/WMSServer</a>?<br>      transparent: true<br>      layers: 0,1,2,3<br><br>layers:<br>  - name: DTMP<br>    title: DTMP<br>    sources: [dtm_praha]<br>globals:<br>  image: <br>    resampling_method: bilinear</div><div><br></div><div>We are running MapProxy under Apache2 on Debian Linux behind HTTP proxy. Packages up to date. I also try to run developlment server with that config. And output is:</div><div><br></div><div>[2018-11-06 13:21:31,681] mapproxy.source.request - INFO - GET <a href="http://mpp.praha.eu/arcgis/services/DTMP/DTMP/MapServer/WMSServer?styles=&format=image%2Fpng&height=899&bbox=-749443.5125,-1052941.0375,-749412.1875,-1052918.5625&transparent=True&layers=0,1,2,3&service=WMS&srs=EPSG%3A5514&request=GetMap&width=1253&version=1.1.1">http://mpp.praha.eu/arcgis/services/DTMP/DTMP/MapServer/WMSServer?styles=&format=image%2Fpng&height=899&bbox=-749443.5125,-1052941.0375,-749412.1875,-1052918.5625&transparent=True&layers=0,1,2,3&service=WMS&srs=EPSG%3A5514&request=GetMap&width=1253&version=1.1.1</a> 200 10.0 330<br>[2018-11-06 13:21:31,689] mapproxy.image - DEBUG - converting image from ImageOptions(encoding_options={}, resampling='bilinear', transparent=True) -> ImageOptions(bgcolor='#ffffff', colors=256, encoding_options={}, format='image/png', resampling='bilinear', transparent=True)<br>[2018-11-06 13:21:31,689] mapproxy.image - DEBUG - file(<mapproxy.image.ReadBufWrapper object at 0x7f67d86e6c10>) -> image<br>[info] 10.144.35.192 - - [06/Nov/2018 13:21:31] "GET /wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=true&LAYERS=DTMP&CRS=EPSG%3A5514&STYLES=&WIDTH=1253&HEIGHT=899&BBOX=-749443.5125000001%2C-1052941.0375%2C-749412.1875000001%2C-1052918.5625 HTTP/1.1" 200 -</div><div><br></div><div>But WMS response contains no image, only XML describing error mentioned above. <br></div><div><br></div><div>Any advices? <br></div><br><div class="gmail_quote"><div dir="ltr">st 4. 7. 2018 v 15:32 odesílatel Sebastijan Sekulić <<a href="mailto:sebastijan.sekulic@gmail.com">sebastijan.sekulic@gmail.com</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br>so I am trying to add a WMS source to my MapProxy, but on the demo page, I get an error.<br>Error while processing image file: cannot identify image file <mapproxy.imageReadBufWrapper objerct at 0x7fbed4360f50>.<br><br>I have tracked the error to Line 153 in wms.py (It stops at result_bf = result.as_buffer(img_opts)), if that helps. I think it should be something with pillow having a problem with the image format, but I don't have expertise in that.<div><br></div><div>I don't get any console outputs except request (no errors).<br><br>If I make a request with postman or with requests, it renders and downloads properly. The image format is png8, and I am using MapProxy 1.11 on Ubuntu.</div><div><br></div><div>If you need .yaml and request, I can provide as a download link or send privately, as I don't want to expose source links.<br><br>Thanks,<br>Seb.</div></div>
_______________________________________________<br>
MapProxy mailing list<br>
<a href="mailto:MapProxy@lists.osgeo.org" target="_blank">MapProxy@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapproxy" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapproxy</a></blockquote></div></div></div></div></div>