NEMComments icon indicating copy to clipboard operation
NEMComments copied to clipboard

网易云音乐用户评论查询

Results 4 NEMComments issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "portal.py", line 40, in sender.send(rawInput) File "/Users/huangrt01/Desktop/SiCM-master/cgi-bin/sender.py", line 13, in send Attributes={'ReceiveMessageWaitTimeSeconds': '20'} File "/usr/local/lib/python2.7/site-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File "/usr/local/lib/python2.7/site-packages/botocore/client.py",...

Traceback (most recent call last): File "NEMComments.py", line 145, in pre_steps(userId); File "NEMComments.py", line 89, in pre_steps for song in req.json()['allData']: KeyError: 'allData'

经测试,只能显示评论第一页的内容。

$ python NEMComments.py File "NEMComments.py", line 123 except requests.exceptions.ConnectionError, e: ^