yihong0618 / xiaogpt

Play ChatGPT and other LLM with Xiaomi AI Speaker
MIT License
5.85k stars 815 forks source link

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

Closed xiyu23 closed 1 month ago

xiyu23 commented 1 month ago

How to reproduce Environment: Windows 10 shell: bash

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

Expected The login should success.

xiyu23 commented 1 month ago

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

xiyu23 commented 1 month ago

close