robinostlund / volkswagencarnet

A python library for volkswagen carnet
GNU General Public License v3.0
65 stars 37 forks source link

Error: volkswagencarnet.vw_timer.BasicSettings() argument after ** must be a mapping, not NoneType #185

Closed birgersp closed 9 months ago

birgersp commented 2 years ago

Hey,

I updated this package to v4.4.53, and then my vehicle status requests fail with this error message:

volkswagencarnet.vw_timer.BasicSettings() argument after ** must be a mapping, not NoneType

I'll investigate some more when I have time, now I just had to downgrade to 4.4.48, which is what I had before. Then the error is gone.

milkboy commented 2 years ago

Mind sharing some information about your car (model, year, engine)? Anyway, according to my best guess from the error above, could you try v4.4.54 beta 1 ?

milkboy commented 2 years ago

Or see if the problem is fixed in https://github.com/robinostlund/volkswagencarnet/releases/tag/v4.4.54 ? If not, a little bit more context (stack trace, api responses) might be needed to figure it out