-
Notifications
You must be signed in to change notification settings - Fork 2
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
XML::Simple issue #6
Comments
I try to support it, but with two small children my time is very limited and I don't really have TV access ;p When do you get this error? And what file? |
I have been getting this error too occasionally for a few years. Can't figure out anything common about the files it has trouble with. I suspect it was an update to XML::Simple or TVDB::API modules at some stage. INFO: Currently checking file: Star.Trek.S02E01.Amok.Time.1080p.AMZN.WEB-DL.DDP5.1.H265-SiGMA.mkv Appreciate you have taken on this project and your limited time! |
I have not managed to fix this yet, but TVDB::API module have not been updated in ages (like 9 years from what I can see). It might have something to do with this: In any case I think the problem is in TVDB::API or the official API, so it is hard to fix without doing a lot of work :( |
Yes definitely TVDB:API. I followed the steps from https://forum.kodi.tv/showthread.php?tid=75949&pid=2913385#pid2913385 and it has resolved it for me :)
if ($xml =~ s/<\/Data><\?xml.*?Banners>|<\/Banners><\?xml.*?Actors>//gs) {
$xml =~ s/<\/Actors>$/<\/Data>/s;
}
$xml =~ s/<\/Data><Banners>.*/<\/Data>/; #<----ADD THIS LINE
Hope this helps! |
Error at line 260
Anyone still support this repo?
The text was updated successfully, but these errors were encountered: