Results 1 to 10 of 729

Hybrid View

  1. #1

    Join Date
    Dec 2017
    Posts
    3
    Credits
    3
    Quote Originally Posted by xellosp View Post
    Yeah, they changed the header information of the API. Now it uses x-kh-session instead of xsrf and session.
    I couldn't find x-kh-session in Application tab but you can find it in Network tab. Just choose a random link that has x-kh-session in "Request Headers" and copy it to the script.
    Here is the updated script.
    So I replaced the previous version of 0_download_json.zip with this one and input the new x-kh-session value, but now I get this error:

    status: 440
    Traceback (most recent call last):
    File "0_download_json.py", line 492, in <module>
    futures = [executor.submit(download_soul_info, soul_info) for soul_info in soul_infos]
    TypeError: 'NoneType' object is not iterable

    Any clue what to do here?

  2. #2

    Join Date
    Mar 2021
    Posts
    2
    Credits
    2
    Quote Originally Posted by namepls View Post
    So I replaced the previous version of 0_download_json.zip with this one and input the new x-kh-session value, but now I get this error:

    status: 440
    Traceback (most recent call last):
    File "0_download_json.py", line 492, in <module>
    futures = [executor.submit(download_soul_info, soul_info) for soul_info in soul_infos]
    TypeError: 'NoneType' object is not iterable

    Any clue what to do here?
    I am also getting the same exact issue on both DMM and Nutaku.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •