Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix copyseeker request logic and network typeerror #237

Merged
merged 2 commits into from
Dec 15, 2024

Conversation

Peloxerat
Copy link
Contributor

fix copyseeker request logic
added headers to fix error
before:
{ "id": "FORBIDDEN", "imageUrl": null, "bestGuessLabel": null, "entities": null, "totalLinksFound": 0, "exif": null, "pages": [], "visuallySimilarImages": [] }

after:
*normal response*

fix network TypeError
fixed TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'

added headers to fix error
before:
`{
    "id": "FORBIDDEN",
    "imageUrl": null,
    "bestGuessLabel": null,
    "entities": null,
    "totalLinksFound": 0,
    "exif": null,
    "pages": [],
    "visuallySimilarImages": []
}`

after:
`*normal response*`
fixed `TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'`
@NekoAria NekoAria merged commit dae51ce into kitUIN:main Dec 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants