Hyrules
Hyrules
It is possible to modify WinHue to allow hostname. I can certainly do it but it still remain a setting in the app and not related to the bridge. 
I will need the full log.
First error : Did you edit the settings files manually ? the AllonTT has a limit of an int16 and 4294967295 is an automatic overflow because it's bigger that 32767....
you can edit the WinHueSettings.set file manually and remove the AllonTT or change it to 65530. What is the version of your bridge api ? This might be the issue...
Nah it's my bad it's not 65000 but 32000 it's a int16 and 2^16 is 65535 but int is also negative so it's -32768 to 32768 but this value cannot...
[WinHue 3.0.4804.0 Setup.zip](https://github.com/Hyrules/WinHue/files/4017082/WinHue.3.0.4804.0.Setup.zip) Here you go. You can try this version and let me know what happens.
This seems to me that there are some files missing in your .net version System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.Http This is not normal and not a bug...
Not a problem with WinHue. This a problem with .net framework. Even if you reinstall WinHue you will not fix this. You need to reinstall .Net Framework. This is... if...
Yes I need a log file from WinHue in order to find the problem. It's located in the appdata\roaming\winhue\log folder
Got it you can remove it. This is not related to the current issue. Can you open a new issue and fill the form I will see what I can...