YouTube: PHP - Nightbot [Error Connecting To WebProxy Service]

Hi all,

Okay. I’m calling a script on my server like so:

$(urlfetch http://xxxxxxx/myscrip.php?user=$(querystring $(user))&userid=$(querystring $(userid))&action=$(querystring $(touser)))

All is working fine as long as I’m echoing back info.

IE: echo "hello " . $_GET["user"]);
After this the “myscrip.php” script does it thing with the other posted querystring’s. (userid / and action)

Now I do not want NightBot to respond back to the user, so I removed the echo part.

Unfortunately I get an error ​[Error Connecting To WebProxy Service] from NightBot!
Note: The script continues to works fine after this!

Does NightBot need a response back to not throw this error?
Can I silence NightBot? ( dev/null ) ??

Hiya, to supress the Nightbot response, return with a space, echo ' ';

1 Like

Thank you. Testing now !

Looks like it’s working!
Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.