wechat-deleted-friends icon indicating copy to clipboard operation
wechat-deleted-friends copied to clipboard

Python ValueError 报错

Open johnny-y-wang opened this issue 9 years ago • 2 comments

Python 2 on Windows & on Mac 不会写python还得麻烦作者帮忙看下

正在登录... Traceback (most recent call last): File "C:\Users\hwang\Desktop\wdf.py", line 517, in main() File "C:\Users\hwang\Desktop\wdf.py", line 416, in main if not webwxinit(): File "C:\Users\hwang\Desktop\wdf.py", line 239, in webwxinit dic = json.loads(data) File "C:\Python27\lib\json__init__.py", line 339, in loads return _default_decoder.decode(s) File "C:\Python27\lib\json\decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python27\lib\json\decoder.py", line 380, in raw_decode obj, end = self.scan_once(s, idx) ValueError: Expecting ':' delimiter: line 23185 column 18 (char 458505)

johnny-y-wang avatar Jan 08 '16 05:01 johnny-y-wang

我把东西存在C盘也有同样问题,拷到F盘就好了

Enumerative avatar Jan 13 '16 01:01 Enumerative

现在还有这个问题吗

0x5e avatar Jan 17 '16 06:01 0x5e