Skip to content
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

Error during parsing of release name #3862

Closed
Boss-man opened this issue Mar 14, 2018 · 5 comments
Closed

Error during parsing of release name #3862

Boss-man opened this issue Mar 14, 2018 · 5 comments

Comments

@Boss-man
Copy link

Before submitting your issue:

Enable debug logging in Medusa settings, reproduce the error (be sure to disable after the bug is fixed)

Branch/Commit:
master / d6eb72d
OS:
Linux-4.14.11-feral-x86_64-with-debian-8.10
What you did:
Search for episode
What happened:
It did find the episode, but parsed it wrong.
It parsed "De" in the title as language which it is not.
What you expected:
To download the episode
Logs:

Error during parsing of release name: De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL, with error: Unable to match De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL to a series in your database. Parser result: language: de, title: Unge Moedre, season: 25, episode: [7], episode_title: DANiSH, other: Preair, screen_size: 1080p, format: WEB-DL, audio_codec: AAC, audio_channels: 2.0, video_codec: h264, release_group: DBRETAiL, type: episode, parsing_time: 0.0634849071503, total_time: 0.201713085175, absolute_episode: [], quality: 1080p WEB-DL
@duramato
Copy link
Contributor

duramato commented Mar 14, 2018

May be related to #3676 because,

guessit "De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL" -T "De Unge Moedre"
For: De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL
GuessIt found: {
    "title": "De Unge Moedre",
    "season": 25,
    "episode": 7,
    "episode_title": "DANiSH",
    "other": "Preair",
    "screen_size": "1080p",
    "source": "Web",
    "audio_codec": "AAC",
    "audio_channels": "2.0",
    "video_codec": "H.264",
    "release_group": "DBRETAiL",
    "type": "episode"
}

Should work.

But I can't reproduce this with latest guessit, so I guess we need to update it ?

# guessit: 2.1.4  rebulk: 0.9.0
? De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL
: language: de
  title: Unge Moedre
  season: 25
  episode: 7
  episode_title: DANiSH
  other: Preair
  screen_size: 1080p
  format: WEB-DL
  audio_codec: AAC
  audio_channels: 2.0
  video_codec: h264
  release_group: DBRETAiL
  type: episode
  parsing_time: 0.395197868347

vs.

For: De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL
GuessIt found: {
    "title": "De Unge Moedre",
    "season": 25,
    "episode": 7,
    "episode_title": "DANiSH",
    "other": "Preair",
    "screen_size": "1080p",
    "source": "Web",
    "audio_codec": "AAC",
    "audio_channels": "2.0",
    "video_codec": "H.264",
    "release_group": "DBRETAiL",
    "type": "episode"
}

@Boss-man
Copy link
Author

Probably also related to #3843

@medariox
Copy link
Contributor

This will be fixed once we update to guessit 3, which hasn't been released yet.

@Boss-man
Copy link
Author

Boss-man commented May 1, 2018

Any estimate on when the new guessit will be released ?
This is still an issue even on latest version 0.2.2

Anyway I can work around it ? So it will download the shows.

@sharkykh
Copy link
Contributor

@My-userid
We were waiting for guessit 3 to be released.
This is the PR #4244 - but there's still work left to do.
I can confirm it is fixed on the PR branch.

$ python tests/report_guessit.py "De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL" "De Unge Moedre"
# guessit: 3.0.0  rebulk: 0.9.0
# show list: ['De Unge Moedre']
? De.Unge.Moedre.S25E07.DANiSH.PREAiR.1080p.WEB-DL.AAC2.0.H.264-DBRETAiL
  title: De Unge Moedre
  season: 25
  episode: 7
  episode_title: DANiSH
  other: Preair
  screen_size: 1080p
  source: Web
  audio_codec: AAC
  audio_channels: 2.0
  video_codec: H.264
  release_group: DBRETAiL
  type: episode
  parsing_time: 0.100000143051

Anyway I can work around it ? So it will download the shows.

Not right now, I don't think.

@medariox medariox added the Fixed label Aug 31, 2018
@medariox medariox closed this as completed Sep 6, 2018
@sharkykh sharkykh added this to the 0.2.10 milestone Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants