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

float() argument must be a string or a real number, not 'Timeout' #428

Closed
amotl opened this issue Feb 8, 2024 · 3 comments
Closed

float() argument must be a string or a real number, not 'Timeout' #428

amotl opened this issue Feb 8, 2024 · 3 comments

Comments

@amotl
Copy link
Member

amotl commented Feb 8, 2024

Problem

Invoking crash without any parameters trips with that error message.

float() argument must be a string or a real number, not 'Timeout'

References

Apparently introduced by this other patch, but unnoticed so far.

Ad hoc solution

Will yank the releases 0.31.0 and 0.31.1 from PyPI.

Real solution

Run a bugfix release.

@amotl
Copy link
Member Author

amotl commented Feb 8, 2024

I've tried with different versions of urllib3 (1.26.16, 2.0.7, 2.2.0), but I have not been able to reproduce the error. So, I've un-yanked the releases on PyPI again.

@amotl
Copy link
Member Author

amotl commented Feb 8, 2024

To work properly, it needs crate>=0.35.0, see crate/crate-python@af27cb18aa84.

@amotl
Copy link
Member Author

amotl commented Mar 3, 2024

This issue has been fixed with GH-429.

@amotl amotl closed this as completed Mar 3, 2024
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