You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was downloading the subtitle of the Serial , I was getting the error as follow due to which I was not able to download the subtitle.
Error in fetching subtitle for /home/sahil/Movie/Breaking Bad/Season 2/Breaking.Bad.S02E02.BluRay.720p.x264.mkv
Error (<class 'zipfile.BadZipFile'>, BadZipFile('File is not a zip file',), <traceback object at 0x7f7bab887c48>)
The text was updated successfully, but these errors were encountered:
Then I just figure out the error by looking at the script and I figure out that the file created was not of the format of the zip and I also then change the code to as follow with zipfile.ZipFile(root2+".zip",mode="w") as subfile but then I was getting an error at the subfile.write(chunk) telling that the null character embedded in the Path. @mohanraj-r Please help to figure out.
When I was downloading the subtitle of the Serial , I was getting the error as follow due to which I was not able to download the subtitle.
Error in fetching subtitle for /home/sahil/Movie/Breaking Bad/Season 2/Breaking.Bad.S02E02.BluRay.720p.x264.mkv
Error (<class 'zipfile.BadZipFile'>, BadZipFile('File is not a zip file',), <traceback object at 0x7f7bab887c48>)
The text was updated successfully, but these errors were encountered: