mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #616] Non blocking error: dpkg-query not finding bluealsa #381
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aondy39 on GitHub (Jan 15, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/616
When using any archivebox command I get the message
dpkg-query: no package found matching bluealsa, it's not blocking execution but it seems to slow it down at the beginning.I installed archivebox by following the manual steps given in the doc, I am running it on a raspberry pi 4B 8GB running raspbian buster.
The message appears at the beginning of the output of
archivebox version,archivebox server,archivebox config ...and probably others archivebox commands.According to the
archivebox versioncommand I am missing only these dependencies :NODE_BINARY,SINGLEFILE_BINARY,READABILITY_BINARY,MERCURY_BINARYandRIPGREP_BINARY. (just in case that may be a problem).As I said this isn't blocking execution but as it seems to make it slow I'd like to fix it. Thank you.
@pirate commented on GitHub (Jan 21, 2021):
It's probably a side effect of running chrome or youtube-dl at init time when we get their versions.
Can you try running these commands manually
chromium-browser --versionandyoutube-dl --version.@Aondy39 commented on GitHub (Jan 24, 2021):
chromium-browser --versionalso show the messagedpkg-query: no package found matching bluealsa(and version is86.0.4240.197 Built on Raspbian , running on Raspbian 10if that can help) so yeah I guess it comes from chrome.Running that command isn't that long so I guess it isn't the reason that's making archivebox take quite a long time to run, I guess I'll live with it, it isn't that bad after all and I don't think it is blocking any functionality.
(Just in case you might still want to know that, the youtube-dl version is
2019.01.17and it doesn't show the error)Thank you !