You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
Failed to install on Waterfox current (showed Error: Attempt to postMessage on disconnected port) until looking at procmon showed waterfox was resulting NAME NOT FOUND when looking for: "HKCU\Software\Mozilla\NativeMessagingHosts\org.buster.client"
Adding the value as described in #84 (comment) with the the mozilla location let client-app install correctly.
System
Extension
Bug description
Failed to install on Waterfox current (
showed Error: Attempt to postMessage on disconnected port
) until looking at procmon showed waterfox was resultingNAME NOT FOUND
when looking for:"HKCU\Software\Mozilla\NativeMessagingHosts\org.buster.client"
Adding the value as described in #84 (comment) with the the mozilla location let client-app install correctly.
reg add "HKEY_CURRENT_USER\Software\Mozilla\NativeMessagingHosts\org.buster.client" /ve /d "C:\Users\%USERNAME%\AppData\Local\buster\manifest\firefox\org.buster.client.json" /f
The text was updated successfully, but these errors were encountered: