Task #3143
Task #3126: Handle OpenAI API error codes
FE-0.94.5: Handle 500 error code from the /answer api in '/chatgptplus' page.
Added by Ayush Khandelwal over 1 year ago. Updated over 1 year ago.
Start date:
07/24/2023
Due date:
07/24/2023
% Done:
100%
Estimated time:
2.00 h
Updated by Rishabh Rai over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Resolved to Reopened
- % Done changed from 100 to 50
Updated by Rishabh Rai over 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Rishabh Rai to Ayush Khandelwal
- % Done changed from 50 to 100
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Review to Feedback
- Assignee changed from Ayush Khandelwal to Rishabh Rai
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Feedback to Reopened
- % Done changed from 100 to 50
Steps to reproduce the bug:
- Go to QA chatgptplus page i.e. https://edutestqa.appspot.com/chatgptplus?url=https:%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8c6GRDxa6HQ
- Search for any term in case of 500 error from the backend for the '/answer' api.
- On pressing enter, it is redirecting to the '/home' page which is a bug. It should show the 500 error message which is coming from the backend in the response.
Updated by Rishabh Rai over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Rishabh Rai over 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Rishabh Rai to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Review to Closed
Working as expected