Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Response status code is not 200. Response Status is 404. #229

Closed
luoysuan opened this issue Nov 13, 2023 · 1 comment
Closed

Response status code is not 200. Response Status is 404. #229

luoysuan opened this issue Nov 13, 2023 · 1 comment
Assignees

Comments

@luoysuan
Copy link

Describe the bug
Use bard api 404
Version
OS: win10
Python: 3.11
Bard API: 0.1.38
Using proxy:
Legion:

Code
1699838489832

@dsdanielpark
Copy link
Owner

dsdanielpark commented Nov 13, 2023

The HTTP 404 Not Found response status code indicates that the server cannot find the requested resource. Links that lead to a 404 page are often called broken or dead links and can be subject to link rot. A 404 status code only indicates that the resource is missing: not whether the absence is temporary or permanent.

The HTTP 409 Conflict response status code indicates a request conflict with the current state of the target resource. Conflicts are most likely to occur in response to a PUT request.

It seems there is a conflict with the local resources designated as a proxy server because the local server is unable to act as a proxy. I recommend using an appropriate proxy server.

@dsdanielpark dsdanielpark changed the title bard api 404 Response status code is not 200. Response Status is 404. Nov 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants