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

AttributeError("'builtin_function_or_method' object has no attribute 'namelist'",) #54

Open
jalla2000 opened this issue Nov 19, 2017 · 2 comments

Comments

@jalla2000
Copy link

$ ~/apps/subtitle-downloader/subtitle-downloader.py Interstellar.2014.IMAX.1080p.Bluray.x264.DTS-EVO.mkv
Error in fetching subtitle for Interstellar.2014.IMAX.1080p.Bluray.x264.DTS-EVO.mkv
('Error', (<type 'exceptions.AttributeError'>, AttributeError("'builtin_function_or_method' object has no attribute 'namelist'",), <traceback object at 0x7fb7fcfd2cf8>))

Git clone on ubuntu 16.04 LTS

@amard33p
Copy link

Line # 99. zip is missing the underscore
shutil.move(root2+zip_.namelist()[0], os.path.join(root2, root + ".srt")

@nitbeat
Copy link

nitbeat commented Dec 4, 2017

Thanks :)
It works now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants