Error 204
See original GitHub issueHi,
Server is returning a 204 Error, which leads to No JSON object could be decoded on the following request as below:
`instrument = ‘AU200_AUD’ start = datetime.datetime(2010, 4, 1, 17, 0, 1) end = datetime.datetime(2010, 4, 5, 3, 20, 1, 1)
candles = oanda.get_history( instrument = instrument, granularity = ‘M1’, candleFormat = ‘midpoint’, alignmentTimezone = ‘GMT’, start = start.isoformat(), end = end.isoformat())`
Any idea on why the server returns such error at this specific dates ?
Thanks
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
204 No Content - HTTP - MDN Web Docs - Mozilla
The HTTP 204 No Content success status response code indicates that a request has succeeded, but that the client doesn't need to navigate ......
Read more >HTTP Status 204 (No Content) - REST
HTTP Status 204 (No Content) indicates that the server has successfully fulfilled the request and that there is no content to send in...
Read more >HTTP Get with 204 No Content: Is that normal - Stack Overflow
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation. The response ......
Read more >204 No Content - HTTP Status Code Glossary - WebFX
HTTP Status Code 204: The server has successfully fulfilled the request and that there is no additional content to send in the response...
Read more >Empty list, HTTP status code 200 vs 204 vs 404 - API Handyman
The not so current 204 ... The 204 (No Content) status code indicates that the server has successfully fulfilled the request and that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@OANDA : could you please let the community know if OANDA is still committed to support oandapy ?
@hootnot It seems not… 😐