Package Details: stremio 4.4.165-1

Git Clone URL: https://aur.archlinux.org/stremio.git (read-only, click to copy)
Package Base: stremio
Description: A one-stop hub for video content aggregation (Movies, TV shows, series, live television or web channels)
Upstream URL: https://www.stremio.com/
Licenses: GPL3
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 41
Popularity: 0.86
First Submitted: 2019-06-01 18:13 (UTC)
Last Updated: 2024-01-04 19:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

dbermond commented on 2022-05-16 21:34 (UTC)

@daedallus Patch is applying fine. Make sure to have a new and clean copy of this git repository and also a clean build tree. Deleting your cached sources may also be a good idea.

daedallus commented on 2022-05-16 17:58 (UTC)

While trying to install i get this error . /usr/bin/patch: **** Can't change to directory stremio-shell : No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting...

dbermond commented on 2022-05-15 14:25 (UTC)

@mosgerila Package updated to fix the issue by using nodejs lts, without modifying upstream code. Thank you for the report. Please note that Manjaro is not supported here.

mosgerila commented on 2022-05-15 01:46 (UTC)

Solved. The solution here: https://github.com/Stremio/stremio-bugs/issues/374

mosgerila commented on 2022-05-13 22:36 (UTC)

Now, after the latest manjaro kde upgrade, stremio no longer works: Stremio streaming server has thrown an error QProcess::ProcessError code: 1

(node:18735) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use node --trace-deprecation ... to show where the warning was created) /opt/stremio/server.js:135945 details.family = details.family.toLowerCase(); ^

TypeError: details.family.toLowerCase is not a function at /opt/stremio/server.js:135945:39 at Array.filter (<anonymous>) at /opt/stremio/server.js:135944:37 at Array.map (<anonymous>) at Object.address (/opt/stremio/server.js:135939:37) at Server.<anonymous> (/opt/stremio/server.js:135075:37) at Server.emit (node:events:527:28) at Server.emit (node:domain:475:12) at emitListeningNT (node:net:1414:10) at process.processTicksAndRejections (node:internal/process/task_queues:81:21)

Node.js v18.1.0

dbermond commented on 2021-10-01 17:20 (UTC)

@hchahine I cannot reproduce your issue. After a new build, the program starts fine for me. Try to build in a clean chroot.

hchahine commented on 2021-10-01 12:51 (UTC) (edited on 2021-10-01 16:55 (UTC) by hchahine)

Builds and installs successfully. But it won't start. QQmlApplicationEngine failed to load component qrc:/main.qml:2:1: plugin cannot be loaded for module "QtWebEngine": Cannot load library /usr/lib/qt/qml/QtWebEngine/libqtwebengineplugin.so: (/usr/lib/libQt5WebEngineCore.so.5: undefined symbol: hb_subset_or_fail) QObject::connect: Cannot connect MainApp::receivedMessage(QVariant, QVariant) to (nullptr)::onAppMessageReceived(QVariant, QVariant)

qt5-webengine was updated very recently. maybe that's the problem?

Update: Downgraded qt5-webengine. Now it's working.

dbermond commented on 2021-05-25 00:15 (UTC)

@Zeioth Package is building fine, without any problems. It looks like that something is wrong with your Qt installation or with your toolchain. Make sure that you're using an up-to-date Arch Linux (and not an Arch derivative) and makepkg (and not an AUR helper). Also, make sure that you are not cross-compiling (for example, that your compiler is not pointing to some cross-compile tool).

Zeioth commented on 2021-05-24 23:45 (UTC) (edited on 2021-05-26 15:05 (UTC) by Zeioth)

Got this error during the installation. The libs are on the specified location. They just fail.

[100%] Linking CXX executable stremio
/usr/bin/ld: /usr/lib/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_release()@CXXABI_1.3.13'
/usr/bin/ld: /usr/lib/libQt5Network.so.5.15.2: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
/usr/bin/ld: /usr/lib/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_addref()@CXXABI_1.3.13'
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/stremio.dir/build.make:289: stremio] Error 1
make[3]: Leaving directory '/var/tmp/pamac-build-zeioth/stremio/src/stremio-shell/build'

EDIT: Aparently solved after upgrading the compiler.

rachejazz commented on 2021-04-10 19:21 (UTC)

@dbermond thanks! I did a fresh install. Cache can be so annoying