-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Test failed:null with proxy #2045
Comments
Release builds don't contain logging...
If it does not work, it doesn't make sense to let the user go forward anyway. It won't suddenly start working. |
Also, please add steps to reproduce. What are the privoxy settings (only if not default) and what are you putting in that dialog? |
Closed because I do not have enough information to reproduce this. |
I am having this error using the latest version (1.6.4.5) and an HTTP proxy which requires authentication (i.e., user/password). It seems the proxy "test" works as long as the user field is not set; otherwise, it produces the mysterious "null" error. Therefore, this seems not restricted to privoxy and can be reproduced (and debugged) using a standard HTTP proxy which supports basic authentication (e.g., squid). Please reopen. |
1.6.4.5 was released more than a year ago. The latest version in 1.7.1. I don't think there have been any changes to proxy handling, but just to be sure: please update to the latest version and check if you can still reproduce the error. |
Whoops, sorry for that (it seems updates weren't working on my device... weird). After installing 1.7.1, however, I can confirm the error still occurs. |
I was able to reproduce this, for me it looks like there is no attempt to authenticate if a username and password are provided, so something about the connection setup and authentication must be wrong. I'll try to fix it, but I don't know much about Okhttp and HTTP proxies, so this might take some time. While I'm at it I'll see if I can make extended ASCII passwords work if those are allowed in HTTP proxies (as with #3054 the Credential object is made with the default LATIN1 charset) |
This issue has been mentioned on AntennaPod Forum. There might be relevant details there: https://forum.antennapod.org/t/proxy-settings-not-working/946/1 |
App version: 1.x (from Google Play/F-Store/Custom build)
F-droid
Android version: 5.x [Please mention if you are using a custom rom!]
5.1.1
Devide model:
Samsung Note
Expected behaviour:
Working proxy
I put my working Privoxy proxy in the setting and pres test and all I am getting is "test failed:null". When I watch the logcat for activity, I see no activity when I press the test button. Nothing is printed afterwards as if Apod is not doing anything except "D/WifiWatchdogStateMachine(20590): isPackageRunning - top:de.danoeh.antennapod.activity.PreferenceActivity
". I am not sure if there is a way to debug the proxy here.
My proxy works in my browsers.
Maybe there should also another buttong that just says "save" so the user can save regardless of what this testing is trying to do. I suspect that it is trying to connect to some google ip to do some testing.
thanks
The text was updated successfully, but these errors were encountered: