Skip to content
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

Issues with updating local and remote history #1033

Closed
MoojMidge opened this issue Dec 20, 2024 · 5 comments
Closed

Issues with updating local and remote history #1033

MoojMidge opened this issue Dec 20, 2024 · 5 comments

Comments

@MoojMidge
Copy link
Collaborator

The only problem I have now is that it isn't updating my History on YouTube. I have "Use local playback history (watched, resume tracking)" and "Update playback history on YouTube" enabled under Advanced settings.

Also, if you have auto-play recommended. It appears to not include that in the local history.

Originally posted by @jemiller00 in #953 (comment)

@MoojMidge
Copy link
Collaborator Author

Please provide a debug log (https://kodi.wiki/view/Log_file/Easy) where the local remote history is not updated:

  1. Start a video manually
  2. Wait 30s
  3. Skip to the end
  4. Allow the recomended next video to start automatically
  5. Allow video to play for 30s
  6. Stop playback
  7. Open local history
  8. Open remote history on YouTube website and check if it was updated.

@jemiller00
Copy link

kodi.old.log

Thanks for your help. Here is my log file. I didn't bother with the automatic play next video. I decided I don't want that enabled anyway. It's not storing manually selected videos on the YouTube website.

It seems like the settings in the UI don't match up with what's happening. Because I had the config HTTP server enabled and it was giving me an error, which you can see in the log about not being able to assign an address. I disabled that and rebooted multiple times and it is still giving me the error. As near as I can tell, that isn't actually causing a problem, but, it was displaying a temporary message on the screen about it.

I'm wondering if there is something similar going on with the setting for saving the history to YouTube.

@MoojMidge
Copy link
Collaborator Author

You aren't actually using the latest release. Update and the issue should be resolved.

https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v7.1.1.6

As for the HTTP server error, you have configured it to listen on 192.168.1.137 which is not accessible. Try 127.0.0.1 or your actual local IP address.

@jemiller00
Copy link

Thanks, I will try the new version. I'm surprised there is already a new version. I just installed what I thought was the latest the other day. Maybe, I missed the latest one.

The issue with the HTTP error is that the HTTP server setting is off. Yes, it has a custom IP address in it, but, the server setting itself is disabled. So, it shouldn't be trying to bind to that address. The reason I entered that address is that as far as I could tell, it wasn't listening on all interfaces when the IP address was set to 0.0.0.0. I want to say I saw something somewhere that it was a bug that was fixed.

@MoojMidge
Copy link
Collaborator Author

the HTTP server setting is off
the server setting itself is disabled. So, it shouldn't be trying to bind to that address.

There is no setting to turn the HTTP server off, what setting are you referring to? The server is started and used if required, rather than being configurable, because if the server isn't available then various playback functions won't work as shown in your log.

The reason I entered that address is that as far as I could tell, it wasn't listening on all interfaces when the IP address was set to 0.0.0.0.

Listening on 0.0.0.0 is not the same as making a request to 0.0.0.0, which is not possible.

For reasons that I don't fully understand some systems don't have a functional loopback interface or otherwise respond to broadcasts using a connected physical interface with an external address in preference to a local address.

Is 192.168.1.137 your actual local address? If it is, then for some reason it can't be connected to using port 50152.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants