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.

addic7ed: AttributeError: 'NoneType' object has no attribute 'group'

See original GitHub issue

Subliminal 2.0rc1

2016-04-27 22:17:04 FINDSUBTITLES :: [6ac2d37] Unexpected error in provider 'addic7ed'
Traceback (most recent call last):
  File "build\bdist.win-amd64\egg\subliminal\core.py", line 118, in list_subtitles_provider
    return self[provider].list_subtitles(video, provider_languages)
  File "build\bdist.win-amd64\egg\subliminal\providers\addic7ed.py", line 269, in list_subtitles
    return [s for s in self.query(video.series, video.season, video.year)
  File "build\bdist.win-amd64\egg\subliminal\providers\addic7ed.py", line 239, in query
    series = match.group('series')
AttributeError: 'NoneType' object has no attribute 'group'

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Diaoulcommented, May 21, 2016

Yes, the side effect that I won’t be able to improve the parsing. At least this way it gets reported. Maybe some error logging would be better but… (see above)

0reactions
Diaoulcommented, Sep 3, 2016

Fixed with ab2523c4af206caba4e61dd9cffda356753b98ae

Read more comments on GitHub >

github_iconTop Results From Across the Web

Subscene throttling. AttributeError. Exception info: "'NoneType ...
Describe the bug. When searching for subtitles for any movie/tv show given. Subscene always throttles and gives the following error:
Read more >
[Solved] AttributeError: Nonetype Object Has No Attribute Group
In this article we will discuss AttributeError:Nonetype object has no Attribute Group. We will understand it and then find solution for it.
Read more >
'NoneType' object has no attribute 'group' - Stack Overflow
The error is in your line 11, your re.search is returning no results, ie None , and then you're trying to call fmtre.group...
Read more >
How To Fix Error: 'NoneType' Object Has No Attribute 'Group'?
In Python, an attribute can be considered as any property associated with a particular type of object.
Read more >
AttributeError 'NoneType' object has no attribute 'groups'
This error happens when using the Multixcan tool, it usually happens when the tool cant find files in the Metaxcan folder you provided....
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