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

'NoneType' object has no attribute 'group' #2

Open
Web3WithMark opened this issue Jan 13, 2023 · 0 comments
Open

'NoneType' object has no attribute 'group' #2

Web3WithMark opened this issue Jan 13, 2023 · 0 comments

Comments

@Web3WithMark
Copy link

Web3WithMark commented Jan 13, 2023

Seems to be an error:

Traceback (most recent call last):
  File "/usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.10/site-packages/space_dl/__main__.py", line 33, in <module>
    main()
  File "/usr/local/lib/python3.10/site-packages/space_dl/__main__.py", line 22, in main
    s = twitter_space.Space.from_url(args.url[0], out_dir, verbose=args.verbose, proxies=PROXY)
  File "/usr/local/lib/python3.10/site-packages/space_dl/twitter_space.py", line 26, in from_url
    return cls(m.group(1), out_dir=out_dir, verbose=verbose, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/space_dl/twitter_space.py", line 66, in __init__
    self._get_space_config(out_file=self._out_dir / self._id / 'info.json')
  File "/usr/local/lib/python3.10/site-packages/space_dl/twitter_space.py", line 89, in _get_space_config
    js_url = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant