• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 52
Release Netflix style next up notification
Code:
14:48:46 T:4208   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndentationError'>
                                            Error Contents: ('unindent does not match any outer indentation level', ('C:\\Users\\***\\AppData\\Roaming\\Kodi\\addons\\service.nextup.notification\\resources\\lib\\Player.py', 168, 80, '                        currentepisodeid = result[ "result" ][ "item" ][ "id" ]\n'))
                                            Traceback (most recent call last):
                                              File "C:\Users\***\AppData\Roaming\Kodi\addons\service.nextup.notification\service.py", line 15, in <module>
                                                from Player import Player
                                            IndentationError: ('unindent does not match any outer indentation level', ('C:\\Users\\***\\AppData\\Roaming\\Kodi\\addons\\service.nextup.notification\\resources\\lib\\Player.py', 168, 80, '                        currentepisodeid = result[ "result" ][ "item" ][ "id" ]\n'))
                                            -->End of Python script error report<--

After adding that line i got crash at start. Any ideas?
Reply
Spaces are very important in Python, make sure all indentations are correct where you entered your changes.
Reply
Thanks, turned out I used some tabs instead of spaces. Works now, image isn't showing correctly, but that might have to do with the skin I'm using (Aeon Nox Silvo Mod).
Reply
(2015-06-28, 18:33)hahaikke Wrote: Thanks, turned out I used some tabs instead of spaces. Works now, image isn't showing correctly, but that might have to do with the skin I'm using (Aeon Nox Silvo Mod).


@im85288 can you change the first post and add comments about this will only work on supported skins and isengard version of kodi ?
Reply
It should be working fine on Helix (was when I tested last), though I am using isengard now. It "should" also work fine on any skin with the default dialogs provided with the addon.

Is this contrary to what you have experienced?
Reply
With Isengard (nightlies june 28th), it works ok but there is not thumbnail for next episode.

It is working for anyone?

Does anyone make a mod for cirrus extended or other skin and want to share it to test?

thanks
Reply
The thumbnail is not shown with the default dialogs provided in this addon. Please see the FAQ where I mention that particular skin views should be requested in the appropriate skin thread. I would like to keep this thread for addon related issues thanks.

Oh and as for mods for other skins, there's a different version in my mod (see signature), and I've seen lots floating about in skins like aeon nox, ftv, rapier etc etc
Reply
(2015-06-26, 02:07)GoDodgerz Wrote: I am having an issue were Nextup is crashing Kodi every time it attempts to autoplay the next show in a TV series. I tried to disable/remove the add-on but it is required for your skin mod. Can anyone please look at the log and tell me how to fix it, or can this be a elective feature that can be toggled off in the future?

Crash Log

Here is an updated log file with debug enabled for Nextup

Please help I cannot figure out what the issue is.

Updated Log File
Reply
(2015-06-28, 20:16)im85288 Wrote: It should be working fine on Helix (was when I tested last), though I am using isengard now. It "should" also work fine on any skin with the default dialogs provided with the addon.

Is this contrary to what you have experienced?

All of my set ups are on isengard. I was referring to the test results from @mgonzales earlier in this thread.Could anyone not using Emby confirm this is working on Helix ?
Reply
(2015-06-29, 04:05)GoDodgerz Wrote:
(2015-06-26, 02:07)GoDodgerz Wrote: I am having an issue were Nextup is crashing Kodi every time it attempts to autoplay the next show in a TV series. I tried to disable/remove the add-on but it is required for your skin mod. Can anyone please look at the log and tell me how to fix it, or can this be a elective feature that can be toggled off in the future?

Crash Log

Here is an updated log file with debug enabled for Nextup

Please help I cannot figure out what the issue is.

Updated Log File

Very strange, the log does not reveal anything out of the ordinary. I see your running a nightly OS X build. Is there any chance you can test on windows/Linux? This addon simply calls the play method via JSON.
Reply
(2015-06-29, 11:34)im85288 Wrote:
(2015-06-29, 04:05)GoDodgerz Wrote:
(2015-06-26, 02:07)GoDodgerz Wrote: I am having an issue were Nextup is crashing Kodi every time it attempts to autoplay the next show in a TV series. I tried to disable/remove the add-on but it is required for your skin mod. Can anyone please look at the log and tell me how to fix it, or can this be a elective feature that can be toggled off in the future?

Crash Log

Here is an updated log file with debug enabled for Nextup

Please help I cannot figure out what the issue is.

Updated Log File

Very strange, the log does not reveal anything out of the ordinary. I see your running a nightly OS X build. Is there any chance you can test on windows/Linux? This addon simply calls the play method via JSON.

I am running OS X El Capitan which is obviously a beta OS I wonder if that is causing an issue.
Reply
(2015-06-29, 19:46)GoDodgerz Wrote:
(2015-06-29, 11:34)im85288 Wrote:
(2015-06-29, 04:05)GoDodgerz Wrote: Here is an updated log file with debug enabled for Nextup

Please help I cannot figure out what the issue is.

Updated Log File

Very strange, the log does not reveal anything out of the ordinary. I see your running a nightly OS X build. Is there any chance you can test on windows/Linux? This addon simply calls the play method via JSON.

I am running OS X El Capitan which is obviously a beta OS I wonder if that is causing an issue.

Fix coming soon ... just testing it now
Reply
(2015-07-02, 17:35)bigpanda Wrote: Fix coming soon ... just testing it now

Great stuff bigpanda, just be careful as it's still a beta version of the OS X operating system so things may still change.
Reply
Feature request:
Please add an option to choose when and for how long the popup will appear.

Now if select 30 seconds that means the popup will appear 30 seconds before episode end and will remain there until the end.
It will be great to have an option like this:
1 minutes before episode end, show popup for 10 seconds.

I think it will be extremely useful for episode with "On the next episode" segment.
Also it's feels more like real TV.
Reply
(2015-07-04, 11:28)psike Wrote: Feature request:
Please add an option to choose when and for how long the popup will appear.

Now if select 30 seconds that means the popup will appear 30 seconds before episode end and will remain there until the end.
It will be great to have an option like this:
1 minutes before episode end, show popup for 10 seconds.

I think it will be extremely useful for episode with "On the next episode" segment.
Also it's feels more like real TV.

^Some good stuff here! Smile
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 52

Logout Mark Read Team Forum Stats Members Help
Netflix style next up notification7