-
Notifications
You must be signed in to change notification settings - Fork 5
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
BUG ANIME #43
Comments
The problem is in the name
It's try to save file in your hard disk with name contain '?'
…On Mon, Aug 9, 2021, 6:09 AM SAOKT ***@***.***> wrote:
Hello.
for some reason this anime. can not be downloaded.
sell this bug.
all other anime without problems.
name: https://www.crunchyroll.com/es/so-im-a-spider-so-what
ERROR:
Booting up...
Now Downloading - So I'm a Spider, So What. Episode 1 - ?Reencarnacion.
?Otro mundo.
Exception in thread download_thread_:
Traceback (most recent call last):
File
"C:\Users\sao\AppData\Local\Programs\Python\Python37\lib\threading.py",
line 926, in _bootstrap_inner
self.run()
File
"C:\Users\sao\AppData\Local\Programs\Python\Python37\lib\threading.py",
line 870, in run
self._target(*self.
*args, **self.kwargs) File "crunchy-xml-decoder\hls.py", line 95, in
download_thread self.download_part(seg.absolute_uri, output, key,
seg.media_sequence, self.tasks1) File "crunchy-xml-decoder\hls*.py", line
62, in download_part
with open(filename, 'ab') as f_handle:
OSError: [Errno 22] Invalid argument: "C:\Users\sao\3D
Objects\Crunchyroll-XML-Decoder-py3-master\export\So I'm a Spider, So What.
Episode - 1 - ?Reencarnacion. ?Otro mundo..ts0"
Traceback (most recent call last):
File "C:\Users\sao\3D
Objects\Crunchyroll-XML-Decoder-py3-master\crunchy-xml-decoder-py3.py",
line 378, in
queueu(os.path.join('.', arg.queue))
File "C:\Users\sao\3D
Objects\Crunchyroll-XML-Decoder-py3-master\crunchy-xml-decoder-py3.py",
line 112, in queueu
ultimate(line.strip(), '', '')
File "crunchy-xml-decoder\ultimate.py", line 232, in ultimate
download_subprocess_result = download_.video_hls(hls_url, video_input,
config_['connection_n_'])
File "crunchy-xml-decoder\hls_.py", line 162, in video_hls
self.fetch_streams()
File "crunchy-xml-decoder\hls_.py", line 126, in fetch_streams
os.rename(self.output+'0',self.output)
OSError: [WinError 123] El nombre de archivo, el nombre de directorio o la
sintaxis de la etiqueta del volumen no son correctos: "C:\Users\sao\3D
Objects\Crunchyroll-XML-Decoder-py3-master\export\So I'm a Spider, So What.
Episode - 1 - ?Reencarnacion. ?Otro mundo..ts0" -> "C:\Users\sao\3D
Objects\Crunchyroll-XML-Decoder-py3-master\export\So I'm a Spider, So What.
Episode - 1 - ?Reencarnacion. ?Otro mundo..ts"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCI5LUTQCYVS5VBYIJMVLTT35BHJANCNFSM5BZFHZTA>
.
|
how can I solve it? I like your application. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
for some reason this anime. can not be downloaded.
sell this bug.
all other anime without problems.
name: https://www.crunchyroll.com/es/so-im-a-spider-so-what
ERROR:
Booting up...
Now Downloading - So I'm a Spider, So What. Episode 1 - ?Reencarnacion. ?Otro mundo.
Exception in thread download_thread_:
Traceback (most recent call last):
File "C:\Users\sao\AppData\Local\Programs\Python\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Users\sao\AppData\Local\Programs\Python\Python37\lib\threading.py", line 870, in run
self._target(*self.args, **self.kwargs)
File "crunchy-xml-decoder\hls.py", line 95, in download_thread
self.download_part(seg.absolute_uri, output, key, seg.media_sequence, self.tasks1)
File "crunchy-xml-decoder\hls.py", line 62, in download_part
with open(filename, 'ab') as f_handle:
OSError: [Errno 22] Invalid argument: "C:\Users\sao\3D Objects\Crunchyroll-XML-Decoder-py3-master\export\So I'm a Spider, So What. Episode - 1 - ?Reencarnacion. ?Otro mundo..ts0"
Traceback (most recent call last):
File "C:\Users\sao\3D Objects\Crunchyroll-XML-Decoder-py3-master\crunchy-xml-decoder-py3.py", line 378, in
queueu(os.path.join('.', arg.queue))
File "C:\Users\sao\3D Objects\Crunchyroll-XML-Decoder-py3-master\crunchy-xml-decoder-py3.py", line 112, in queueu
ultimate(line.strip(), '', '')
File "crunchy-xml-decoder\ultimate.py", line 232, in ultimate
download_subprocess_result = download_.video_hls(hls_url, video_input, config_['connection_n_'])
File "crunchy-xml-decoder\hls_.py", line 162, in video_hls
self.fetch_streams()
File "crunchy-xml-decoder\hls_.py", line 126, in fetch_streams
os.rename(self.output+'0',self.output)
OSError: [WinError 123] El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos: "C:\Users\sao\3D Objects\Crunchyroll-XML-Decoder-py3-master\export\So I'm a Spider, So What. Episode - 1 - ?Reencarnacion. ?Otro mundo..ts0" -> "C:\Users\sao\3D Objects\Crunchyroll-XML-Decoder-py3-master\export\So I'm a Spider, So What. Episode - 1 - ?Reencarnacion. ?Otro mundo..ts"
The text was updated successfully, but these errors were encountered: