为什么本地开发服务器不能使用Yesod?

时间:2012-10-01 03:39:16

标签: windows haskell windows-8 yesod

我在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

为什么会出现这种情况以及我可以采取哪些措施来解决问题?

1 个答案:

答案 0 :(得分:2)

Warp引入了一个错误,导致Windows出现问题,并在一周前修复。 yesod-platform的最新版本应解决此问题(它在Windows中可以正常运行以进行测试)。