-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Maven, MitmProxy version 9: AttributeError: module 'mitmproxy.http' has no attribute 'HTTPResponse' #20
Comments
Hello, same thing here. Could you devs please push the fix to maven central? Thanks. |
Hi |
I did find a work around until they make a push. I created my on jar file from this repo and added it to my pom. Then I had to add more libraries but it now works. I no longer get the error message. |
Sorry about the delay. I'll see about updating in Maven. |
Hi! Please uploade it to Maven Central. |
Hi, I've been busy on my Wyldcard project, but thanks for poking me to update this. I'll see if I can do it on Monday. |
that's such a cool project dude! |
@Jonahss poke again, please update this. |
I'm finally working on it :D Thanks for pinging me, sorry for the delay. |
Hello, how is the progress on this? |
Hello. I think I have everything I need now. Will work on this today and tomorrow. Thanks again for pinging. |
@t-o-n-y-p @re-jim v2.0.2 published to central repository. |
Unfortunately, I no longer have access to the environment to check it, thanks for publishing though :) |
Ah, well, hopefully someone else can check. Or we'll hear about it here
when it fails to work XD
…On Wed, Sep 27, 2023 at 10:36 AM t-o-n-y-p ***@***.***> wrote:
Unfortunately, I no longer have access to the environment to check it,
thanks for publishing though :)
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALTRMKE3TVM3YFLCQCA4SLX4RPZ7ANCNFSM6AAAAAAXWAXJWE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, after upgrading my project, there was no problem. thanks @Jonahss |
Yay! Okay, can close with confidence :D |
Hello,
I recently started a Maven project using mitmproxy-java. Anytime I try to change the status code of an intercepted call, I get this error: AttributeError: module 'mitmproxy.http' has no attribute 'HTTPResponse'
`List messages = new ArrayList<>();
I see that the newest version is 2.0.2 and I'm hoping it has the fix. But currently only 2.0.1 is available on Maven to insert into the POM file.
The text was updated successfully, but these errors were encountered: