Skip to content

Troubleshooting

Federico Dotta edited this page Oct 23, 2025 · 4 revisions

Troubleshooting

"Start server" once clicked doesn't do anything

Check if you have installed all Brida dependencies (python, frida, pyro4), globally or in the chosen python virtual environemnt, plus npm and NodeJS (in the PATH). Probably pyro4 has not been installed.

"env: node: No such file or directory" on MacOS during JS compilation

This error is probably caused by the lack of /usr/local/bin folder in the PATH environment variable of MacOS. Probably you can fix it by executing sudo launchctl config user path $PATH and then rebooting the system. Refer to the following links to to fix the issue (it is less trivial than it seems):

IMPORTANT: It is necessary to reboot after executing the launchctl command

Clone this wiki locally