Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Electron window crashes while calling the login method #55

@rahuldahal-zz

Description

@rahuldahal-zz

I am using this library with an electron app as,

ipc.on('connect-instagram', async (event, args) => {
  console.log('ipc main started running') // I don't even see this log
  try {
    const ig = await login({inputLogin: args.username, inputPassword: args.password}) // this is causing the app to crash
    console.log('logged in')
  } catch (e) {
    console.log(e) // doesn't even catch the error
  }
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions