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.50
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 »

Pietro_Pizzi commented on 2022-02-03 01:28 (UTC) (edited on 2022-02-13 01:38 (UTC) by Pietro_Pizzi)

Hi,

the companion app has stoped working today. I use vivaldi and the Video DownloadHelper says in its config "Companion App not installed \ Checking companion app returned: Native host has exited.". I have reloaded the extention and clicked on "Recheck" but it didn't work.

Does anybody know what's happening?

EDIT: It worked again after the last Vivaldi Update 5.1 :).

dreieck commented on 2021-12-25 12:29 (UTC) (edited on 2021-12-25 12:37 (UTC) by dreieck)

On a slow internet connection it fails, because during build() it downloads stuff (can't you move this to the source array or to prepare(), btw.?), and then times out:

==> Starting build()...
[...]
⸨######⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠴ idealTree:plugin-error: timing idealTree:node_modules/plugin-error Completed in 13ms
[...]
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

added 707 packages, and audited 708 packages in 28s

28 packages are looking for funding
  run `npm fund` for details

6 high severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
[13:33:49] Using gulpfile ~/.cache/yay/vdhcoapp/src/vdhcoapp-1.6.3/gulpfile.js
[13:33:49] Starting 'default'...
[13:33:49] Starting 'build-local'...
> pkg@4.5.1
> Fetching base Node.js binaries to PKG_CACHE_PATH
  fetched-v12.16.1-linux-x64   [=======             ] 35%
[...]
npm ERR! code ERR_SOCKET_TIMEOUT
npm ERR! network Socket timeout
npm ERR! network This is a problem related to network connectivity.
[...]

My network works fine, but capped to 1Mbit/s, sometimes slower. After each iteration of a makepkg run it reaches a bit further. Can you change the PKGBUILD such that slow network does not cause failure, and such that all source is already downloaded before build() starts (e.g. in prepare(), if the source array or makedepends is not an option)?

imar commented on 2021-08-01 06:27 (UTC)

Works well.

rvasilev commented on 2020-12-27 12:40 (UTC)

for interchangeability with binary release

provides=vdhcoapp
conflicts=vdhcoapp-bin

package is building ok with upstream nodejs v15

vnt-83 commented on 2020-12-15 20:54 (UTC)

You can edit build files and type nodejs-lts-fermium instead nodejs-lts-dubnium in PKGBUIL

fordprefect commented on 2020-12-15 13:02 (UTC)

@soloturn: they fixed as many of the vulnerabilities as possible in the new release. Check https://github.com/mi-g/vdhcoapp/issues/28

soloturn commented on 2020-07-05 00:05 (UTC)

found 30 vulnerabilities (15 low, 6 moderate, 9 high) ??

dkaylor commented on 2020-03-31 03:21 (UTC)

Strongly recommend that users of this package seek other options. Upstream has significant issues that are not being addressed and likely won't be. Current AUR maintainer has also not been very responsive to very valid questions regarding these issues.

fordprefect commented on 2020-03-29 18:55 (UTC)

Why does this package rely on the builtin installation of a json config file instead of letting pacman take care of that? And where is that file even going? looking at the scary many vulns open in its dependencies, that might not be the biggest problem even…

rodrigo21 commented on 2019-09-28 15:40 (UTC) (edited on 2019-09-28 15:40 (UTC) by rodrigo21)

This package cannot be built with nodejs 12 from the repo.

It needs nodejs-lts-dubnium as makedepend. This is a upstream problem.

You can build it in a clean chroot or install nodejs-lts-dubnium before building and then reinstall nodejs after the package is installed. It does not need nodejs-lts-dubnium to run.