You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason:
tokenDir in the original line is equal to \Users\username\.credentials\
tokenDir in the new line is equal to C:\Users\username\.credentials\ , which is the right for Windows.
Environment
pwmetrics version: 4.2.2
Chrome version: Version 78.0.3904.97 (Official Build) (64-bit)
OS version: Win10X64 1803
The text was updated successfully, but these errors were encountered:
Config / CLI options
pwmetrics --config=pwmetrics-config.js
Errors
Error while trying to retrieve access token, ENOENT: no such file or directory, mkdir '\Users\my.credentials'
Error while trying to retrieve access token, invalid_grant at GoogleOauth.getNewToken
Solution
After digging out in google-oauth.js, change the line as below:
Reason:
tokenDir in the original line is equal to \Users\username\.credentials\
tokenDir in the new line is equal to C:\Users\username\.credentials\ , which is the right for Windows.
Environment
The text was updated successfully, but these errors were encountered: