Coder Social home page Coder Social logo

Comments (1)

albertandking avatar albertandking commented on June 12, 2024

最新版本akshare 1.12.35,运行以下用例: import akshare as ak bond_china_close_return_df = ak.bond_china_close_return(symbol="国债", period="1", start_date="20231101", end_date="20231101") print(bond_china_close_return_df) 显示错误: 发生异常: JSONDecodeError Expecting value: line 1 column 1 (char 0) StopIteration: 0 During handling of the above exception, another exception occurred: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: File "D:\code\python\akshare\bond\bond_china_money.py", line 102, in bond_china_close_return_map data_json = r.json() ^^^^^^^^ File "D:\code\python\akshare\bond\bond_china_money.py", line 127, in bond_china_close_return name_code_df = bond_china_close_return_map() 单步进去发现第101行session.get(url, headers=headers)网站返回403拒绝访问了。 用浏览器手工访问chinamoney主页后,该接口在数小时内可以使用,返回正常结果,正常使用时间不超过12小时,超出时间限制后故障现象同上。

已修复,升级到 AKShare 1.12.36 使用

from akshare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.