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

Proxythread Error (OWA) #34

Closed
barrett092 opened this issue Sep 15, 2023 · 2 comments
Closed

Proxythread Error (OWA) #34

barrett092 opened this issue Sep 15, 2023 · 2 comments
Assignees

Comments

@barrett092
Copy link

I'm getting this error anytime I try against an OWA instance:

[ERRR] Unhandled error in OWA.create_request(): BaseSprayModule.create_request() missing 1 required positional argument: 'proxythread' (-v to debug)
[ERRR] Traceback (most recent call last):
File "/opt/homebrew/lib/python3.11/site-packages/trevorspray/lib/proxy.py", line 268, in check_cred
prepared_request = sprayer.create_request(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/trevorspray/lib/sprayers/owa.py", line 71, in create_request
r = super().create_request(username, password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BaseSprayModule.create_request() missing 1 required positional argument: 'proxythread'

@TheTechromancer
Copy link
Collaborator

Thanks for the report, I'll check it out.

@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Sep 15, 2023

A fix has been pushed in the latest version (v2.2.1).

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

2 participants