whatsapp-desktop-dark icon indicating copy to clipboard operation
whatsapp-desktop-dark copied to clipboard

WADark for Mac does not work on Whatsapp version 0.4.1299

Open rarmellini opened this issue 4 years ago • 12 comments

After running the script, it keeps asking me to update whatsapp desktop, although I am already on the latest version.

rarmellini avatar Mar 09 '20 14:03 rarmellini

Have the same issue, tried installing it with the web GUI v0.4.930 but it didn't work.

Macbook Pro 13" 2019 Catalina 10.15.3

SantiagoITHS avatar Mar 09 '20 17:03 SantiagoITHS

Are you guys getting this error on console: Error: EACCES: permission denied, unlink ... ?

Try running with sudo, worked for me.

marioleal avatar Mar 09 '20 23:03 marioleal

Are you guys getting this error on console: Error: EACCES: permission denied, unlink ... ?

Try running with sudo, worked for me.

Didn't get any error. Script ran smoothly. However, when I kick off whatsapp desktop, it throws a message saying that I need to update and never goes beyond that point. What version of whatsapp are you running?

rarmellini avatar Mar 10 '20 02:03 rarmellini

just ran with sudo, worked perfectly

On Mon, Mar 9, 2020 at 8:01 PM rarmellini [email protected] wrote:

Are you guys getting this error on console: Error: EACCES: permission denied, unlink ... ?

Try running with sudo, worked for me.

Didn't get any error. Script ran smoothly. However, when I kick off whatsapp desktop, it throws a message saying that I need to update and never goes beyond that point. What version of whatsapp are you running?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/m4heshd/whatsapp-desktop-dark/issues/166?email_source=notifications&email_token=ANKOBVPQAQHGHMRDFEHVRIDRGWNPLA5CNFSM4LEJQZFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOJWONI#issuecomment-596862773, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANKOBVJQLAYJJTCJRKX6KL3RGWNPLANCNFSM4LEJQZFA .

SantiagoITHS avatar Mar 10 '20 02:03 SantiagoITHS

@rarmellini

0.4.930

Seems like you aren't on the latest.

Are you sure you are not using the appstore whatsapp?

marioleal avatar Mar 10 '20 05:03 marioleal

Damn, accidentally upgraded to version 4.1300, the script now doesnt work at all.



events.js:186
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE: address already in use :::3210
    at Server.setupListenHandle [as _listen2] (net.js:1228:14)
    at listenInCluster (net.js:1276:12)
    at Server.listen (net.js:1364:7)
    at Function.listen (/Users/shernandez/Downloads/WADark-macOS/node_modules/express/lib/application.js:618:24)
    at Object.exports.startGUI (/Users/shernandez/Downloads/WADark-macOS/run-gui.js:35:22)
    at Object.<anonymous> (/Users/shernandez/Downloads/WADark-macOS/index.js:24:34)
    at Module._compile (internal/modules/cjs/loader.js:936:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10)
    at Module.load (internal/modules/cjs/loader.js:790:32)
    at Function.Module._load (internal/modules/cjs/loader.js:703:12)
Emitted 'error' event on Server instance at:
    at emitErrorNT (net.js:1255:8)
    at processTicksAndRejections (internal/process/task_queues.js:77:11) {
  code: 'EADDRINUSE',
  errno: 'EADDRINUSE',
  syscall: 'listen',
  address: '::',
  port: 3210

SantiagoITHS avatar Mar 10 '20 05:03 SantiagoITHS

It's working for me as you can see below:

image

just change permissions (a+x) and execute as root.

rcerro avatar Mar 10 '20 11:03 rcerro

Damn, accidentally upgraded to version 4.1300, the script now doesnt work at all.

Hi @SantiagoITHS, This error has occurred because another instance of the installer is running in the background. Please close them before you start a new install. It's not related to your WA build at all.

m4heshd avatar Mar 10 '20 13:03 m4heshd

@rarmellini You seems to be on an older version of WhatsApp desktop. Please try reinstalling the latest version. No one else is reporting this issue.

m4heshd avatar Mar 10 '20 13:03 m4heshd

I get this error with the latest version of WhatsApp app on Mac 0.4.1302 Error: EACCES: permission denied, unlink '/Applications/WhatsApp.app/Contents/Resources/app.asar' at Object.unlinkSync (fs.js:1018:3) at mayCopyFile (/Users/guillermo/Desktop/WADark-macOS/node_modules/fs-extra/lib/copy-sync/copy-sync.js:59:8) at onFile (/Users/guillermo/Desktop/WADark-macOS/node_modules/fs-extra/lib/copy-sync/copy-sync.js:54:10) at getStats (/Users/guillermo/Desktop/WADark-macOS/node_modules/fs-extra/lib/copy-sync/copy-sync.js:48:44) at startCopy (/Users/guillermo/Desktop/WADark-macOS/node_modules/fs-extra/lib/copy-sync/copy-sync.js:38:10) at handleFilterAndCopy (/Users/guillermo/Desktop/WADark-macOS/node_modules/fs-extra/lib/copy-sync/copy-sync.js:33:10) at Object.copySync (/Users/guillermo/Desktop/WADark-macOS/node_modules/fs-extra/lib/copy-sync/copy-sync.js:26:10) at /Users/guillermo/Desktop/WADark-macOS/run-gui.js:227:28 at /Users/guillermo/Desktop/WADark-macOS/node_modules/asar/lib/asar.js:162:18 at writeFileListToStream (/Users/guillermo/Desktop/WADark-macOS/node_modules/asar/lib/disk.js:42:10) { errno: -13, syscall: 'unlink', code: 'EACCES', path: '/Applications/WhatsApp.app/Contents/Resources/app.asar' }

gferreroferri avatar Mar 17 '20 18:03 gferreroferri

@gferreroferri Just tested on WhatsApp 1302, works perfectly. Just run the WADark script with sudo.

haveneersrobin avatar Mar 20 '20 20:03 haveneersrobin

Works for me on version 1307.

jhult avatar Mar 26 '20 22:03 jhult