You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Describe the bug
I got Netty dependency error when try to use response listener in my project: error: package io.netty.handler.codec.http does not exist
Even I add Netty dependency in my project (try to add 4.1.44.Final and newer)
Although netty-all contains io.netty.handler.codec.http somehow the compiler could not find it so I decided to exclude netty-all and keep the modules only. Note that the modules were imported twice except netty-codec-http so I had to include that separately.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I got Netty dependency error when try to use response listener in my project:
error: package io.netty.handler.codec.http does not exist
Even I add Netty dependency in my project (try to add 4.1.44.Final and newer)
To Reproduce
I prepared a small example for this here: https://github.com/mrbaco/browserup_listeners
Expected behavior
Listeners work correctly, there is no dependency error in the project.
Please complete the following information:
OS Windows 10, Gradle 6.7, browserup-proxy-core 2.1.2
The text was updated successfully, but these errors were encountered: