Package Details: vdhcoapp 2.0.19-1

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: 69
Popularity: 0.56
First Submitted: 2017-11-16 23:54 (UTC)
Last Updated: 2024-03-28 02:18 (UTC)

Latest Comments

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

pepper_chico commented on 2019-09-28 13:37 (UTC)

@rodrigo21 that's not usual of any AUR package I use. I, like many people, rely on AUR helper, for even easier installation and upgrades, I tend to simply uninstall stuff if it doesn't conform to simple updates like the rest of the packages.

rodrigo21 commented on 2019-09-27 00:52 (UTC)

@pepper_chico Try building in a clean chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

pepper_chico commented on 2019-09-26 22:14 (UTC)

This is requiring nodejs-lts-dubnium for make, but nodejs-lts-dubnium conflicts with nodejs that's already installed and which I can't replace.

erayerdin commented on 2019-09-26 07:57 (UTC)

Do not know when this will solved but I have a kind of hackish workaround.

At first, you need to install "vdhcoapp-bin" from AUR with yaourt or yay. It currently is flagged out-of-date now, I know that.

Now you need to download the "deb" package. The latest url is here: https://github.com/mi-g/vdhcoapp/releases/download/v1.3.0/net.downloadhelper.coapp-1.3.0-1_amd64.deb

You need to extract the content of deb file. It is a simple archive, so you need to open it with an archive program, like Ark.

Extract "data.tar.gz" (or a similar name to that). Extract it as well.

Then go to directory "opt" and you will have "net.(blablabla)" directory.

You need to copy this directory and paste it under "/opt".

Then you can check out from your browser, go to VideoDownloadHelper settings. You will see a section saying the version of your companion app, which is 1.3.0 right now.

apnkpr commented on 2019-09-23 03:43 (UTC)

getting the same error as jerz4evr below. Anyone have a solution/workaround?

jerz4evr commented on 2019-09-18 02:27 (UTC) (edited on 2019-09-18 02:30 (UTC) by jerz4evr)

Unable to compile version 1.3.0-1.

I get this error:

http://dpaste.com/213KY5F

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.