yihong0618/xiaogpt

`micli list` doesn't work because login seems broken: `Exception on login xxxxx: 'userId'`

xiyu23 opened this issue · 2 comments

How to reproduce
Environment: Windows 10
shell: bash

  1. Clone repo into local machine (commit id I used: c82be6a)
  2. Run pip install miservice_fork
  3. Set MI account
$ export MI_USER=xxx
$ export MI_PASS=xxx
  1. Run micli list would get the error below
    image

Expected
The login should success.

I don't know why, it's works now. I didn't change anything...

close