8000 'RECAPTCHA_CHALLENGE_URL' is not defined when a CAPTCHA is detected · Issue #17 · eliascotto/pyomegle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
'RECAPTCHA_CHALLENGE_URL' is not defined when a CAPTCHA is detected #17
Open
@harrydayexe

Description

@harrydayexe

I copied and pasted the setup code in the readme and started running, I knew I would face a captcha as I normally do however I received an error. Is this because the reCaptcha has changed slightly???

Traceback (most recent call last):
  File "/Users/harryday/.pyenv/versions/3.9.0/lib/python3.9/threading.py", line 950, in _bootstrap_inner
    self.run()
  File "/Users/harryday/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pyomegle/pyomegle.py", line 33, in run
    self.instance._handle_events(data['events'])
  File "/Users/harryday/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pyomegle/pyomegle.py", line 98, in _handle_events
    self._event_selector(event)
  File "/Users/harryday/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pyomegle/pyomegle.py", line 126, in _event_selector
    self.events_handler.captcha_required()
  File "/Users/harryday/.pyenv/versions/3.9.0/lib/python3.9/site-packages/pyomegle/pyomegle.py", line 291, in captcha_required
    url = RECAPTCHA_CHALLENGE_URL % challenge
NameError: name 'RECAPTCHA_CHALLENGE_URL' is not defined

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

      0