Open oodzchen opened 3 years ago
It's working for me on macOS Monterey
The following info has been printed to my console after installing the brew formula:
==> firefox-profile-switcher-connector
The plugin manifest is installed but not linked in Firefox. Run the following two commands to link it:
sudo mkdir -p "/Library/Application Support/Mozilla/NativeMessagingHosts"
sudo ln -sf "/usr/local/Cellar/firefox-profile-switcher-connector/0.0.8/ax.nd.profile_switcher_ff.json" "/Library/Application Support/Mozilla/NativeMessagingHosts"/ax.nd.profile_switcher_ff.json
Works like a charm after running those commands!
@oodzchen could you post the debug log?
about:addons
Make sure to censor any sensitive information
@romanzipp OK, now I found the console error message
Native connection established! native.js:23:17 Native component disconnected, reconnecting... Object { name: "ax.nd.profile_switcher_ff", sender: undefined, error: Error, onMessage: {…}, onDisconnect: {…}, postMessage: (), disconnect: () } native.js:41:17 Failed to init native component, retrying! TypeError: nativePort is null nativeRequestInternal moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:129 nativeRequestInternal moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:116 initNativePort moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:65 onNativeDisconnect moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:52 setTimeout handleronNativeDisconnect moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:52 native.js:71:17 Uncaught (in promise) TypeError: nativePort is null initNativePort moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:72 promise callbackinitNativePort moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:70 onNativeDisconnect moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:52 setTimeout handler*onNativeDisconnect moz-extension://c3598e45-807e-0344-a2dc-a6ea54df06b0/js/native.js:52
I've follow the install guide and done everything, but the popup window shows "Setup Incomplete!", I've restart firefox and event restart macOS, still not working.