0
我運行下面的代碼來獲得一個錯誤:pytrends_json.decoder.JSONDecodeError:期待值:第1行第1列(CHAR 0)
from pytrends.request import TrendReq
google_username = ''
google_password = ''
pytrend = TrendReq(google_username, google_password, custom_useragent='My Pytrends Script')
pytrend.build_payload(kw_list=['apple', 'sony'], timeframe = 'now 7-d')
pytrend.trending_searches()
JSONDecodeError:期待值:第1行第1列(CHAR 0)
pytrend.top_charts(date='201611', cid='apple', geo='US', cat='')
JSONDecodeError:期待值:第1行第1列(CHAR 0)具有類似的問題
任何? 非常感謝!
畫中畫版本是9.0.1和pytrends版本是4.1.1 他們兩人都是最新版本... –
@VickyChang我剛剛更新了我的答案 –
感謝您的幫助! –