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: 0.39
First Submitted: 2017-11-16 23:54 (UTC)
Last Updated: 2024-08-18 15:16 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

jamesbond007 commented on 2025-03-03 18:53 (UTC)

@xiota: Thank you very much - the first block of three commands did the trick.

I did not even have to restart the browser: after a few seconds the browser extension recognized the Companion App and now everything works again.

Thx again! 👍

xiota commented on 2025-03-02 22:32 (UTC) (edited on 2025-03-02 22:33 (UTC) by xiota)

@jamesbond007 Try running the following:

vdhcoapp uninstall --user
sudo vdhcoapp uninstall --system
sudo vdhcoapp install --system

If that doesn't work, try:

sudo vdhcoapp uninstall --system
vdhcoapp uninstall --user
vdhcoapp install --user

If that doesn't work... would take me some time to investigate further.

jamesbond007 commented on 2025-03-02 20:56 (UTC) (edited on 2025-03-02 21:41 (UTC) by jamesbond007)

@xiota: I am using Firefox 135.0.1 (64-bit) on archlinux. I installed it with the following command:

pacman -S firefox

xiota commented on 2025-03-02 20:20 (UTC) (edited on 2025-03-02 20:25 (UTC) by xiota)

@jamesbond007 What browser are you using, and how is it installed? This package is working as expected with Firefox. I have not tested Chrome, Chromium, or Edge, but they should also work.

The /usr issue described upstream is a problem with snap/flatpak. Those are outside the scope of this package.

https://imgur.com/TsiWUEj

jamesbond007 commented on 2025-03-02 19:50 (UTC) (edited on 2025-03-02 19:51 (UTC) by jamesbond007)

Installation with yay works without a problem. But the browser extension keeps saying "Companion App not installed".

When I click on the "help?" link, I read the following (a potential reason for the Companion App not being recognized): "do not install vdhcoapp within the /usr/ directory, it won't be detected by your browser."

Source: https://github.com/aclap-dev/video-downloadhelper/wiki/CoApp-not-recognized

xiota commented on 2024-08-18 15:03 (UTC)

@cmach_socket I am unable to replicate your issue. Try again after clearing cache. If that does not help, try building in a clean chroot.

cmach_socket commented on 2024-08-17 21:52 (UTC) (edited on 2024-08-17 21:55 (UTC) by cmach_socket)

I got the error when I was installing vdhcoapp 2.0.20-1 :

> Error! AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

  (0, assert_1.default)(!this.bar)

    at Log.enableProgress (/home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/log.js:64:30)
    at /home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/utils.js:58:31
    at step (/home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/utils.js:33:23)
    at Object.next (/home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/utils.js:14:53)
    at /home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/utils.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/utils.js:4:12)
    at downloadUrl (/home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/utils.js:53:12)
    at /home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/build.js:142:66
    at step (/home/cmach_socket/.cache/yay/vdhcoapp/src/vdhcoapp-2.0.20/node_modules/pkg-fetch/lib-es5/build.js:44:23)

It seems the package "built-v18.5.0-linux-x64" got lost

xiota commented on 2024-06-03 22:25 (UTC)

@mb720 Thanks for letting me know. Main change I made was to disable debug.

mb720 commented on 2024-06-03 22:14 (UTC)

Now running vdhcoapp 2.0.19-2, the error Pkg: Error reading from file. does not occur anymore and downloading videos works again. Thanks!