irssi-relay
irssi-relay copied to clipboard
Error connection
Hi,
I got this error:
10:53 -!- Irssi: Failed to initialize server, please check your /set ipw_ settings: Can't create listen socket: Cannot assign requested address at
/usr/local/share/perl/5.26.0/Mojo/IOLoop.pm line 126.
the parts from my config
65 Irssi::settings_add_str('irssi_proxy_websocket', 'ipw_host', '5.1.76.123');
66 Irssi::settings_add_int('irssi_proxy_websocket', 'ipw_port', ***);
67 Irssi::settings_add_bool('irssi_proxy_websocket', 'ipw_ssl', 1);
68 Irssi::settings_add_str('irssi_proxy_websocket', 'ipw_cert', '');
69 Irssi::settings_add_str('irssi_proxy_websocket', 'ipw_key', '');
70 Irssi::settings_add_str('irssi_proxy_websocket', 'ipw_password', '****');
71 Irssi::settings_add_str('irssi_proxy_websocket', 'ipw_docroot', File::Spec->catdir(dirname(__FILE__), 'client'));
You seem to have blanked out the port number. While not too important, can you confirm that the port number is not less than 1024? Such port numbers can only be used by superuser processes.
Sorry for my late answer. I added a port I only changed it with stars for this issue.
Am 28. Oktober 2017 01:31:51 MESZ schrieb aquanight [email protected]:
You seem to have blanked out the port number. While not too important, can you confirm that the port number is not less than 1024? Such port numbers can only be used by superuser processes.
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/rburchell/irssi-relay/issues/16#issuecomment-340120819
-- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.