GithubHelp home page GithubHelp logo

IDE几个问题 about thera HOT 8 OPEN

alibaba avatar alibaba commented on May 7, 2024
IDE几个问题

from thera.

Comments (8)

778477 avatar 778477 commented on May 7, 2024

感谢反馈。

问题1,播放视频页面是一个welcome页面,点击视频任何位置即可进入预览main.we。这个交互确实会存在误区,下个版本计划去掉视频播放

问题2,得确认一下复现路径

from thera.

ggchxx avatar ggchxx commented on May 7, 2024

找到这几个问题的原因了,是运行时端口异常,
错误提示 getaddrinfo ENOTFOUND localhost localhost:7001
换了几个端口都是这个错误,localhost改为本机IP依然不行

from thera.

778477 avatar 778477 commented on May 7, 2024

可以通过命令行

lsof -i :7001

查看7001端口使用的进程号

COMMAND   PID       USER   FD   TYPE            DEVICE SIZE/OFF NODE NAME
node    66470 guomiaoyou   16u  IPv6 0xc1c184b38a0be49      0t0  TCP *:afs3-callback (LISTEN)

kill 66470。 重新运行,验证是否为端口占用问题。

from thera.

NickolasHu avatar NickolasHu commented on May 7, 2024

可以通过设置里面修改预览服务的端口号. 默认使用7001端口.

设置(command+,) -> Packages -> weex-run -> Settings -> Dumpling Port 中修改

from thera.

ggchxx avatar ggchxx commented on May 7, 2024
MacBook-Pro:~ zbmobi$ lsof -i :8555
MacBook-Pro:~ zbmobi$ lsof -i :8555
COMMAND   PID   USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
node    47974 zbmobi   29u  IPv6 0x76baf58df4105f1b      0t0  TCP *:d-fence (LISTEN)
MacBook-Pro:~ zbmobi$

已确认 不是端口占用的问题,还是上面的错误
配置也已更改

"*":
  "exception-reporting":
    userId: "8624b6a9-34b8-b896-083c-d4a171787ddd"
  "weex-run":
    defaultUDID: "D748CB21-59F2-4A4E-8AF9-C8FAFDA02720"
    dumplingPort: 8555

from thera.

778477 avatar 778477 commented on May 7, 2024

仍使用 8555端口配置启动。尝试访问 http://localhost:8555/,页面中是否展示出二维码?

能否提供完整的错误信息,有助于排查。

from thera.

zhaoweijing2003 avatar zhaoweijing2003 commented on May 7, 2024

啥时候能推出对windows的支持,如果能做出类似微信小程序IDE那样就太好用了

from thera.

778477 avatar 778477 commented on May 7, 2024

windows 版本,项目成员正在支持开发中。。

from thera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.