From 85653151349aa21ada8745a6ddccb2d4403cb746 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Tue, 10 Mar 2015 12:25:20 +0000 Subject: [PATCH] Update README --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index ad0e16cd..9ccd36ac 100644 --- a/README.md +++ b/README.md @@ -49,22 +49,6 @@ Got a bug? [Raise an issue](https://github.com/canton7/SyncTrayzor/issues), prov Want to make a contribution? Fantastic, and thank you! Please read [Contributing](https://github.com/canton7/SyncTrayzor/wiki/Contributing) first. -Known Issues ------------- - -There are a couple of knows issues with SyncTrayzor. Fixes are on the way, but until then here's a heads-up: - - - SyncTrayzor can't currently handle the HTTP Basic Authentication which Syncthing uses to password-protect the GUI. - The symptoms are the UI not loading, or showing 'Not Authorized' (if it's not loading, go to Syncthing -> Refresh Browser and 'Not Authorized' should appear). - The short-term fix is to either remove the password-protection on the GUI, or use an external browser (go to Syncthing -> Open External Browser). - See [Issue #13](https://github.com/canton7/SyncTrayzor/issues/13). - - - SyncTrayzor executes Syncthing from AppData, which some anti-malware tools won't allow. The symtom is an exception with the message - "System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator" when trying to - start Syncthing. Better error reporting is on its way, but please whitelist `C:\Users\\AppData\Roaming\SyncTrayzor\syncthing.exe` (if you used the installer, - otherwise whereever your portable installation is) in your anti-malware program's settings. See [Issue #12](https://github.com/canton7/SyncTrayzor/issues/12). - - What will SyncTrayzor do to Syncthing? --------------------------------------