Package Details: vdhcoapp 2.0.20-2

Git Clone URL: https://aur.archlinux.org/vdhcoapp.git (read-only, click to copy)
Package Base: vdhcoapp
Description: Companion application for Video DownloadHelper browser add-on
Upstream URL: https://github.com/aclap-dev/vdhcoapp
Licenses: GPL-2.0-or-later
Submitter: dguihal
Maintainer: xiota
Last Packager: xiota
Votes: 72
Popularity: 1.37
First Submitted: 2017-11-16 23:54 (UTC)
Last Updated: 2024-08-18 15:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

mozzi32 commented on 2019-09-15 17:29 (UTC)

at Module._compile (internal/modules/cjs/loader.js:936:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10) at Module.load (internal/modules/cjs/loader.js:790:32) at Function.Module._load (internal/modules/cjs/loader.js:703:12) at Module.require (internal/modules/cjs/loader.js:830:19) at require (internal/modules/cjs/helpers.js:68:18) ==> ERROR : an occured in build().

Fog commented on 2019-09-01 21:30 (UTC)

I can't install this because of vulnerabilities. How can I fix those and install this? The package fails to build.

found 17 vulnerabilities (3 low, 6 moderate, 8 high) run npm audit fix to fix them, or npm audit for details

risto3 commented on 2019-07-28 15:13 (UTC)

Noticed the following during build/install:

Warning Cannot include file %1 into executable. The file must be distributed with executable as %2. node_modules/opn/xdg-open path-to-executable/xdg-open

cluxter commented on 2018-07-11 21:24 (UTC) (edited on 2018-07-11 21:28 (UTC) by cluxter)

I found how to fix this issue thanks to this link: https://github.com/mi-g/vdhcoapp/issues/34

Basically just run this:

find /home/yourUsername -name "*coapp.json*"

and locate the file net.downloadhelper.coapp.json (it should be in ~/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json).

Now remove this file (or move it somewhere else for safety) and reinstall the vdhcoapp package. It should now be fixed.

cluxter commented on 2018-06-25 08:58 (UTC)

Was anyone able to make use of this package once installed? When I go into the parameters of the Firefox extension "Video DownloadHelper", then in "Platform", I see "Application not installed". If I click on "Re-test", here is what I get:

An unexpected error occurred

I wasn't able to find a way to debug it. Any help would be appreciated. Thanks

rodrigo21 commented on 2018-03-14 01:45 (UTC)

I just build it and it's still working.

Check your npm installation.

doakey3 commented on 2018-03-14 00:19 (UTC) (edited on 2018-03-14 00:19 (UTC) by doakey3)

I had this error when trying to build:

npm ERR! code ERR_STREAM_WRITE_AFTER_END
npm ERR! write after end

cameo commented on 2018-01-23 20:31 (UTC)

"makepkg -si" showed a problem retrieving the "gulp" package. Pre-installing the dependency "gulp-cli" worked for me.

duht commented on 2018-01-22 14:35 (UTC)

I have the same problem as Styx85. I think it may be related to the latest version of gulp or npm, which may not be compatible with this installer anymore.

Maybe solution is to install a binary version of this package avoiding compile it from source?