Unable to run Flamenco Manager after setup #61932
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#61932
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?
Version:
Flamenco-manager 2.3
./flamenco-manager -setup
, and opened UI in web browser./flamenco-manager -setup
and i tried to launch./flamenco-manager
received this error:Here is a console log:
Added subscriber: @crantisz
Added subscriber: @dr.sybren
There are two things wrong:
Variable defined as both regular and path replacement variable variable=variable-name
: You have a variablevariable-name
defined both as 'variable' and 'path replacement variable', and that's not supposed to happen.HTTP server stopped; error="listen tcp :8083: bind: address already in use"
: something is already using that port. Possibly Flamenco Manager running in the background?I can confirm the first issue; there is a regression bug in Flamenco Manager 2.3 that causes this duplicate variable.
Please try Flamenco Manager 2.4-dev6. If you go to setup mode (
./flamenco-manager -verbose -setup
) and re-save your configuration, it should automagically remove thevariable-name
variable for you.When Flamenco Manager restarts (e.g. when you click the 'restart' button in the setup mode web interface), it does so in the background.
Yes it helps. Looks like i can launch it now.
Changed status from 'Open' to: 'Resolved'