-
Notifications
You must be signed in to change notification settings - Fork 41
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
Not playing next item #170
Comments
The log is mostly empty. Did you enable debug logging? |
Nope, sorry. |
I don't know who wrote this dogbin service, but it is unusable in Chrome. Is it mining bitcoins perhaps? How hard is it to create a service to show a text file in a browser without bringing the browser to a grinding halt. Sorry, try again. |
Maybe you can attached it to this issue instead? |
Not sure, used it for android logs. ix.io didn't work - I beileve the file was to large? (5.4mb) here is a github gist: https://gist.github.com/prydda/4cd7c341cb0d235a8a0f49c621525435 |
You can also attach it, see below: Attach files by dragging & dropping, selecting or pasting them. |
The only logged information from Up Next is receiving the information:
Which looks fine, but I see nothing else in the logs. Not even the notification itself, which is weird. I think we need to look at improving the default logging when debug logging is enabled. I also see from the debug logs we can improve how we read the settings, this is suboptimal and makes the logs more chaotic. |
I forgot put logging on from Up Next addon in the last log. Here is one with the same issue and debug on from Up Next - Settings - Expert - LogLevel Debug |
Ok, so this Kodi log includes this line:
Which instructs the calling add-on to start playing the next episode. So we have 2 possibilities:
Since we have unit tests for the former problem testing Addon Signals, I doubt this is the case. It would be best if the add-on devs could investigate what is going on in their add-on.
In v1.1.0 we added the possibility to have Up Next call the add-on directly to instruct it to play a specific episode, which is often more straightforward and easier. This would be something for the Embycon devs to consider. |
@faush01 is there something you can do? |
For completeness, we think it is better to not require Addon Signals, as it adds unneeded complexity if the add-on already has a Monitor or Player instance. And with the new addition of
|
The signals data approach should still work. |
Yes it should. But there is a known issue in the latest release. Not sure if it could be related. |
last night my other device (same OS - coreelec) and embycon plugin as playback content did actually play next episode from upnext addon as it should? - I will compare the settings and report back. |
It would be nice to get to the bottom of this before we are releasing v1.1.1. |
So, I am sorry, I have no idea what Emby or Embycon exactly is so have a hard time to relate to the issue at hand. |
Please test the upcoming v1.1.3 release by testing PR #217 and reporting back. |
I think I have a similar (if not the same) issue. UPDATE: reported the same issue in the skin kodi forum thread and got this reply from the embuary skin developer |
Your issue is seemingly unrelated. What you are likely seeing is this issue: #255 Has been fixed but a new release needs to be pushed out. |
that's great news! but can I try it before it is pushed out? The link of the update you aded in the other issue, seems not be valid anymore |
You can download the latest code from this repository directly, but as you are using Kodi 19 you will either need to execute the makefile or modify the addon.xml file: Line 4 in b5df61f
So that it reads |
I am having this issue "Not playing next item" with two addons, Seren and Asgard. Environment is Xubuntu 20.04, Kodi 19.5, current stable release of both addons. I will try to get a debug level log uploaded here today. |
This issue was about Embycon and, as far as I know, has been resolved. If you are having issues with other video plugins, then a log is needed. That being said, I'm pretty sure none of the video plugins you mentioned support the use of Up Next, and instead handle playback of the next video themselves. |
Using Embycon to playback and embuary skin.
I'm getting the popup to play next episode but it never does, it jumps back to current season.
logfile: http://ix.io/2bxL
The text was updated successfully, but these errors were encountered: