Viola

Results 14 comments of Viola

Same issue here ``` λ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=D:/Rtools/mingw_64/bin/../libexec/gcc/x86_64-w64-mingw32/4.9.3/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../../../src/gcc-4.9.3/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/home/Jeroen/mingw-gcc-4.9.3/x86_64-493-posix-seh-rt_v3-s/mingw64 --with-gxx-include-dir=/mingw64/x86_64-w64-mingw32/include/c++ --enable-static --disable-shared --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp...

Did you mean your IP is banned by line server? I test the echo bot and my ip is banned about 40 minutes.

@janglapuk maybe the frequency of `longPoll()` is too high. I slowed down it and got fewer ban. ## I tested my code in python shell, manually executing `client.longPoll()` every few...

Well, you can run it in emulators(like [Cmder](http://cmder.net/)) ![image](https://user-images.githubusercontent.com/10095657/28759226-2a950460-75cd-11e7-9e17-4179f7ac380f.png)

同遇到类似问题,5.15内核,我是使用 ifup wan 重连,R4S pppoe成功获取到了ipv4地址,但是路由器自身和下边设备无法上网,似乎出问题时 ifup wan 这条指令会把 br-lan 也给一同重启

更新:我是阉割版r4s的,目前已解决问题:手动修改一个网口的mac。原来两个网口的mac地址是一样的。

reproduced on Ubuntu 14.04 LTS

安卓也有类似的症状:刚打开的一会儿可以用,过一会儿就不行了(不会走代理了) 目前是路由器 dnsmasq 指定解析,设备使用路由器递归 dns。 本地解析 httpdns 的域名有两个 ip 结果,在路由器已屏蔽。 所以我怀疑是不是其有其他 httpdns,或者其他类似机制在客户端内部更新解析。 改日我抓包一下看看

还有一个问题:我是 php 应用,需要将所有请求 rewrite 定向到 `/index.php`,但是如果在 vn 的 rewrite 中填写目标地址 `/index.php` 访问,浏览器就会下载 `index.bin`,内容为 php 源文件,目标地址改成 `/` 就没有问题