You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: String does not contain a date.
(11 additional frame(s) were not displayed)
...
File "multiseek/logic.py", line 601, in parse_field
return f.query_for(field['value'], field['operator'])
File "multiseek/logic.py", line 175, in query_for
return self.real_query(self.value_from_web(value), operation)
File "multiseek/logic.py", line 327, in value_from_web
return parse(value[0]).date()
File "dateutil/parser.py", line 1164, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
File "dateutil/parser.py", line 558, in parse
raise ValueError("String does not contain a date.")
The text was updated successfully, but these errors were encountered:
ValueError: String does not contain a date.
(11 additional frame(s) were not displayed)
...
File "multiseek/logic.py", line 601, in parse_field
return f.query_for(field['value'], field['operator'])
File "multiseek/logic.py", line 175, in query_for
return self.real_query(self.value_from_web(value), operation)
File "multiseek/logic.py", line 327, in value_from_web
return parse(value[0]).date()
File "dateutil/parser.py", line 1164, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
File "dateutil/parser.py", line 558, in parse
raise ValueError("String does not contain a date.")
The text was updated successfully, but these errors were encountered: