-
Notifications
You must be signed in to change notification settings - Fork 984
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
Socket issue still not connecting #9174
Comments
you need to make a git pull and try the test again for more clues. |
BTW, I guess your server is resolving IPv6, you should disable it and force IPv4 Certainly! Here’s a short guide on how to disable IPv6 on network interfaces only on Ubuntu: Step-by-Step Guide to Disable IPv6 on Network Interfaces
Optional: Make the Changes Persistent Across RebootsThe above steps should persist across reboots. However, if you want to ensure that IPv6 remains disabled, you can create or modify a configuration file in the
By following these steps, you will successfully disable IPv6 on network interfaces only on your Ubuntu system. |
I was thinking the IPv6 might have been the issue. Will give that a try soon. |
I did asked you to update a while ago and you still did not do it. Is hard to help you if you don't follow the instructions |
Sorry, I thought I did. Let me git pull real quick |
root@server:/var/www/html/AVideo# php /var/www/html/AVideo/plugin/YPTSocket/test.php |
This makes no sense the firewall says it is open |
That means your socket is not running Follow this https://github.com/WWBN/AVideo/wiki/Socket-Plugin#step-5-test-the-socket-connection |
Share the output of this command sudo php /var/www/html/AVideo/plugin/YPTSocket/server.php |
root@server:~# sudo php /var/www/html/AVideo/plugin/YPTSocket/server.php Fatal error: Uncaught ArgumentCountError: Too few arguments to function Socket\Message::__construct(), 0 passed in /var/www/html/AVideo/plugin/YPTSocket/server.php on line 176 and exactly 1 expected in /var/www/html/AVideo/plugin/YPTSocket/Message.php:23 |
Please read the output You are missing the php-sqlite3 |
I just facepalmed myself and did that. Thank you it is working now |
The text was updated successfully, but these errors were encountered: