addic7ed: AttributeError: 'NoneType' object has no attribute 'group'
See original GitHub issueSubliminal 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:
- Created 7 years ago
- Comments:13 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
Fixed with ab2523c4af206caba4e61dd9cffda356753b98ae