manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
777 stars 239 forks source link

error in fetching subtitles #13

Open vishwajeet5444 opened 9 years ago

vishwajeet5444 commented 9 years ago

after i send the movie file or folder on my windows 8 system it shows error in fetching subtitles. Please see to it soon because i need it to be done till today evening or by tomorrow morning.

manojmj92 commented 9 years ago

OK now?

On Sun, Apr 19, 2015 at 11:35 AM, vishwajeet5444 notifications@github.com wrote:

Closed #13 https://github.com/manojmj92/subtitle-downloader/issues/13.

— Reply to this email directly or view it on GitHub https://github.com/manojmj92/subtitle-downloader/issues/13#event-284636415 .

Regards,

Manoj M J www.manojmj.com

vishwajeet5444 commented 9 years ago

how to correct it

manojmj92 commented 9 years ago

Cannot reproduce. Check if python path is correct.

On 4/19/15, vishwajeet5444 notifications@github.com wrote:

Reopened #13.


Reply to this email directly or view it on GitHub: https://github.com/manojmj92/subtitle-downloader/issues/13#event-284636976

Regards,

Manoj M J www.manojmj.com

vishwajeet5444 commented 9 years ago

i have given same path as its been suggested on readme

vishwajeet5444 commented 9 years ago

why don't u reply to my problem

0xskynet commented 9 years ago

Hello Manoj, please cooperate us in solving the problem.

vishwajeet5444 commented 9 years ago

What should I do? On 2 May 2015 15:03, "Bhavesh Gangani" notifications@github.com wrote:

Hello vishwajeet, please cooperate us in solving the problem.

— Reply to this email directly or view it on GitHub https://github.com/manojmj92/subtitle-downloader/issues/13#issuecomment-98340646 .

SpEcHiDe commented 9 years ago

If "error fetching subtitles" comes the problem might be 1) the file does not exist(it might be locked be a virtual file the path contains some illegal characters. 2) there is no internet connection 3) no response came from thesubdb server because the hash might not be correctly fetched Please tell us the problem correctly so we may rectify it and others will not have the same problem. @vishwajeet5444

malikjozane commented 7 years ago

Requests and bs4 are not a built in module, so you will have to download it. This is why it is creating problem. I had the same problem with my mac. https://pypi.python.org/pypi/requests https://pypi.python.org/pypi/bs4

A more detailed guide can be found here: http://stackoverflow.com/questions/17309288/importerror-no-module-named-requests