question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not recognising date style identifiers

See original GitHub issue

Expected behaviour:

Recognise ISO-like dates in the format “2016.10.21”.

Actual behaviour:

Rejects all shows with date ID’s.

Steps to reproduce:

  • Step 1: flexget execute --tasks <taskwithdateids>

Config:

  dailyshow_udlr:
    rss: <private_rss_feed>
    series:
      - The Daily Show:
          alternate_name: The Daily Show with Trevor Noah
          identified_by: date

Log:

2016-09-06 22:01 VERBOSE  parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.18.Emily.King.Extended.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
2016-09-06 22:01 VERBOSE  parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.17.LeBron.James.Extended.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
2016-09-06 22:01 VERBOSE  parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.17.LeBron.James.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.
2016-09-06 22:01 VERBOSE  parser_internal dailyshow_udlr Title `The.Daily.Show.with.Trevor.Noah.2016.08.16.Yaa.Gyasi.and.Sharlto.Copley.1080p.CC.WEBRip.AAC2.0.x264-monkee` looks like series `The Daily Show` but cannot find a(n) `date` style identifier.

Additional information:

  • Flexget Version: 2.3.18
  • Python Version: 2.7.12
  • Installation method: pip
  • OS and version: Fedora 24

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:29 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
cviumcommented, Sep 26, 2016

python-dateutil 2.5.2 could be the issue judging by their github and for some reason our requirement is python-dateutil>=2.5.2. We should probably bump that to 2.5.3 where the bug was fixed.

EDIT: Installed 2.5.2 and the issue is reproduced.

0reactions
liiightcommented, Sep 30, 2016

Good because our next suggestion would be for you to stop watching that show 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

8 Ways To Fix Excel Not Recognizing Date Format
This blog contains detail information on why date format not changing in Excel. also try 8 different fixes to solve Excel not recognizing...
Read more >
Excel not recognizing dates properly - Microsoft Community
I have excel 2019. it isn't recognizing dates properly. I have tried changing its date formats. ... Display / Custom Date/Time format codes....
Read more >
6 Ways to Fix Dates Formatted as Text in Excel
Step 3 of the Wizard: Choose 'Date' from the 'Column Data Format' options and choose your date format from the drop down list...
Read more >
Date formats are not correctly recognised when importing a ...
You have exported a report from DLP into .csv format When the report (.csv file) is opened in Excel, the dates are not...
Read more >
Unable to get Excel to recognise date in column - Super User
The problem: Excel does not want to recognize dates as dates, even though through "Format cells - Number - Custom" you are explicitly...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found