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

Failure to retrieve Car Image #661

Open
zaphod-pab opened this issue Sep 10, 2024 · 5 comments
Open

Failure to retrieve Car Image #661

zaphod-pab opened this issue Sep 10, 2024 · 5 comments

Comments

@zaphod-pab
Copy link

zaphod-pab commented Sep 10, 2024

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)

@tillsteinbach
Copy link
Owner

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

@MatzeG
Copy link

MatzeG commented Sep 13, 2024

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

@tillsteinbach
Copy link
Owner

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.

@piridium
Copy link

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.

@tillsteinbach
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants