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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
I am trying to upgrade the dependencies on a node/browser app to current levels to get rig of a grpc problem.
one, google-assistant, uses a module that uses popsicle
i call a client-oauth method to refresh my oauth2 token and now get an error that finally is not defined..
if i change the finally()'s to .then() (workaround)
i now get a : socket.ref is not a function
both from popsicle-transport-http
running node 14.15.3
in electron 11.3.0
i read in my old refresh token and then update it
The text was updated successfully, but these errors were encountered: