Search Criteria
Package Details: lbry-app-bin 0.49.3-1
Git Clone URL: | https://aur.archlinux.org/lbry-app-bin.git (read-only, click to copy) |
---|---|
Package Base: | lbry-app-bin |
Description: | The LBRY app built using electron |
Upstream URL: | https://lbry.com/ |
Keywords: | blockchain decentralized lbry lbry.com |
Licenses: | |
Provides: | |
Submitter: | kiyui |
Maintainer: | kiyui (kcseb) |
Last Packager: | kcseb |
Votes: | 46 |
Popularity: | 4.37 |
First Submitted: | 2017-03-29 02:59 |
Last Updated: | 2020-12-30 19:22 |
Dependencies (5)
Required by (2)
- lbry-sync-ytdl (requires lbrynet)
- lbt (requires lbrynet)
Latest Comments
« First ‹ Previous 1 2 3 4 5
drbuckingham commented on 2017-12-30 20:49
Upon execution of lbry-daemon, it crashes with:
2017-12-30 14:47:26,186 CRITICAL twisted:154: Traceback (most recent call last): File "site-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks File "site-packages/lbrynet/file_manager/EncryptedFileManager.py", line 117, in _start_lbry_files File "site-packages/lbrynet/core/sqlite_helpers.py", line 19, in wrapper File "site-packages/lbrynet/file_manager/EncryptedFileManager.py", line 306, in _get_all_lbry_files AttributeError: 'NoneType' object has no attribute 'runQuery' 2017-12-30 14:47:29,191 INFO lbrynet.core.Session:338: Removed UPnP redirect for TCP 3333. 2017-12-30 14:47:29,194 INFO lbrynet.core.Session:338: Removed UPnP redirect for UDP 4444.
stick commented on 2017-09-21 18:23
Small thing: in the `package()` function, can we remove the verbose flag from source extraction?
Change from:
`tar -xvf "$srcdir/data.tar.xz" -C "$pkgdir"`
to:
`tar -xf "$srcdir/data.tar.xz" -C "$pkgdir"`
kiyui commented on 2017-08-04 08:42
Thanks, @OxHak. I've added it to the list of dependencies.
Will watch this issue as it goes along https://github.com/lbryio/lbry-app/issues/386
OxHaK commented on 2017-08-02 18:41
gnome-keyring package is needed else lbry don't load content.
kiyui commented on 2017-04-05 13:00
Forked stable version to https://aur.archlinux.org/packages/lbry-app-stable-bin/
This package will now include pre-release packages
kiyui commented on 2017-04-05 12:43
@flacks, this has not been updated because the new releases are pre-releases unless there may be reason to separate into lbry-app-bin and lbry-app-stable-bin.