daemon = true in keys.dat doesn't work #1385
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#1385
Loading…
Reference in New Issue
Block a user
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?
Probably some of the recent changes broke it. I don't have time to debug, but the symptom is that with
daemon = true
and pyqt absent in the system, upon launch it will complain that pyqt is missing and refuse to start. When run with-d
, it's fine. Latestv0.6
. It worked correctly in the past.I saw reports about this in the chan, but I thought they don't know how to use it because it wasn't described very well. I had to run a daemon on one of my systems, and turned out that after doing a pull, it broke. Now I think that they were describing the problems I encountered.
I cannot reproduce it with
58bc170
):Is pyqt installed?
Oh, it was a problem with my portage. I had actually
PyQt4
installed (:problem source - it should be below, under
if daemon:
It's probably very old issue
It worked in May
looks ok