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

No SBS6 programs...? #723

Closed
basrieter opened this issue Apr 15, 2016 · 22 comments
Closed

No SBS6 programs...? #723

basrieter opened this issue Apr 15, 2016 · 22 comments
Labels
bug Something isn't working

Comments

@basrieter
Copy link
Collaborator

Original report by Mike Bakker (Bitbucket: HHawk, GitHub: HHawk).


I checked kijk.nl but it was working there. Getting an error when trying to play something from SBS6.

"Eén of meer items konden niet worden afgespeeld, controleer......"

I checked the log (don't even know if I am checking the correct one) see attachment.

@basrieter
Copy link
Collaborator Author

Original comment by Mike Bakker (Bitbucket: HHawk, GitHub: HHawk).


RTL4,5, etc. are working without issues btw.

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Wrong log file. Please use the log file from the retrospect.log. Then location is written in the main Kodi.log.

@basrieter
Copy link
Collaborator Author

Original comment by Mike Bakker (Bitbucket: HHawk, GitHub: HHawk).


Well no mentions of the retrospect.log (or any other log) in the main kodi.log

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Find the locations here: http://www.rieter.net/content/xot/troubleshooting/

@basrieter
Copy link
Collaborator Author

Original comment by Mike Bakker (Bitbucket: HHawk, GitHub: HHawk).


checked there, but no logs in there.

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Could anyone of try out the Nightly/git version of Retrospect? It has a new version of PyAMF.

@basrieter
Copy link
Collaborator Author

Original comment by Michiel Ton (Bitbucket: michielton, ).


Sure thing, SBS6 items still throw an error.
Log: http://pastebin.com/d6jPD7sx

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Ok, I need to investigate a bit further. Will do so in the weekend.

@basrieter
Copy link
Collaborator Author

Original comment by Michiel Ton (Bitbucket: michielton, ).


Thanks Bas. Don't forget to take some time off. Cheers.

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Ok, I had a quick look, but did anyone try the kijk.nl website? I can't watch any streams from there at the moment. But, perhaps that is because I am in Denmark for work at the moment. Can anybody confirm this in NL?

@basrieter
Copy link
Collaborator Author

Original comment by Michiel Ton (Bitbucket: michielton, ).


I just tried and via kijk.nl everything seems to work just fine.

@basrieter
Copy link
Collaborator Author

Original comment by Mike Bakker (Bitbucket: HHawk, GitHub: HHawk).


Weird I mentioned it in my starting post that kijk.nl actually was working. :)
I will do some more digging why I can get find the logs though.

@basrieter
Copy link
Collaborator Author

Original comment by Michiel Ton (Bitbucket: michielton, ).


FYI: [Nightly/git version] [net.rieter.xot\resources\libs\streams\brightcove.py] [line 130]: Variable 'contentId' > max int value. Changing 'contentOverrides = [ContentOverride(int(contentId))]' to 'contentOverrides = [ContentOverride(str(contentId))]' fixed my problem for now.

@basrieter
Copy link
Collaborator Author

Original comment by Mike Bakker (Bitbucket: HHawk, GitHub: HHawk).


@michiel

Tried your solution for the normal version (non-nightly), but that resulted in SBS6 channel not to list anything anymore. Also shows an error in the kodi.log to the change I just made. Oh well, was worth a try anyways. :)

//update

Downloaded the brightcove.py from the nightly, made the change your suggested int > str. Uploaded it and now it works! Thanks man. My gf is now very happy. :)

@basrieter
Copy link
Collaborator Author

Original comment by Michiel Ton (Bitbucket: michielton, ).


@HHawk
What is the error in kodi.log? I've checked the non-nightly version of brightcove.py and the same fix should be applicable at line 126. But make sure the indentation of the code stays the same, with spaces not tabs.

Update
No problem, glad the issue is temporarily resolved!

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


I have to say "Thanks you" to @michielton for the fix. I will need to see how to fix this in just a channel update. More tomorrow when I am back in the Netherlands.

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Can you try reverting the BrightCove changes and try this chn_kijknl.py file? I think it should work.

@basrieter
Copy link
Collaborator Author

Original comment by Michiel Ton (Bitbucket: michielton, ).


Hi Bas, reverted the change in 'brightcove.py' and updated the 'chn_kijknl.py'. Restarted Kodi, started Retrospect, got a notification about channel initialization, watching an SBS6 item succeeded, so I think this issue can be fixed this way with a channel update.

P.S. Bas, I have a change request about pickle content, should I open a new issue for this? It's not really an issue but more a kind of disability. Please advise.

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Fixed: max int issue in BrightCove streamer (See #723)

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Fixed: most videos of Kijk.nl (SBS6/NET5/SBS9/Veronica) did not play (Fixes #723)
(cherry picked from commit 925067c)

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Fixed: most videos of Kijk.nl (SBS6/NET5/SBS9/Veronica) did not play (Fixes #723)

@basrieter
Copy link
Collaborator Author

Original comment by Bas Rieter (Bitbucket: basrieter, GitHub: basrieter).


Official update rolling out over the next 6 hours: http://www.rieter.net/content/2016/04/17/net-rieter-xot-channel-sbsnl-4-1-1-2/

@basrieter basrieter added major bug Something isn't working labels Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant