Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win11 打开后,出现空白页面后闪退。 #313

Open
1 task
make-process-everyday opened this issue May 21, 2024 · 5 comments
Open
1 task

win11 打开后,出现空白页面后闪退。 #313

make-process-everyday opened this issue May 21, 2024 · 5 comments
Labels
Bug Something isn't working

Comments

@make-process-everyday
Copy link

make-process-everyday commented May 21, 2024

  • 你是否在现有 Issue列表 中搜索过相同问题? 没有

Ⅰ. 请说明操作系统及DS的版本号:

  1. 操作系统: Windows 11 专业版
  2. DS版本号: DevSidecar-1.8.1

Ⅱ. 问题描述:

image

Ⅲ. 期望的结果:

能够正常打开页面

Ⅳ. 如何复现问题?

打开时即可出现

Ⅴ. 请提供相关的错误日志,尽可能的详细:(日志文件在 ${user.home}/.dev-sidecar/logs/ 目录下)

Ⅵ. 有必要时,请提供 ${user.home}/.dev-sidecar/running.json 文件内容:

{
  "server": {
    "intercepts": {
      "github.githubassets.com": {
        ".*": {
          "sni": "baidu.com"
        }
      },
      "camo.githubusercontent.com": {
        ".*": {
          "sni": "baidu.com"
        }
      },
      "collector.github.com": {
        ".*": {
          "sni": "baidu.com"
        }
      },
      "www.gstatic.com": {
        "/recaptcha/.*": {
          "proxy": "www.recaptcha.net"
        }
      }
    },
    "dns": {
      "mapping": {
        "*.jetbrains.com": "quad9",
        "*.azureedge.net": "quad9",
        "*.stackoverflow.com": "quad9"
      },
      "speedTest": {
        "interval": 300000
      }
    }
  },
  "proxy": {
    "excludeIpList": {
      // Github文件上传所使用的域名,被DS代理会导致文件上传经常失败,从系统代理中排除掉
      "objects-origin.githubusercontent.com": true
    }
  },
  "plugin": {
    "overwall": {
      "targets": {
        "*.github.com": true,
        "*github*.com": true,
        "*.wikimedia.org": true,
        "*.v2ex.com": true,
        "*.azureedge.net": true,
        "*.cloudfront.net": true,
        "*.bing.com": true,
        "*.discourse-cdn.com": true,
        "*.gravatar.com": true,
        "*.docker.com": true,
        "*.vueuse.org": true,
        "*.elastic.co": true,
        "*.optimizely.com": true,
        "*.stackpathcdn.com": true,
        "*.fastly.net": true,
        "*.cloudflare.com": true,
        "*.233v2.com": true,
        "*.v2fly.org": true,
        "*.telegram.org": true,
        "*.amazon.com": true,
        "*.googleapis.com": true,
        "*.google-analytics.com": true,
        "*.cloudflareinsights.com": true,
        "*.intlify.dev": true,
        "*.segment.io": true,
        "*.shields.io": true,
        "*.jsdelivr.net": true
      }
    }
  }
}
@make-process-everyday make-process-everyday added the Bug Something isn't working label May 21, 2024
@wangliang181230
Copy link
Contributor

上面两个日志文件中,并没有发现错误信息。还有没有一个 server.log 啊?

@wangliang181230
Copy link
Contributor

wangliang181230 commented May 21, 2024

如果没有的话,右键DS的小图标,点 DevTools,看看能不能打开控制台?看看有没有异常信息。

@make-process-everyday
Copy link
Author

没看到server.log 了。
image

右键DS的小图标, 这个 DevTools 是需要另外安装的么,还是右键自带的呢。没看到了。
image

@wangliang181230
Copy link
Contributor

这个小图标,不是exe文件。
图片

@make-process-everyday
Copy link
Author

小图标看着没有了, image

我这个配置下面没有 json 和 running.json 的文件了。之前那个是我自己从代码库里下载了一个。
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants