-
-
Notifications
You must be signed in to change notification settings - Fork 3
Troubleshooting
The simplest troubleshooting is to just do these steps in this order:
- Check the configuration in the GoXLR App:
System -> Global Setting -> Connect/Reconnect to Streamdeck App
.
- Should either be unchecked
Streamdeck on Non-GoXLR PC
(if on same PC)- or IP Address should be set to correct PC.
- Exit TouchPortal
- Start TouchPortal again
- Exit the GoXLR App
- Start the GoXLR App again
From
cmd.exe
, rundotnet --list-runtimes
.
For plugin: It should sayMicrosoft.NETCore.App 5.0.0
or a higher number than5.0.0
.
For tooling: It should sayMicrosoft.WindowsDesktop.App 5.0.0
or a higher number than5.0.0
.
In the Task Manager, you should have a process called
GoXLR.Plugin.exe
If it hasGoXLR.Worker.exe
you are running an really old version (uninstall it).
From
PowerShell.exe
run the commandGet-Process -Id (Get-NetTCPConnection -LocalPort 6805).OwningProcess
.
It should print something like (numbers will be different):
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName 327 33 14764 20176 0.23 30680 1 GoXLR.Plugin
From
PowerShell.exe
run the commandGet-Process -Id (Get-NetTCPConnection -RemotePort 6805).OwningProcess
.
It should print something like (numbers will be different):
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName 681 41 115680 136012 0.80 33144 1 GoXLR App
You should se one (or more, if multiple is connected) client on the GoXLR Multiple -> <Action Name>
Client dropdown.
Alternatively you can use one of these two stats to show statistics about the clients connected.
If not connected, you can try the connect/reconnect (secret) button in the GoXLR App.
See Firewall Wiki page
Or test with Tooling (TODO: need to write a Wiki for this also).
If the toolingWindows.GUI.Tooling.GoXLR.Simulator
can connect, the issue is most likely with theGoXLR App
.
See local-host-only configuration.
Try pinging your computer to see if you can find it on the network. You might need to open for ping:
- run
wf.msc
or go to theadvanced firewall
- Select Inbound Rules
- Enable rule
File and Printer Sharing (Echo Request - ICMPv4-In)
You can try pinging from another machine, or using an application like Ping Lite from your phone. If you cannot ping your computer, then you need to start looking for issues in your network. :(
Nothing here yet, tips and feedback is welcome.