我想爲我創建的應用程序使用Last.fm API,但在驗證時遇到了一些問題。 如果API請求給它返回該例在響應XML代碼和信息的錯誤: <lfm status="failed">
<error code="6">No user with that name</error>
</lfm>
然而,該請求還返回400(或在一些情況下403)的HTTP狀態,其DOMDocument考慮錯誤,因此拒
我必須爲用戶(大學練習)抓取last.fm。我是python的新手,並得到以下錯誤: Traceback (most recent call last):
File "crawler.py", line 23, in <module>
for f in user_.get_friends(limit='200'):
File "/opt/local/Library/F