VWsFriend icon indicating copy to clipboard operation
VWsFriend copied to clipboard

Failure to retrieve Car Image

Open zaphod-pab opened this issue 1 year ago • 5 comments

Wanted to report this in quite a while. While everything else works perfectly normal, I continuously get this log output:

2024-09-10T06:49:54+0000:INFO:_internal:192.168.178.78 - - [10/Sep/2024 06:49:54] "GET /status/vehicles/WV2ZZZEBXPHXXXXXX-status_or_car-badge.png HTTP/1.1" 404 -

followed by

2024-09-10T06:51:32+0000:INFO:vehicle:Could not update status picture as birdview image could not be retrieved

The result is a missing picture in the "Car Overview" and also in the "Live View" Dashboards and the following error message:

<!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>Status picture doesn&#39;t exist.</p>
Object
status:404
statusText:"Not Found"
data:Object
message:"<!doctype html>
<html lang=en>
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>Status picture doesn&#39;t exist.</p>
"
error:"Not Found"
response:"<!doctype html>
<html lang=en>
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>Status picture doesn&#39;t exist.</p>
"
config:Object
url:"api/datasources/proxy/uid/P36D08C1A0297C737/status/vehicles/WV2ZZZEBXPHXXXXXX-status_or_car-badge.png.json"
method:"GET"
headers:Object
retry:0
hideFromInspector:false
traceId:undefined
message:"<!doctype html>
<html lang=en>
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>Status picture doesn&#39;t exist.</p>
"

My car is VW ID.Buzz with SW3.2 and I am using the latest versions of VWsFriend (0.24.5)

zaphod-pab avatar Sep 10 '24 06:09 zaphod-pab

I have seen this before with ID buzz, looks like not all pictures are available for the car.

tillsteinbach avatar Sep 10 '24 07:09 tillsteinbach

Same here with my Buzz - any chance to get a fix or workaround?

MatzeG avatar Sep 13 '24 14:09 MatzeG

Can you try to give me logs with higher log level (something like -vvvv), my suspicion is that for the buzz the image is not called birdview. If we can find out how it is called instead we have a chance to fix that. Worst case I would need an account of someone with a Buzz for testing.

tillsteinbach avatar Sep 14 '24 15:09 tillsteinbach

Same here. Also a Buzz. I'd be happy to help.

_> docker compose logs
   2024-09-30T08:29:51+0000:INFO:vehicle:Could not update status picture as birdview image could not be retrieved

But there is no -v flag for docker compose logs. How do I get to the higher log level? Please excuse me, I'm still quite new to docker.

piridium avatar Sep 30 '24 08:09 piridium

We investigated and the conclusion is that these images are missing on the VW server.

tillsteinbach avatar Sep 30 '24 19:09 tillsteinbach