-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Exception 'NoneType' object has no attribute 'replace'
when parsing specific dates
#840
Comments
Exception
'NoneType' object has no attribute 'replace'` when parsing specific datesException 'NoneType' object has no attribute 'replace'
when parsing specific dates
Im gonna try to work on this |
I have tried to replicate the error using the same date and timezone configuration (Europe/London) in a Windows environment: Operating System: Windows 11 This suggests that the issue might be specific to the Fedora 40 environment or related to differences in dependency configurations on that operating system. |
Thanks for confirming. Let me get a full ouptut of all package versions used in the venv and we can compare what is different. Here's output of
edit: I should also note the exact python version, which is this:
It could also be a difference between Python 3.9 and Python 3.12 based on your results |
Note that the TZ environment variable has an impact here. On debian bookworm I see the following:
|
Issue
An exception is raised when parsing specific date times.
Current date time on my machine, in case that is relevant.
Example of the bad case:
Example of the good case:
This is affecting Flexget rss plugin, see: Flexget/Flexget#4036
The text was updated successfully, but these errors were encountered: