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

Report request status via warn_for_status() rather than stop_for_status() #62

Closed
KevCaz opened this issue Oct 31, 2021 · 2 comments
Closed

Comments

@KevCaz
Copy link
Member

KevCaz commented Oct 31, 2021

This prevents fast-failing in batch mode, but it requires to be careful as the post-processing of the request needs to be adjusted.

This is introduced in 74feae7.

@KevCaz
Copy link
Member Author

KevCaz commented Oct 31, 2021

rcites_res() will need an argument raw to keep the raw content even when for failing requests.

KevCaz pushed a commit that referenced this issue Oct 31, 2021
@KevCaz
Copy link
Member Author

KevCaz commented Nov 1, 2021

aa6913b introduces a message when info is not available.

@KevCaz KevCaz closed this as completed Nov 1, 2021
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

No branches or pull requests

1 participant