Skip to content
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

Download fails if ID is so. #25

Closed
f11894 opened this issue Jul 17, 2018 · 0 comments
Closed

Download fails if ID is so. #25

f11894 opened this issue Jul 17, 2018 · 0 comments
Labels

Comments

@f11894
Copy link

f11894 commented Jul 17, 2018

Python nndownload.py -c -f -u MailAddress -p Password http://www.nicovideo.jp/watch/so22958427

Logging in...
Logged in.
Traceback (most recent call last):
  File "C:\Software\nndownload\nndownload.py", line 697, in main
    process_url_mo(session, url_mo)
  File "C:\Software\nndownload\nndownload.py", line 654, in process_url_mo
    request_video(session, url_id)
  File "C:\Software\nndownload\nndownload.py", line 222, in request_video
    template_params = perform_api_request(session, document)
  File "C:\Software\nndownload\nndownload.py", line 585, in perform_api_request
    template_params = collect_parameters(template_params, params)
  File "C:\Software\nndownload\nndownload.py", line 623, in collect_parameters
    template_params["uploader"] = params["uploaderInfo"]["nickname"].rstrip(" さん") if params["uploaderInfo"] else None
KeyError: 'uploaderInfo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants