reverendj1 / kodi-couch-ripper

Kodi addon for ripping DVDs/Blu-rays.
MIT License
10 stars 4 forks source link

Cannot get it to work #2

Closed la32094uf closed 9 years ago

la32094uf commented 9 years ago

It leads to an error within Kodi. Hope you can squeeze down this problem?

Macmini (20:20): 19:51:11 T:4515958784 NOTICE: Thread LanguageInvoker start, auto delete: false 19:51:11 T:4515958784 NOTICE: -->Python Interpreter Initialized<-- 19:51:13 T:4515958784 NOTICE: script.couch_ripper-0.1.5 : Beginning Rip. Command: nice -n -19 "/Applications/MakeMKV.app/Contents/MacOS/makemkvcon" mkv --decrypt disc:0 all --minlength=2700 "/Users/macmini/Desktop/Temp/" 19:51:13 T:4515958784 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

reverendj1 commented 9 years ago

I think that makes you my first Mac user. I see what the issue is, apparently Kodi for Mac uses an old version of Python. I should be able to code around this though. Hopefully it won't cause another issue further down in the plugin. I'll look into it. Thanks for letting me know.

jknight2014 commented 9 years ago

Are you sure kodi for mac is intentionally using an older python or could realbase just need to upgrade?

reverendj1 commented 9 years ago

Installing Python 2.7 system-wide may fix the issue, but it looks like it's standard for Kodi to ship with 2.6 on Macs. http://forum.kodi.tv/showthread.php?tid=216598 Windows ships with 2.7 and Linux uses the OS's version (typically 2.7) http://forum.kodi.tv/showthread.php?tid=218112

jknight2014 commented 9 years ago

Very good, I was not sure if it shipped with a different version than the windows version.

la32094uf commented 9 years ago

i installed python 2.7.9 but still no luck... :(

reverendj1 commented 9 years ago

@realbase go ahead and reinstall and try again. I worked around the missing feature I'm using in Python 2.7. Hopefully that was the only feature not in 2.6. Let me know if it works or not.

la32094uf commented 9 years ago

Yes, it works! Ripped a few DVD's now. Great. Finally I can get rid of my whole DVD-collection :-D