-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 bugs #7
Comments
i was going to ask for logs but i remembered that the debug logging is stripped from the release version. can you confirm that the device itself isn't losing connectivity when this happens? I haven't observed this myself and usually when there has been an issue with loading the images or text on a page were simply missing. is zh.wikipedia.org normally blocked for you? i believe "转到图像页" tries to open the page in a browser, which wouldn't go through the app's proxied connection. |
Yes, the device itself isn't losing connectivity. wikipedia.org and all subdomains are blocked. |
@greatfire-martin do images in articles load at all when using the app on a network where wikipedia.org is blocked? I'm looking deeper in the code and images are being loaded with glide which seems like it would bypass the interceptors that use envoy. Update: I did find code that assigns an okhttp client with the interceptor to glide but I'd still like to confirm whether or not the images usually load. |
The text was updated successfully, but these errors were encountered: