We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example:
ValueError: year=1870 is before 1900; the datetime strftime() methods require year >= 1900
Traceback:
irc_s3_1_a724429fde3a | Traceback (most recent call last): irc_s3_1_a724429fde3a | File "/usr/local/lib/python2.7/site-packages/supybot/callbacks.py", line 1320, in _callCommand irc_s3_1_a724429fde3a | self.callCommand(command, irc, msg, *args, **kwargs) irc_s3_1_a724429fde3a | File "/usr/local/lib/python2.7/site-packages/supybot/utils/python.py", line 90, in g irc_s3_1_a724429fde3a | f(self, *args, **kwargs) irc_s3_1_a724429fde3a | File "/usr/local/lib/python2.7/site-packages/supybot/callbacks.py", line 1286, in callCommand irc_s3_1_a724429fde3a | method(irc, msg, *args, **kwargs) irc_s3_1_a724429fde3a | File "/usr/local/lib/python2.7/site-packages/supybot/commands.py", line 1093, in newf irc_s3_1_a724429fde3a | f(self, irc, msg, args, *state.args, **state.kwargs) irc_s3_1_a724429fde3a | File "/var/supybot/data/plugins/suds/plugin.py", line 867, in date irc_s3_1_a724429fde3a | message = '%s' % conn.date.strftime('%b %d %Y') irc_s3_1_a724429fde3a | ValueError: year=1870 is before 1900; the datetime strftime() methods require year >= 1900
Hopefully an easy enough fix. Will do ASAP
The text was updated successfully, but these errors were encountered:
7406296
duckfullstop
No branches or pull requests
For example:
ValueError: year=1870 is before 1900; the datetime strftime() methods require year >= 1900
Traceback:
Hopefully an easy enough fix. Will do ASAP
The text was updated successfully, but these errors were encountered: