Metadata:
- OS: Linux Debian Sid
- Mono version: 6.8.0.80
Issue:
When running build.sh (I had to also use the workaround stated in #116, maybe that is the reason for my issue) no browser opens by default and goes to the slideshow.
Furthermore, manually opening the browser (any, I've got Firefox, Chromium and Google Chrome) and navigating to either localhost:8083 or 127.0.0.1:8083 gets a response that, (on Firefox) the connection was reset, (on Chrom* family) the localhost server didn't send any data.
Clicking any key to end the presentation than throws an error:
1) System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'FileSystemWatcher'.
at System.IO.FileSystemWatcher.set_EnableRaisingEvents (System.Boolean value) [0x00013] in <5ddccb0244894a3db95fe3ed17856fcc>:0
at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher.set_EnableRaisingEvents(bool)
at Fake.ChangeWatcher+WatchChangesWithOptions@113-6.System-IDisposable-Dispose () [0x00021] in <574c61baccf1c534a7450383ba614c57>:0
at FSI_0005.Build+clo@132-5.Invoke (Microsoft.FSharp.Core.Unit _arg2) [0x00082] in <4423ec592ffc4fa682eb02d63f9d6136>:0
at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <574c61baccf1c534a7450383ba614c57>:0
Metadata:
Issue:
When running
build.sh(I had to also use the workaround stated in #116, maybe that is the reason for my issue) no browser opens by default and goes to the slideshow.Furthermore, manually opening the browser (any, I've got Firefox, Chromium and Google Chrome) and navigating to either
localhost:8083or127.0.0.1:8083gets a response that, (on Firefox) the connection was reset, (on Chrom* family) the localhost server didn't send any data.Clicking any key to end the presentation than throws an error: