Sending an ALERT -> Web: error: No stream: 12057

GatVlieg

n3wb
Joined
Feb 24, 2017
Messages
8
Reaction score
2
Location
Isla de Muerte
Hi All

Getting the following error when trying to send an ALERT via BI 5..3.7.6 x64

1609439337065.png

I am trying to send a " Web request or MQTT" type alert.

1609439736759.png

The full command is as follows (private keys have been <OMITTED>):
<OMITTED>&secret_token=<OMITTED>&monkey=allechos-monkey&announcement=Motion%20detected%20in%20Tanya%20apartment

As can be seen the command is properly "escaped."

This works in Edge, Chrome and Firefox; Edge shown below

1609440023429.png

Does anybody have an idea what the cause of the error is or how to fix it?

Thanks in advance.
 

animous

n3wb
Joined
Apr 5, 2020
Messages
8
Reaction score
2
Location
Canada
Sorry for reviving an old thread, but I'm having the exact same issue and this is the only result in Google. I'm trying to send an alert to a Node Red http-in. The request works fine in a browser, but Blue Iris says "Web: error: No stream: 12057". Anyone know how to fix this?

@GatVlieg did you ever figure it out? Thanks!
 

animous

n3wb
Joined
Apr 5, 2020
Messages
8
Reaction score
2
Location
Canada
Non-encrypted http is working fine, so I'm using that as a temporary workaround.

I suspect my self-signed https certs might have been making Blue Iris unhappy.
 

animous

n3wb
Joined
Apr 5, 2020
Messages
8
Reaction score
2
Location
Canada
In case this can help someone else, I confirm my original self-signed https certs were the issue.

I'd initially used mkcert, but restarted from scratch using caman to generate a proper CA and host. Imported the ca.crt.pem to Trusted Root Certification Authorities on the Blue Iris windows machine. Added host.key.pem and host.crt.pem to the nodered docker container and edited settings.json to use them. If it worked, Chrome will also show a proper lock.

Unfortunately this doesn't explain why OP's setup wasn't working, as voicemonkey.io has valid certs from Cloudflare.
 
Top