Quote Originally Posted by WaveqUcq742 View Post
Hello there,when using 0_download_json.cmd I got:

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

Can anyone explain how to solve this?

The above problem has been solved.But I encountered a new problem when running 1_download_assets.cmd.

Traceback (most recent call last):
File "1_download_assets.py", line 234, in <module>
download_hscene_assets(character, type, filename, data)
File "1_download_assets.py", line 206, in download_hscene_assets
links.append(base_url['scenarios'] + resource_path + "/" + section['film'])
TypeError: coercing to Unicode: need string or buffer, list found

I don't understand this at all.