AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
213 stars 28 forks source link

Getting "ERROR: ConnectionError" #109

Closed MonoS closed 2 years ago

MonoS commented 2 years ago

As the title, i get this error when trying to download a video, attached the full log [nndownload] 2021-08-18.log

I've tried the same video with a fork of youtube-dl and it worked fine.

AlexAplin commented 2 years ago

I'm unable to reproduce this. The log suggests an issue resolving the host, which could be because of a proxy or DNS error.

python .\nndownload.py -u [...] -p [...] https://www.nicovideo.jp/watch/sm31030077
Logging in...
Logged in.
Performing initial API request...
Performed initial API request.
Downloading sm31030077 to "sm31030077 - 【初音ミク】Happily Ever【オリジナルMV】.mp4"...
|#################        | 69/100 @ 210.42KB /s
MonoS commented 2 years ago

Thank you for the clarification, for some reason i'm getting this error using the exe version but not with the python's one, i'll try to diagnose this on my end.