web-editor icon indicating copy to clipboard operation
web-editor copied to clipboard

使用Dump Hierarchy 静态时一直提示本地服务器未启动

Open huangxuloong opened this issue 4 years ago • 13 comments

Local server not started, start with $ python -m weditor; 尝试过重新安装atx和weditor.报错依旧. 使用实时则不会提示

huangxuloong avatar Jun 28 '20 01:06 huangxuloong

我也遇到这个问题

jiajia172000 avatar Jul 27 '20 02:07 jiajia172000

同样有这样的问题,大佬现在解决了吗,不知道为什么会返回304

JdiChen avatar Aug 18 '20 06:08 JdiChen

同样有这样的问题,大佬现在解决了吗,不知道为什么会返回304

image 输入device id就可以继续用了

bixia1992 avatar Sep 03 '20 07:09 bixia1992

请问怎么解决啊,全都是最新版本了。可以connect,每次静态dump都提示本地服务未启动,动态dump没有问题。这应该是个bug吧。

Hedilict avatar Oct 03 '20 13:10 Hedilict

have u resolved it ?

Gentle-Wang avatar Oct 27 '20 01:10 Gentle-Wang

Still unsolved.

在2020-10-27 09:48:13,[email protected]写道:

have u resolved it ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Hedilict avatar Oct 27 '20 07:10 Hedilict

我也遇到了这个问题。如果你们还是要用静态的,可以尝试卸载当前版本,安装更早之前的版本。

ainy15 avatar Nov 04 '20 08:11 ainy15

我也遇到了这个问题,只有动态加载阔以,静态截图不行,有解决办法吗?

Xunjie-Yin avatar Dec 25 '20 08:12 Xunjie-Yin

同样遇到了

RonaldinhoL avatar Mar 15 '21 09:03 RonaldinhoL

不知道各位有没有用zsh或者说oh-my-zsh,开了比如pip、maven、npm的命令行加速,我把.zshrc里面的代理去掉了,source下,然后重启可以使用了

JackyBird avatar Jul 31 '21 14:07 JackyBird

打开调试器查看下screenshot 和hierarchy 接口是不是加载了缓存(from disk cache),如果是的话,按照下方截图禁止浏览器使用本地缓存 image

ToBeTree avatar Aug 03 '21 07:08 ToBeTree

我也碰到了,使用禁用缓存的方法解决了。应当增加个缓存失效判断。 @codeskyblue @zhuzhenyuan bug触发方式: 1.使用手机调试,然后关闭服务。 2.使用电脑上的手机模拟器调试,静态时出现bug

silegon avatar Dec 01 '21 07:12 silegon