-
Notifications
You must be signed in to change notification settings - Fork 84
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
AttributeError: 'NoneType' object has no attribute 'group' #10
Comments
How exactly are you launching Hulk-server.py? Are you providing the target site as an arg like, |
http and the command I used was
|
In that case, please post the exact website url which you used. Feel free
to censor a few characters in the website name but maintain the structure
while posting.
…On Thu, Jun 4, 2020, 10:00 PM ltoyclaelr ***@***.***> wrote:
http and yes that's the command I used
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG7Q525PHIEILAASLNUEAF3RU7DZZANCNFSM4NSJD6CQ>
.
|
Merged
that update fixed my issue and its now working thanks so much |
Glad it worked out 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it worked once and then it stopped
return future.result()
File "hulk.py", line 173, in main
missile = Missile(root=root, url=url, loop=loop)
File "hulk.py", line 18, in init
self.host = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered: