You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running some bbrf commands without having selected an "active" program, the client will respond with [ERROR] You need to select a program to execute this action.. This doesn't always make sense, e.g. for:
bbrf programs where custom_tag is 123
The workaround is to run bbrf use <program_name> of an existing program first.
Fix: only throw the error when an active program is required.
The text was updated successfully, but these errors were encountered:
When running some bbrf commands without having selected an "active" program, the client will respond with
[ERROR] You need to select a program to execute this action.
. This doesn't always make sense, e.g. for:The workaround is to run
bbrf use <program_name>
of an existing program first.Fix: only throw the error when an active program is required.
The text was updated successfully, but these errors were encountered: