iam4x / pokemongo-webspoof

👾 Play Pokémon Go from your Mac
2.14k stars 228 forks source link

ERROR in multi main #427

Closed chasetb closed 7 years ago

chasetb commented 7 years ago

After pulling the latest code from the master branch, deleting the node-modules, re-running npm install, and then running npm run dev, Electron launches to a blank, white screen and I see the following in Terminal: ERROR in multi main

I did try adding '-loader' to the module rules in webpack.config.babel.js. I deleted the node-modules again and reinstalled, but running dev now still results in a blank Electron window and shows the following in Terminal: npm run dev after updating webpack.config.babel.js

Any ideas?

chasetb commented 7 years ago

I may have solved my own issue. I did some more Google'ing and found several individuals running into the same error I get which is: [warn] kq_init: detected broken kqueue; not using.: Undefined error: 0

I found this site macOS Sierra – [warn] kq_init: detected broken kqueue; not using.: Undefined error: 0 which had me reinstall libevent using homebrew. Now webspoof is working fine, even though I still see the same error above in Terminal. I don't understand it but I'll take it.