Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: Action is not defined at Function.connect #41

Closed
esoteric-programmer opened this issue May 8, 2020 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@esoteric-programmer
Copy link

esoteric-programmer commented May 8, 2020

I cannot connect to the device.

I have started frida-server as root user at the device:
$ frida-server -l 0.0.0.0:4444

When I run bagbak, I get:

$bagbak -H 192.168.1.64:4444 -l
FATAL ERROR
ReferenceError: Action is not defined
    at Function.connect (/home/[[....]]/.nvm/versions/node/v13.2.0/lib/node_modules/bagbak/lib/device.js:15:17)
    at main (/home/[[....]]/.nvm/versions/node/v13.2.0/lib/node_modules/bagbak/go.js:380:27)
    at Object.<anonymous> (/home/[[....]]/.nvm/versions/node/v13.2.0/lib/node_modules/bagbak/go.js:430:1)
    at Module._compile (internal/modules/cjs/loader.js:1121:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1160:10)
    at Module.load (internal/modules/cjs/loader.js:976:32)
    at Function.Module._load (internal/modules/cjs/loader.js:884:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:67:12)
    at internal/main/run_main_module.js:17:47
@esoteric-programmer
Copy link
Author

I can connect using USB. It's a problem with WiFi connection.

@ChiChou ChiChou closed this as completed in 6c15c4b May 8, 2020
@ChiChou
Copy link
Owner

ChiChou commented May 8, 2020

Sorry, there's a typo

Will test the patch and publish a new version

@ChiChou ChiChou reopened this May 8, 2020
@esoteric-programmer
Copy link
Author

Very quick reaction, wow! Now it's working, thank you very much.
Btw., this is a great tool, very handy. I like it. Thank you for creating this. :-)

@ChiChou ChiChou added the bug Something isn't working label Jun 7, 2020
ChiChou added a commit that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants