-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote end closed connection without response #122
Comments
Hi, were you able to fix this ? I have the same problem :/ |
No 😢 |
@FalkTannhaeuser sorry for the ping. |
Hey, so in my case I was able to fix it, it was because I was using the wrong port which was not the ONVIF one. For some reason my ONVIF was not set on port 80 but on 8080. |
Tried them, but no luck with any 😕 All returned a Being a cheap and generic camera, maybe the manufacturer didn't implement onvif protocol entirely. But since another piece os software could communicate with it, i feel like something is slightly misconfigured on the WSDLs (nice you could get yours working 🎉) |
I'm using this gist to test ONVIF support for my camera to add it to Frigate.
I've looked inside the request in Wireshark to check if there was something different being sent from the script comparing it to Onvif Device Manager, which is able to successfully control the camera, but I could not spot anything different between them
Here is a successfull request made by Onvif Device Manager. Could not replicate a
GetConfigurations
request on ODMAnd here a request made by the script
Also, on
OnvifCamera
constructor there is aGetCapabilities
call which responds successully, which makes me think everything is setup correctly, and maybe the problem is on my cameraMy camera is a cheap and generic bulb camera.
I'm not very used to Python and WSDL, so this might be a dumb thing I'm missing
I also tried the #91 changes too, but it results in the same error anyway, although the
CreatePullPointSubscription
endpoint also receive no response too.The text was updated successfully, but these errors were encountered: