Package Details: electronplayer 2.0.8-4

Git Clone URL: https://aur.archlinux.org/electronplayer.git (read-only, click to copy)
Package Base: electronplayer
Description: An Electron-based web video player, supporting multiple services
Upstream URL: https://github.com/oscartbeaumont/ElectronPlayer
Licenses: custom:MIT
Conflicts: electronplayer
Provides: electronplayer
Submitter: gardotd426
Maintainer: gardotd426
Last Packager: gardotd426
Votes: 1
Popularity: 0.000000
First Submitted: 2021-06-06 17:13 (UTC)
Last Updated: 2021-11-29 22:54 (UTC)

Latest Comments

tywyqu commented on 2023-02-15 16:40 (UTC)

--trace-warnings parameter and --unhandled-rejections=strict gives no difference.

tywyqu commented on 2023-02-15 16:39 (UTC)

is not working for me, any suggestions what may be wrong? tried as well the AppImage, and no luck, different errors but still can't run.

❯ /usr/lib/electronplayer/electronplayer
Adblock engine cache found. Loading it into app.
(node:591951) UnhandledPromiseRejectionWarning: Error: serialized engine version mismatch, expected 570 but got 516
    at Function.deserialize (/usr/lib/electronplayer/resources/app.asar/node_modules/@cliqz/adblocker/dist/cjs/src/engine/engine.js:120:19)
    at Timeout.createWindow [as _onTimeout] (/usr/lib/electronplayer/resources/app.asar/src/main.js:64:42)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
(Use `electronplayer --trace-warnings ...` to show where the warning was created)
(node:591951) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:591951) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.