You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
Hi, I am having a simple but strange error. I can get everything to work but the python script is erroring out. It can't find the file on line: check = sp.Popen(shlex.split("{0} devices".format(self.config["location"])), stdout=sp.PIPE, stderr=sp.PIPE). Exact error is "FileNotFoundError"
I have download adb, I can see my devices through the Powershell, I have set up the IP cam, I can the IP cam as a browser in OBS. The JSON is configured to the address of the adb.exe (and it's reading the JSON as it shows up in the debugger). Correct port (default of 8080).
Hi, I am having a simple but strange error. I can get everything to work but the python script is erroring out. It can't find the file on line: check = sp.Popen(shlex.split("{0} devices".format(self.config["location"])), stdout=sp.PIPE, stderr=sp.PIPE). Exact error is "FileNotFoundError"
I have download adb, I can see my devices through the Powershell, I have set up the IP cam, I can the IP cam as a browser in OBS. The JSON is configured to the address of the adb.exe (and it's reading the JSON as it shows up in the debugger). Correct port (default of 8080).