You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happstack 7.7.1.1
Something went wrong here
Internal server error
Everything has stopped
The error was "<stderr>: hPutChar: invalid argument (invalid character)"
I think it's having issues with the UTF-8 for the single close quote character. However, this error doesn't actually appear in the log, the log entry just gets truncated and the following request doesn't happen at the start of the line. It is also a difference in behavior between debug and non-debug, since the non-debug invocation can access the appropriate file.
I am not a Haskell programmer. I managed to get stack installed and built gitit, then only just got it working an hour ago (due to gitit demanding grep to be on the path, an undeclared-in-the-docs dependency that I fixed by installing msys2). I don't know what specifically the problem is here, particularly since Windows 10 supports Unicode in its console.
I found this problem while putting gitit through its paces. Is there a test suite?
The text was updated successfully, but these errors were encountered:
Output from log:
Error that happstack shows:
I think it's having issues with the UTF-8 for the single close quote character. However, this error doesn't actually appear in the log, the log entry just gets truncated and the following request doesn't happen at the start of the line. It is also a difference in behavior between debug and non-debug, since the non-debug invocation can access the appropriate file.
I am not a Haskell programmer. I managed to get stack installed and built gitit, then only just got it working an hour ago (due to gitit demanding grep to be on the path, an undeclared-in-the-docs dependency that I fixed by installing msys2). I don't know what specifically the problem is here, particularly since Windows 10 supports Unicode in its console.
I found this problem while putting gitit through its paces. Is there a test suite?
The text was updated successfully, but these errors were encountered: