wymli
Results
2
comments of
wymli
@malkhamis delete the original gocode and `go get github.com/stamblerre/gocode` ,the stamblerre version gocode can really autocomplete in modules ,but it is now in maintenance mode ,and in my atom,it is...
main.py get_song_info函数 113行 修改contents = json.loads(r.text)为 ```py song_info = {} contents = {} try: contents = json.loads(r.text) except: contents['errorCode'] = 0 ``` 错误原因可能是requests请求超时导致返回了空的response,无法被json解析