I've been looking at one of the 'competitor products', and ran across this in another forum.
I have 2 issues.
1) when i start up the Macro Deck Server application, it generates an error:
Code:
Failed to check for updates. Please make sure you have an internet connection and your filewall/anti virus isn't blocking Macro Deck Server.exe and Macro Deck Server Installer.exe
(it should be noted, that there is no "Macro Deck Server Installer" anywhere on my machine.)
When the error is generated on startup, a network scan (using fiddler) seems to indicate that it's trying to access a resource located at, with a 301 permanent redirect response in place:
Code:
http://macrodeck.org/services/installer/versions/version_release.ini
But when I try to access this resource via a browser, it gives me a 403 Access Denied.
When I try to use a tool like Insomnia, it give me an error that reads
Code:
Error: Peer certificate cannot be authenticated with given CA certificates
I can only presume that the 301 redirect is from HTTP to HTTPS, but the requested resource is inaccessible via HTTPS.
2) even with the firewall opened "wide open" for this application (public, domain and private, which is far more permissions that I want any application to have), I cannot connect from my android device.
Using a port scanner, I can see that port 50000 (as defined statically in the Macro Deck Server settings page) is open, and is currently being held by Macro Deck Server (and not something else).
I can connect to the open port using a local telnet tool from my windows machine (puTTY) and get a response that the port is open. I can also do the same from my android phone using ConnectBot.
But still, the MacroDeck app will not connect.