cuber / ngx_http_google_filter_module

Nginx Module for Google Mirror
BSD 2-Clause "Simplified" License
3.35k stars 780 forks source link

GG改版后 点击”更多结果/More results“无响应 #137

Open freefolder opened 6 years ago

freefolder commented 6 years ago

背景 GOOGLE更新了一些显示设置,在移动端”下一页“选项消失了,变成“更多结果“。 同时在PC端搜索图片,除了第一页外,也无法有效加载更多的图片内容。

问题描述 搜索一些关键词时,点击"More results/更多结果"无响应,无法有效加载下一页或更多内容。

https://drive.google.com/open?id=12rsnZeEEv5e-DygxiYFeFfHVBpnG_t9N

https://drive.google.com/open?id=1bz99EoBZfiT0H7HXQbKneblAnN8HlBQP

尝试 代理无报错,通过全局代理方式也无法解决。 偶尔出现204,不知是不是和这个有关系。

mzxwt commented 6 years ago

同样的问题!暂时用caddy反代没有问题但是caddy反代scholar无效。迫切希望大神可以升级一下插件或者有朋友可以提出其它方案。

ghost commented 6 years ago

@mzxwt 请问caddy如何配置的

mzxwt commented 6 years ago

@mekaku https://so.google.com { gzip tls soso@126.com proxy / https://www.google.com proxy / localhost:8080 cache { default_max_age 1440m path /tmp/caddy-cache } }

dfterok commented 6 years ago

同样的问题。

dfterok commented 6 years ago

更有意思的是,反代无法访问scholar,显示we are sorry..... 但是用ss客户端连接服务器就没问题,求解。

MkAnaio commented 5 years ago

http error 204 nginx error: [alert] 30690#0: *1 the http output chain is empty while sending to client

cuber commented 5 years ago

scholar 无法访问是因为 google 把部分 vps 的 ip 直接 ban 了, 如果你的 vps 支持 ipv6 可以使用 https://github.com/lennylxx/ipv6-hosts 这个项目里面的 ipv6 地址给 scholar 打个 hosts 就好了

cuber commented 5 years ago

@freefolder 能否抓包看下客户端下一页访问的url地址?

meilele commented 5 years ago

@freefolder能否抓包看下客户端下一页访问的URL地址?

PC端搜索图片,除了第一页外,也无法有效加载更多的图片内容,第二页的图片链接被墙了的,无法替换。

freefolder commented 5 years ago

手机端Safari 点击“更多”之后,无响应。 之前认为可能是,adservice.google.com被污染,实际上与它无关。

=========================================== 抓包信息: https://drive.google.com/open?id=1nOqVvW6d59bRkpZiYkP34NM51By9cWlA

无法加载: https://drive.google.com/open?id=10av4QlVUP0hJIykOYDXig3UfmZcRn2Tm

正常状态: https://drive.google.com/open?id=1bCxxmYobtfXaRzgKtJ7bP2AxMtawsL4-

请参考。

@cuber @sisiww