skygragon
skygragon
@smrook sounds great! would you mind sharing your fixes in the next release?
please try "leetcode user -l -vv" to print more logs?
Thanks @zidoshare @Allenhua are u using leetcode-cn account above? Seems leetcode.com and leetcode-cn.com hold different accounts thus your login always failed.
@yumumu 刚更新了一下,现在leetcode/lintcode/leetcode.cn插件使用独立的目录来保存数据,应该不会有这种数据冲突的问题了 https://github.com/skygragon/leetcode-cli/commit/b72d4d69fe6b3279d3f40f00bb836696139a2fcc https://github.com/skygragon/leetcode-cli-plugins/commit/5ef609e75e3f19451d83ccd61e70b669d972e640
@shyal sorry for my reply lately... the truth is, I got a new job last year and honestly it does cost all my energy and time due to the well-known...
@9527KGG Have you tried disable coloring by adding "--no-color" parameter?
seems a networking issue ...
seems leetcode.com is thresholding concurrent requests of submissions...
@z0re the error implies sqlite3 library is not installed successfully. Have u tried install cookie.chrome again?
@cosmozhang you could try remove the node_modules folder in the leetcode-cli root folder and reinstall all 3rd party libraries. Below is what I did on my mac: ``` $ cd...