Marco
Marco
I have the same problem, looks like the problem is in `vendors/ghostdriver/webdriver_atoms.js` at line 32: `var atomFileName = module.dirname + "/third_party/webdriver-atoms/" + atomName + ".js";` here, `module.dirname` is `undefined` so...
Have you found a solution? Looks like that `domain` and `path` are ignored by `add_cookie` method.
You should not reach the point where you cannot launch ADB server if android sdk is not extracted. Can you give me additional informations like what OS you're running on,...
This happens randomly, it is a bug of third party library I'm using so I need to take a closer look. Temporary solution would be to re-run the script.
Can you specify which OS you're using?
Looks like some ADB version check that 3rd party module is making. Should be fixed in 1e20fd1
Can you tell me the OS you're using? Also, please paste the content of the file in `WhatsApp-Dump/android-sdk/platform-tools/source.properties` so I can take a look at SDK version. Since the 3rd...
This needs a more robust bugfix, I will commit a fix as soon as I have some free time.
Can you give additional informations about this ADB issue? Are you running the tool on Windows? Do you have the following file in your filesystem `./WhatsDump/android-sdk/platform-tools/adb` or something similar?
Should be fixed in 482ad5e, let me know if the same issue occurs again!