Package Details: fx_cast 0.3.1-1

Git Clone URL: https://aur.archlinux.org/fx_cast.git (read-only, click to copy)
Package Base: fx_cast
Description: Chromecast API implementation for Firefox
Upstream URL: https://hensm.github.io/fx_cast/
Licenses: MIT
Submitter: csicar
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 9
Popularity: 0.000741
First Submitted: 2019-01-23 13:23 (UTC)
Last Updated: 2023-05-02 19:09 (UTC)

Latest Comments

1 2 Next › Last »

InvisibleRasta commented on 2024-03-18 14:24 (UTC)

this does not work. bridge not found

gregthwuen commented on 2024-02-14 10:53 (UTC)

The post install script exits with an error. Seems to be because of a missing quotation mark in the second line of post_install().

esrevinu commented on 2021-01-30 00:01 (UTC) (edited on 2021-01-30 00:14 (UTC) by esrevinu)

I made a pull request to the upstream, https://github.com/hensm/fx_cast/pull/161 , which removes the dependency on avahi. This is working well for me.

I remove the $srcdir reference in /usr/lib/fx_cast/fx_cast_bridge.sh by appending the following line to build() in PKGBUILD of version 0.1.0:

sed -i "s#${srcdir}/${pkgname}-${pkgver}/app#/usr/lib/fx_cast#;s# node # exec node #" dist/app/fx_cast_bridge.sh

This also fixes an issue that the bridge process does not terminate when Firefox is shut down.

esrevinu commented on 2021-01-29 23:24 (UTC)

@yochananmarqos, with your PKGBUILD, I got an error:

stderr output from native app fx_cast_bridge: node:buffer:322
stderr output from native app fx_cast_bridge:   throw new ERR_INVALID_ARG_TYPE(
stderr output from native app fx_cast_bridge:   ^
stderr output from native app fx_cast_bridge:·
stderr output from native app fx_cast_bridge: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
stderr output from native app fx_cast_bridge:     at new NodeError (node:internal/errors:329:5)
stderr output from native app fx_cast_bridge:     at Function.from (node:buffer:322:9)
stderr output from native app fx_cast_bridge:     at EncodeTransform._transform (/usr/lib/node_modules/fx_cast/src/transforms.js:71:32)
stderr output from native app fx_cast_bridge:     at EncodeTransform.Transform._write (node:internal/streams/transform:184:23)
stderr output from native app fx_cast_bridge:     at writeOrBuffer (node:internal/streams/writable:400:12)
stderr output from native app fx_cast_bridge:     at _write (node:internal/streams/writable:341:10)
stderr output from native app fx_cast_bridge:     at EncodeTransform.Writable.write (node:internal/streams/writable:345:10)
stderr output from native app fx_cast_bridge:     at DecodeTransform.<anonymous> (/usr/lib/node_modules/fx_cast/src/bridge/index.js:25:41)
stderr output from native app fx_cast_bridge:     at DecodeTransform.emit (node:events:379:20)
stderr output from native app fx_cast_bridge:     at addChunk (node:internal/streams/readable:313:12) {
stderr output from native app fx_cast_bridge:   code: 'ERR_INVALID_ARG_TYPE'
stderr output from native app fx_cast_bridge: }

yochananmarqos commented on 2021-01-28 10:39 (UTC)

Working PKGBUILD with numerous fixes and proper file paths.

yochananmarqos commented on 2021-01-27 16:25 (UTC) (edited on 2021-01-27 16:25 (UTC) by yochananmarqos)

@314eter: Did you read the comments below mine? Obviously people are having issues with it. Also folks are reporting issues upstream, see this issue for example.

314eter commented on 2021-01-27 08:45 (UTC)

Is it a problem to keep the version like this until the next release?

yochananmarqos commented on 2021-01-27 04:11 (UTC)

Version 0.1.2 is an extension only release. Please revert to 0.1.0. You'll have to add an epoch.

Zwenn76 commented on 2021-01-20 09:42 (UTC)

Has anyone found a solution to the "No available node version satisfies 'node15'" error? I am having this issue since the latest update. My node version is: 15.6.0. npm is: 6.14.11

paradinglunatic commented on 2021-01-18 20:27 (UTC) (edited on 2021-01-18 20:55 (UTC) by paradinglunatic)

I also get the error "Error! No available node version satisfies 'node15'". Also, checking my node version, I have 15.4.0.