Buzzen Forum
User Forum => Help & Support => Topic started by: g33k™ on August 09, 2024, 12:38:23 pm
-
Wes, err0r, chain
Since the migration to another server (my guess, been away all week) I noticed when I make a test room w/ my script, I get * Error on socket; CHAN.%#testXXXXX 4 - Network error* Has something changed that I need to change in my script to connect? If so what needs to be changed/edited?
-
nothing has changed on the chat side of things. So anything your script does to create/join a room shouldn't be affected.
-
My script was working just fine until the migration. I tried on my gamer laptop and get the same message above...so something changed.
-
* Attempting to join %#Buzzen\bSports\bBar, please wait, this could take a moment. If you find nothing happens, please re-attempt to join again. It's, more than likely, a problem with the server.
-
* Error on socket; CHAN.%#Buzzen\bSports\bBar 4
-
Different script than mine, same connection issue.
-
I am also experiencing this issue as well and can't join my scripts.
-
Please advise on next steps
-
you can try changing your connection from irc.buzzen.net to irc.buzzen.com or use the ip information that you can get from Techgear007 @ https://www.tg007.net/forum/index.php?/topic/16353-ircwx-networks-connection-information/
-
I tried what you have at TG007. I changed the buzzen.net to irc.buzzen.com with the 7778 port and I tried the other one as well, is there something else I'm missing??
-
irc.buzzen.com 6667 should work just fine, 7778 would always work i think but it's the websocket for webchat so might not on scripts I don't know for sure I've only ever used 6667 on scripts
-
I downloaded this version from tg007 - > https://www.tg007.net/file-1689
Opened up GlobalSettings.ini in the data folder. Changed IRC_SERVER_PORT to irc.buzzen.com:6667
Added a buzzen passport and it connected.
edit* I have fixed the download to use .com
-
Thanks for the guidance error
-
This works also /writeini data\GlobalSettings.ini CONNECTION IRC_SERVER_PORT 167.114.203.97:6667
type in status box
-
I'm having this issue again, even with the changes suggested above.
if (!$Item_Exists(CONNECTION, IRC_SERVER_PORT)) MainSettings CONNECTION IRC_SERVER_PORT irc.buzzen.com:6667
* Attempting to join %#testXP, please wait, this could take a moment. If you find nothing happens, please re-attempt to join again. It's, more than likely, a problem with the server.
-
* Error on socket; CHAN.%#testXP 4
-
Did you ever get it fixed g33k?
-
Ya I have it fixed.