pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.77k stars 275 forks source link

[APP SUBMITTED]: ValueError: String does not contain a date. #1759

Closed Thraxis closed 7 years ago

Thraxis commented 7 years ago

INFO

Python Version: 2.7.12 (default, Jun 29 2016, 08:57:23) [GCC 5.3.0] Operating System: Linux-4.4.30-unRAID-x86_64-with Locale: None Branch: develop Database: 44.2 Commit: pymedusa/Medusa@c5c150457c6ad0fff685f7e83da77c55b0ef0a07 Link to Log: https://gist.github.com/29c3b0a209c80cd910d5904bdd278f65

ERROR

2016-12-09 19:22:40 ERROR    SEARCHQUEUE-FORCED-311816 :: [Hydra] :: [c5c1504] Failed parsing provider. Traceback: 'Traceback (most recent call last):\n  File "/app/sickrage/medusa/providers/nzb/newznab.py", line 196, in search\n    pubdate = parser.parse(pubdate_raw, fuzzy=True) if pubdate_raw else None\n  File "/app/sickrage/lib/dateutil/parser.py", line 1168, in parse\n    return DEFAULTPARSER.parse(timestr, **kwargs)\n  File "/app/sickrage/lib/dateutil/parser.py", line 562, in parse\n    raise ValueError("String does not contain a date.")\nValueError: String does not contain a date.\n'
Traceback (most recent call last):
  File "/app/sickrage/medusa/providers/nzb/newznab.py", line 196, in search
    pubdate = parser.parse(pubdate_raw, fuzzy=True) if pubdate_raw else None
  File "/app/sickrage/lib/dateutil/parser.py", line 1168, in parse
    return DEFAULTPARSER.parse(timestr, **kwargs)
  File "/app/sickrage/lib/dateutil/parser.py", line 562, in parse
    raise ValueError("String does not contain a date.")
ValueError: String does not contain a date.

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

duramato commented 7 years ago

INFO

Python Version: 2.7.9 (default, Sep 17 2016, 20:26:04) [GCC 4.9.2] Operating System: Linux-4.4.38-v7+-armv7l-with-debian-8.0 Locale: UTF-8 Branch: develop Database: 44.8 Commit: pymedusa/Medusa@21ec574d66160255f9de95a78ad5742ac256cad5 Link to Log: https://gist.github.com/c213d69e3b27c17babdf62e2a30b5126

ERROR

2017-06-11 06:24:29 ERROR    SEARCHQUEUE-DAILY-SEARCH :: [HDSpace] :: [21ec574] Failed parsing publishing date: Yesterday at Today at 
Traceback (most recent call last):
  File "/home/pi/Medusa/medusa/providers/generic_provider.py", line 512, in parse_pubdate
    dt = parser.parse(pubdate, fuzzy=True)
  File "/home/pi/Medusa/lib/dateutil/parser.py", line 1181, in parse
    return DEFAULTPARSER.parse(timestr, **kwargs)
  File "/home/pi/Medusa/lib/dateutil/parser.py", line 565, in parse
    raise ValueError("String does not contain a date.")
ValueError: String does not contain a date.

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators