You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Upon using ai-docstring on my Django project I was getting the error Error: connect ECONNREFUSED 127.0.0.1:5000. I tried changing ai-docstring: sever endpoint to 127.0.0.1:8000.
Now I get the error 'Error: Request failed with status code 404'. Also, it seems like after using the extension, it sends a post request to the 'summery' URL which cannot be found on my running Django localserver:
'POST /summary HTTP/1.1" 404 2712'
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Versions (please complete the following information):
Original Code (with line to generate on):
Actual Result:
Additional context
Upon using ai-docstring on my Django project I was getting the error
Error: connect ECONNREFUSED 127.0.0.1:5000
. I tried changing ai-docstring: sever endpoint to 127.0.0.1:8000.Now I get the error 'Error: Request failed with status code 404'. Also, it seems like after using the extension, it sends a post request to the 'summery' URL which cannot be found on my running Django localserver:
'POST /summary HTTP/1.1" 404 2712'
The text was updated successfully, but these errors were encountered: