4

我在 Windows 8 上运行最新版本的 Yesod 和 Haskell 平台。

我用 yesod init 创建了一个新的脚手架项目,然后在项目目录中执行以下命令:

cabal install
yesod devel

Yesod devel 回应

Devel application launched: http://localhost:3000

但是,当我使用 Chrome 访问 localhost:3000 时,会出现以下错误:

Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

这与随机 localhost 端口不同(仅提供以下内容):

Oops! Google Chrome could not connect to localhost:3010

任何想法为什么会出现这种情况以及我能做些什么来解决它?

4

1 回答 1

2

Warp 中引入了一个导致 Windows 出现问题的错误,并在大约一周前修复。最新版本的 yesod 平台应该可以解决这个问题(它在我的测试中在 Windows 中正常工作)。

于 2012-10-15T07:56:57.910 回答