aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

cannot get veriification of coapp #4

Closed marc206 closed 6 years ago

marc206 commented 6 years ago

Had the Firefox extension Video DownloadHelper running fine and it just stopped working. Did a remove and reinstall of both Download helper and Coapp but on each occasion it fails to verify the existence of the coapp. I even did a fresh install of Firefox and a flush of all residual files before reinstall. The recheck button does nothing

screen shot 2017-11-29 at 17 31 23

And I have verified the files are in place

screen shot 2017-11-29 at 17 31 52

Any help please

mi-g commented 6 years ago

Did you install the CoApp with the .pkg or the .dmg ?

marc206 commented 6 years ago

I have tried both options. The final install as per screenshot is by .dmg

mi-g commented 6 years ago

When using the .dmg, did you execute the required additional commands ?

marc206 commented 6 years ago

If you refer to the forcing Mac OS to run the app, then yes i have forced it to run. If there is something else then it is not clear.

screen shot 2017-11-29 at 18 09 40
mi-g commented 6 years ago

Can you check the content of the file /Library/Application Support/Mozilla/NativeMessagingHosts/net.downloadhelper.coapp.json or, if you install the app in user mode, ~/Library/Application Support/Mozilla/NativeMessagingHosts/net.downloadhelper.coapp.json ? Referring to this documentation.

marc206 commented 6 years ago
screen shot 2017-11-29 at 18 36 24

{ "name": "net.downloadhelper.coapp", "description": "Video DownloadHelper companion app", "path": "/Applications/net.downloadhelper.coapp.app/Contents/MacOS/bin/net.downloadhelper.coapp-mac-64", "type": "stdio", "allowed_extensions": [ "weh-native-test@downloadhelper.net", "{b9db16a4-6edc-47ec-a1f4-b86292ed211d}" ] }

marc206 commented 6 years ago

Sry forgot to say i don't have file locations:- /Library/Application Support/Mozilla/ManagedStorage/.json /Library/Application Support/Mozilla/PKCS11Modules/.json

And i confirm i am running Mozilla version 57 on a fresh install today

mi-g commented 6 years ago

Ok, i can see that problem on Mac. I'm on it.

mi-g commented 6 years ago

I found and fixed the problem. Release 1.0.10 of the companion app is available directly from github in the release page. You may need to restart the add-on from the settings (More > Restart add-on) in order to reset a possible 1.0.9 version still running.