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

how to fix this ? #10

Open
rikyuking opened this issue Jul 8, 2023 · 0 comments
Open

how to fix this ? #10

rikyuking opened this issue Jul 8, 2023 · 0 comments

Comments

@rikyuking
Copy link

Traceback (most recent call last):
  File "D:\SCRIPT\PHYTON\PSARipper\psaripper\PSAEntry.py", line 22, in get_ddl_urls
    ddlurl = decrypt_url(ddl[1], self.scraper)
  File "D:\SCRIPT\PHYTON\PSARipper\psaripper\util.py", line 44, in decrypt_url
    furl = bypass_ouo(ouo_url)
  File "D:\SCRIPT\PHYTON\PSARipper\psaripper\util.py", line 90, in bypass_ouo
    inputs = bs4.form.findAll("input", {"name": re.compile(r"token$")})
AttributeError: 'NoneType' object has no attribute 'findAll'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SCRIPT\PHYTON\PSARipper\psa.py", line 62, in <module>
    ddlurls = media.get_ddl_urls()
  File "D:\SCRIPT\PHYTON\PSARipper\psaripper\PSAEntry.py", line 28, in get_ddl_urls
    ddlurl = decrypt_url(ddl[1], self.scraper)
  File "D:\SCRIPT\PHYTON\PSARipper\psaripper\util.py", line 44, in decrypt_url
    furl = bypass_ouo(ouo_url)
  File "D:\SCRIPT\PHYTON\PSARipper\psaripper\util.py", line 90, in bypass_ouo
    inputs = bs4.form.findAll("input", {"name": re.compile(r"token$")})
AttributeError: 'NoneType' object has no attribute 'findAll'
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