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私はちょうど私の答えを更新しました –
あなたの助けをありがとう! –