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
constclientId='945005161615597609';constscopes=["rpc"];constclient=newRPC.Client({transport: 'ipc'});client.on('ready',()=>{console.log('Logged in as',client.application.name);console.log('Authed for user',client.user.username);});// Log in to RPC with client idclient.login({clientId: clientId,scopes: scopes});
The Auth Window appears correctly, but i get this error:
Hello,
this is my code:
The Auth Window appears correctly, but i get this error:
I'm running electron Version 16.0.7
The text was updated successfully, but these errors were encountered: