rohitsangwan01 / whatsapp_bot_flutter

Whatsapp bot for flutter desktop
MIT License
37 stars 24 forks source link

Error when downloading puppeteer #39

Closed Isaccseven closed 1 year ago

Isaccseven commented 1 year ago

I'm getting an error when I the library tries to download puppeteer

image

image

rohitsangwan01 commented 1 year ago

Seems like connection issue from your end , check if you can run puppeteer on you machine

Isaccseven commented 1 year ago

Puppeteer actually does not work for me either. Do you have an idea ?

rohitsangwan01 commented 1 year ago

Puppeteer actually does not work for me either. Do you have an idea ?

might be some network issue ,or if on macos maybe sandbox issue or network permission, can you try the example app

Isaccseven commented 1 year ago

The example app worked. Interesting

rohitsangwan01 commented 1 year ago

The example app worked. Interesting

Ok checkout Desktop setup section in docs

'For Macos , Enable outgoing and incoming connections and try disabling sandbox mode, comment this out in macos/Runner/*.entitlements:

com.apple.security.app-sandbox

'

Isaccseven commented 1 year ago

Ah nice I think it worked. I got a qr code in my console now

rohitsangwan01 commented 1 year ago

Great, if it's working fine now, then we can close this issue

Isaccseven commented 1 year ago

Yes, thank you very much !