tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
109 stars 29 forks source link

Attribute is no image and cannot be converted to one #100

Closed NikolasRupp closed 1 year ago

NikolasRupp commented 1 year ago

Hi,

I'am using your Package on a Raspberry Pi4 and everything works fine except the Images. Whenever I try to get these i get the following Exception.

File "/home/pi/.local/lib/python3.9/site-packages/weconnect/addressable.py", line 282, in saveToFile
    raise ValueError('Attribute is no image and cannot be converted to one')
ValueError: Attribute is no image and cannot be converted to one

On my Windows PC everythin works fine.

I'm pretty new to Programming so I don't know what I can do.

Thank you for your help

NikolasRupp commented 1 year ago

Sorry found the Error myself. Only used pip install weconnect and not pip install weconnect[Images]