AI4Finance-Foundation / AI4Finance-Foundation/FinNLP

('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) - Error

未关闭
#6 1 条评论 0 个 reaction 已指派 1 人 已被 @oliverwang15 认领 在 GitHub 查看
bug
主要语言
Jupyter Notebook
星标
1.5k
派生
276
PR 合并指标
30 天内没有已合并 PR

描述

I ran into this error when running the same cell you provided in the readme

('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

This error is specifically from this line:
news_downloader = Finnhub_Date_Range(config) , downloader = Stocktwits_Streaming(config)
and downloader = SEC_Announcement(config). (ALL US DATA)

My config was:
start_date = "2023-01-01"
end_date = "2023-01-03"
config = {
"use_proxy": "us_free", # use proxies to prevent ip blocking
"max_retry": 5,
"proxy_pages": 5,
"token": "YOUR_FINNHUB_TOKEN" # Available at https://finnhub.io/dashboard
}

Any idea?

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。