Search Criteria
Package Details: freetube-bin 0.22.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freetube-bin.git (read-only, click to copy) |
---|---|
Package Base: | freetube-bin |
Description: | An open source desktop YouTube player built with privacy in mind. |
Upstream URL: | https://github.com/FreeTubeApp/FreeTube |
Keywords: | youtube |
Licenses: | AGPL3 |
Conflicts: | freetube |
Provides: | freetube |
Submitter: | plague-doctor |
Maintainer: | plague-doctor (bacteriostat) |
Last Packager: | bacteriostat |
Votes: | 177 |
Popularity: | 6.88 |
First Submitted: | 2019-04-02 03:28 (UTC) |
Last Updated: | 2024-10-27 12:17 (UTC) |
Dependencies (1)
Required by (1)
- chromium-extension-privacy-redirect-av (requires freetube) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
rezystor commented on 2022-08-02 11:18 (UTC)
I suggest replacing "mkdir data" in prepare() with "mkdir -p data", this way makepkg will not fail if data already exists
plague-doctor commented on 2022-04-22 23:34 (UTC)
786MB of what?
luntik2012 commented on 2022-04-22 13:11 (UTC)
786 MB, is it normal?
unknown32 commented on 2022-02-12 04:28 (UTC)
Error after the recent Glibc 2.35 release freetube: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libgbm.so.1)
hugh commented on 2021-11-25 06:30 (UTC)
It was something in the settings from a previous release.
I blew away the .config/Freetube directory and the errors went away.
marcih commented on 2021-11-13 21:37 (UTC)
@hugh:
There's not much the package maintainer can do, best would be to report this upstream: https://github.com/FreeTubeApp/FreeTube/issues
There have been tons of issues lately related to the project updating to newer version of Electron, and I share your experience in that the latest most stable version of FreeTube is 0.13.2 (save for comments not loading).
hugh commented on 2021-11-13 14:00 (UTC) (edited on 2021-11-13 14:06 (UTC) by hugh)
Getting errors on app start. Cannot save or apply new settings, and getting video view errors.
This started with the update to 0.14, and are still present in 0.15.1-1. Downgrading manually to 0.13.2-1 fixes, but want to use latest version.
Using linux-zen kernel 5.14.16, fwiw, but also happening on other kernels.
Here is the electron console output.
```
The vm module of Node.js is deprecated in the renderer process and will be removed. o._load @ node:electron/js2c/renderer_init:29 renderer.js:2
Object
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setAutoplay commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setDebugMode commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setDistractionFreeMode commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setHistory commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setInvidious commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setInvidiousInstance commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setLocalScrape commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setPlayer commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setProxy commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setQuality commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setRate commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setStartScreen commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setSubtitles commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setTheme commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setUpdates commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setUseTor commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setVideoView commit @ /opt/FreeTube/resour…/vuex.common.js:462
/opt/FreeTube/resour…/vuex.common.js:462 [vuex] unknown mutation type: setVolume commit @ /opt/FreeTube/resour…/vuex.common.js:462
renderer.js:2 TypeError: Cannot read properties of undefined (reading 'sort') at o.activeSubscriptions (renderer.js:2) at hn.get (renderer.js:2) at hn.evaluate (renderer.js:2) at o.activeSubscriptions (renderer.js:2) at o.<anonymous> (renderer.js:2) at o.t._render (renderer.js:2) at o.i (renderer.js:2) at hn.get (renderer.js:2) at hn.run (renderer.js:2) at cn (renderer.js:2) qt @ renderer.js:2
renderer.js:2 User is using Electron ```
How the hell do you format this output properly? Looks fine in a text editor, but newlines are being ignore.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »