Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

HS_SYMBOLS_URL 404 #1757

Open
zhstark opened this issue Mar 11, 2024 · 1 comment
Open

HS_SYMBOLS_URL 404 #1757

zhstark opened this issue Mar 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zhstark
Copy link

zhstark commented Mar 11, 2024

馃悰 Bug Description

The URL used in scripts/data_collector/utils.py is dead.

To Reproduce

Steps to reproduce the behavior:

  1. run collector.py under scripts/data_collector/pit
  2. it gets stuck after logging "get cn stock symbols....."
  3. debug finds that requests.get(HS_SYMBOLS_URL.format(s_type=_k), timeout=None) gets 404 response.

Expected Behavior

HS_SYMBOLS_URL return right symbols

Environment

Note: User could run cd scripts && python collect_info.py all under project directory to get system information
and paste them here directly.

  • Qlib version: "0.9.3.99"
  • Python version: 3.8
  • OS (Windows, Linux, MacOS):MacOS

Additional Notes

@zhstark zhstark added the bug Something isn't working label Mar 11, 2024
@fhu889
Copy link

fhu889 commented Apr 14, 2024

I encountered the same issue. Excuse me, have you resolved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants