einstein95 / crunchy-xml-decoder

GNU General Public License v2.0
35 stars 14 forks source link

IOError #19

Closed rodepanda closed 9 years ago

rodepanda commented 9 years ago

Get this error message when downloading. I honestly have no idea what's going on... FLV is downloaded correctly (in HD and stuff) But the sub is not.

Attempting to decrypt subtitles... Success! Subtitles decrypted. Traceback (most recent call last): File "C:\Users\Gianni\Desktop\crunchy-xml-decoder-master\crunchy-xml-decoder\ultimate.py", line 210, in shutil.move(title + '.flv', '.\export\') File "C:\Python27\lib\shutil.py", line 302, in move copy2(src, real_dst) File "C:\Python27\lib\shutil.py", line 130, in copy2 copyfile(src, dst) File "C:\Python27\lib\shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 22] invalid mode ('wb') or filename: '.\export\' ** Job completed successfully *

einstein95 commented 9 years ago

What video are you trying to download?

On Sun, Jun 14, 2015 at 11:18 PM 36gianni36 notifications@github.com wrote:

Get this error message when downloading. I honestly have no idea what's going on... FLV is downloaded correctly (in HD and stuff) But the sub is not.

Attempting to decrypt subtitles... Success! Subtitles decrypted. Traceback (most recent call last): File "C:\Users\Gianni\Desktop\crunchy-xml-decoder-master\crunchy-xml-decoder\ultimate.py", line 210, in shutil.move(title + '.flv', '.\export\') File "C:\Python27\lib\shutil.py", line 302, in move copy2(src, real_dst) File "C:\Python27\lib\shutil.py", line 130, in copy2 copyfile(src, dst) File "C:\Python27\lib\shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 22] invalid mode ('wb') or filename: '.\export\' ** Job completed successfully *

— Reply to this email directly or view it on GitHub https://github.com/einstein95/crunchy-xml-decoder/issues/19.