Open b-niu opened 1 year ago
oh hey, I just hit this.
After digging it looks like if you provide a default username and pass you avoid the line that's throwing https://github.com/HumanSignal/label-studio/blob/develop/label_studio/server.py#L139 https://github.com/HumanSignal/label-studio/blob/develop/label_studio/server.py#L156
Thank you @ClaytonSmith , I will try it.
I have same problem. I set username is default but problem still exist.
Thank you @ClaytonSmith ,I succeeded.
Hi! My problem is that Azure doesn't allow to set an Environment Key called USERNAME due to it is a reserved key. Do you know any other way to skip the quiet_mode error?
@jaimeromoreno try to use LABEL_STUDIO_USERNAME
, should it works
Hi! My problem is that Azure doesn't allow to set an Environment Key called USERNAME due to it is a reserved key. Do you know any other way to skip the quiet_mode error?
Found a workaround by instead providing the username and password in the startup command: label-studio start --init -db postgresql --username defaultuser --password badpassword
Describe the bug
To Reproduce Steps to reproduce the behavior:
Environment (please complete the following information):
Screenshots