Hi Team,
I encountered a problem with the OLD API, so I switched to the uplink API https://api.upstox.com/v2. However, I am still experiencing issues when making API calls. I shared the error log details from yesterday’s incident, resulting in losses for me and my colleagues who were also using the same API at that time.
Error details:
2023-12-14 11:07:41,610 [DEBUG] https://api.upstox.com:443 “GET /v2/portfolio/short-term-positions HTTP/1.1” 429 None
2023-12-14 11:07:41,613 [ERROR] Unexpected exception in process_access_token: ‘Response’ object has no attribute ‘get’
position_data = response.get(‘data’, )
AttributeError: ‘Response’ object has no attribute ‘get’