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 was archived by the owner on Sep 17, 2025. It is now read-only.
ipc.on('connect-instagram',async(event,args)=>{console.log('ipc main started running')// I don't even see this logtry{constig=awaitlogin({inputLogin: args.username,inputPassword: args.password})// this is causing the app to crashconsole.log('logged in')}catch(e){console.log(e)// doesn't even catch the error}})
I am using this library with an electron app as,