Alex Yang

Results 10 comments of Alex Yang

找到work around了。 图片显示不出来的时候,先获取图片url,例如 `https://g.testdomain.com/sorry/image?id=8646771389108951777&q=CGMSBC0gUWEY-7-zuwUiGQDxp4NLD5mvySNyLR7GCrnZ7hDRDs1_Z9E&hl=zh-CN&continue=https://g.testdomain.com/search%3Fsite%3D%26source%3Dhp%26q%3D%25E6%25B5%258B%25E8%25AF%2595%26oq%3D%25E6%25B5%258B%25E8%25AF%2595%26gs_l%3Dhp.3..0l10.1269.1879.0.2766.6.5.0.0.0.0.248.248.2-1.1.0....0...1c.1j4.64.hp..5.1.247.UXhJ9wm9WhM%26bav%3Don.2,or.%26bvm%3Dbv.125221236,d.cGc%26biw%3D1440%26bih%3D714%26dpr%3D2%26ech%3D1%26psi%3D9t9sV-z4LsfRjAOtjanIDw.1466753015820.3%26ei%3D9t9sV-z4LsfRjAOtjanIDw%26emsg%3DNCSR%26noj%3D1%26gws_rd%3Dcr` 将request url其中的g.testdomain.com改成www.google.com,然后打开,就可以看到验证码了 然后将验证码输入,submit,发现又打不开,将那个页面的url也记下来,例如 `https://g.testdomain.com/ipv4/sorry/CaptchaRedirect?q=CGMSBC0gUWEY-7-zuwUiGQDxp4NLD5mvySNyLR7GCrnZ7hDRDs1_Z9E&continue=https%3A%2F%2Fg.testdomain.com%2Fsearch%3Fsite%3D%26source%3Dhp%26q%3D%25E6%25B5%258B%25E8%25AF%2595%26oq%3D%25E6%25B5%258B%25E8%25AF%2595%26gs_l%3Dhp.3..0l10.1269.1879.0.2766.6.5.0.0.0.0.248.248.2-1.1.0....0...1c.1j4.64.hp..5.1.247.UXhJ9wm9WhM%26bav%3Don.2%2Cor.%26bvm%3Dbv.125221236%2Cd.cGc%26biw%3D1440%26bih%3D714%26dpr%3D2%26ech%3D1%26psi%3D9t9sV-z4LsfRjAOtjanIDw.1466753015820.3%26ei%3D9t9sV-z4LsfRjAOtjanIDw%26emsg%3DNCSR%26noj%3D1%26gws_rd%3Dcr&id=8646771389108951777&captcha=123456&submit=%E6%8F%90%E4%BA%A4` 将request url里面的g.testdomain.com也改成www.google.com,打开,就行了。 当然还是希望代码能更新一下。

@tianrking 你有可以复现的url吗?

@tianrking 具体原理不清楚,可能和cookie有关,你可以试试手机清理cookie再访问. 另外你要改域名的时候也要把http改成https。

@tianrking 手机验证完的url里面的域名也要改成www.google.com

I am having the same issue as @Leozaki, This is what I get: tls=TLSv1.3 sni=plaintext warp=plus gateway=off But it seems the smart routing is not working anymore. I usually test...

I am having the same issue. ``` undefined is not an object (evaluating '_expo.FileSystem.writeAsStringAsync') HTMLImageElement.js:3:8 loadModuleImplementation require.js:331:6 Document.js:3 loadModuleImplementation require.js:331:6 module.js:1 loadModuleImplementation require.js:331:6 index.js:1 loadModuleImplementation require.js:331:6 ExpoPixi.js:1 loadModuleImplementation require.js:331:6 index.js:1...

Found the root cause: expo-pixi is using @expo/browser-polyfill version `^0.0.1-alpha.4`, which is using the old style import which is not deprecated in Expo SDK 34. Need to upgrade to version...

Adding the correct version to peerDependencies can workaround it

> @alexyangjie could you please elaborate on the process? what I've tried is changing the `expo-pixi's` `package.json` and running `npm update expo-pixi` which changed the `browsers-polyfill` version in `expo-pixi's node_modules`....

I am having exactly the same issue on Android while iOS is fine. Does anyone have a solution or workaround?