Skip to content

'NoneType' object is not subscriptable #26

@quietsecret123

Description

@quietsecret123
  • Snapchat Downloader Version: 2.0.1
  • Python Version: 2.7.16
  • Operating System: Mac OS 10.15.7 (Catalina)

Description

I was trying to download stories as usual from my list but I now get an error message 'NoneType' object is not subscriptable. It was working 24 hours ago. Normally, when I type the command, it just starts saving stories from my list.

What I Did

I typed:
snapchat-dl -u -i Usernames0.bat -P SnapDownloads

This is what I got back:
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/bin/snapchat-dl", line 8, in <module> sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/snapchat_dl/app.py", line 58, in main download_users(usernames) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/snapchat_dl/app.py", line 53, in download_users downlaoder.download(username) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/snapchat_dl/snapchat_dl.py", line 131, in download stories, snap_user = self._web_fetch_story(username) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/snapchat_dl/snapchat_dl.py", line 95, in _web_fetch_story stories = util_web_story(response_json) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/snapchat_dl/snapchat_dl.py", line 91, in util_web_story return content["props"]["pageProps"]["story"]["snapList"] TypeError: 'NoneType' object is not subscriptable

Please help, thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions