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

Update pycarwings2.py #2842

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Commits on Jun 5, 2024

  1. Update pycarwings2.py

    Two changes
    
    1st re line 75: Nissan changed the Base URL of its Carwings API. Since May 20, 2024 the old URL used by pycarwings2 in soc_leaf doesn't work anymore.
    
    2nd re line 121: At least on a Windows 10 PC with Python 3.12 for test purpose, the additional parameter 'headers={"User-Agent": ""}' is needed to run pycarwings2.py successfully. The need for this parameter within OpenWB itself has tbc.
    
    For more details see posts on https://forum.openwb.de/viewtopic.php?p=109761#p109761 ff
    mekrapp authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d357f44 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Update pycarwings2.py

    2nd change removed, because it is not needed on the OpenWB software platform.
    mekrapp authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    eca2439 View commit details
    Browse the repository at this point in the history