I can't login to Roboflow CLI

Hi @Grzegorz,

Thank you for your reply, I found a way to bypass the issue and now I’m just rolling with that.

Interestingly, one day I decided to test whether I could just run Roboflow without a “successful” login. The below worked:

rf = roboflow.Roboflow(“API KEY”),
project = rf.workspace().project(“PROJECT_ID”),
model = project.version(“PROJECT VERSION NUMBER”).model.

To this day, I still don’t know what happened and whether I needed to use “roboflow login” or not haha.