Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 24, 2023
1 parent 00b37b6 commit b55721a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2895,6 +2895,8 @@ class VwWeconnect extends utils.Adapter {
}
})
.catch((error) => {
this.log.debug(error);
error.response && this.log.debug(JSON.stringify(error.response.data));
if (status.path === "position/vehicles") {
this.log.warn("Parking position failed. Blocked until restart");
this.secondAccessToken = "blocked";
Expand Down

0 comments on commit b55721a

Please sign in to comment.