Open kapiszon53 opened 3 days ago
hi! In the container log does it tell you that it has connected to the websocket?
Yes it does
the app and tvheadend are on the same machine? I mean if they have the same IP and different ports
They are on the same host within different docker containers
Can you send me what the backend receives from the websocket? I'll write you the steps:
docker exec -i -t tvspy /bin/sh
-> tvspy is the name of your containervi /app/backend/src/routes/subcriptions.js
console.log(rawMessage)
exit
to exit the containerdocker restart tvspy
And now pass me what appears in the docker log when you start a reproduction
thank you!
pd: If you have Telegram you can write to me there and we can see it faster. @alebupal is my username.
So this is the output, fresh after container restart and starting one reproduction:
I am seeing that the connection to the socket is correct. You have data in the "Registry" option, right?
Yes, everything else seems to be working well. Just no active plays
Ok, so it's a front-end problem. What browser do you use?
If you open the element inspector (right click on the web, inspect) you get this comment?
WebSocket - Conectado al servidor
I do. I am using Chrome:
edit: I also tried incognito and edge, same behavior
Ok, I'm going to prepare a new version in the next few days so I can activate a debug mode to see the trace of where it fails. In the frontend it's not so easy to modify files and see the error.
Looking forward to that, thanks. Let me know if you need more information and I'll provide
I have added the debug mode in the :dev tag, I still need to test a few things but you can already see the trace in the inspector to see if we can find the problem.
Hi, first of all thanks for developing this, I was waiting long time for a good statistics app.
My issue is that the app is not showing active plays. Everything else seems to be working fine. When I change the channels, this appears for a second and then disappears, showing "No active plays" despite playing a channel:
Thank you!