Kodi Community Forum
Broken Crunchyroll [DMCA Takedown] - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Broken Crunchyroll [DMCA Takedown] (/showthread.php?tid=129709)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46


RE: Crunchyroll [2.1.2] - yoshiofthewire - 2015-05-28

(2015-05-25, 07:57)mattumanu Wrote: Since you probably only ever get complaints or support requests, I thought I I'd say that I think this so far is the best version of the add on. The only time it doesn't work is if CR itself isn't working. Also, because of you I learned how to change the default fanart from Mikasa to something else. Thanks for all your hard work.

I would remiss not to pass on support to the team that has contributed code over the past three years:

mattrk, Reinis, le__, maruchan, Voinage, and Zehd


RE: Crunchyroll [2.1.2] - mattumanu - 2015-05-29

(2015-05-28, 01:57)yoshiofthewire Wrote: I would remiss not to pass on support to the team that has contributed code over the past three years:

mattrk, Reinis, le__, maruchan, Voinage, and Zehd

Yes, great job all!!


RE: Crunchyroll [2.1.2] - xxfury2xx - 2015-05-30

(2015-05-28, 01:53)yoshiofthewire Wrote:
Quote:Disclaimer:
You MUST have a Crunchyroll Premium Subscription to use this plugin!
My account is currently a premium account. I can watch high definition videos with no ads on both my PS3 and my PC.


RE: Crunchyroll [2.1.2] - yoshiofthewire - 2015-05-30

Can you please post that segment of your log?
I need to see what CR is sending back.


RE: Crunchyroll [2.1.2] - omridaa - 2015-06-11

hey , i am trying to solve my problem over a month.
if someone will help me and the problem be solved i will buy him 1 month crunchyroll Smile


RE: Crunchyroll [2.1.2] - yoshiofthewire - 2015-06-20

What error are you getting?
Can you post your log file?


RE: Crunchyroll [2.1.2] - omridaa - 2015-06-20

i cant make a log Sad
but at the old log it told me :

OSError: (1, 'Operation not permitted', '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.crunchyroll-takeout/cruchyXBMC.dir')

i delete : '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/

and it still does not working ..


RE: Crunchyroll [2.1.2] - pokeguru87 - 2015-06-21

I'm getting the same error in my log as omridaa. I've tried reinstalling the plugin and deleting the addon directory, but none of that fixes the issue. Below is the error in the log from the plugin:
Code:
11:08:24 T:2126530304  NOTICE: Thread LanguageInvoker start, auto delete: false
11:08:24 T:2126530304  NOTICE: -->Python Interpreter Initialized<--
11:08:24 T:2126530304  NOTICE: [PLUGIN] 'Crunchyroll: version 2.1.2' initialized!
11:08:24 T:2126530304   ERROR: CR: Unexpected error: (<type 'exceptions.OSError'>, OSError(1, 'Operation not permitted'), <traceback object at 0x83584e58>)
11:08:24 T:2126530304   ERROR: CR: Effective User:   10076
11:08:24 T:2126530304   ERROR: CR: Effective Group:  10076
11:08:24 T:2126530304   ERROR: CR: User:             10076
11:08:24 T:2126530304   ERROR: CR: Group:            10076
11:08:24 T:2126530304   ERROR: CR: Groups: [1015, 1028, 3003, 9997, 50076]
11:08:24 T:2126530304   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnboundLocalError'>
                                            Error Contents: local variable 'user_data' referenced before assignment
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.crunchyroll-takeout/default.py", line 38, in <module>
                                                crunchy_main.main()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.crunchyroll-takeout/resources/lib/crunchy_main.py", line 348, in main
                                                if crj.load_shelf(args) is False:
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.crunchyroll-takeout/resources/lib/crunchy_json.py", line 132, in load_shelf
                                                user_data['session_id']      = ''
                                            UnboundLocalError: local variable 'user_data' referenced before assignment
                                            -->End of Python script error report<--
11:08:24 T:1116904960   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.crunchyroll-takeout/
11:08:24 T:1116904960   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.crunchyroll-takeout/) failed



RE: Crunchyroll [2.1.2] - lisa99 - 2015-07-04

I was able to get Crunchyroll was awesome to watch my anime!!


RE: Crunchyroll [2.1.2] - mattumanu - 2015-07-10

Still working. Just thought I'd point that out. Smile


RE: Crunchyroll [2.1.2] - random llama - 2015-07-11

New user here. I was also having the same problems as omridaa and pokeguru87 on my AFTV (Android). Tested with both 14.2 and 15.0rc1. After switching out the shelve module for pickle, all of my problems were resolved. pickle.dump() worked using the same filepath, so it shouldn't be a permission issue. This leads me to believe it's related to shelve's backend (anydbm) or anydbm's backend (dbhash || gdbm || dbm || dumbdbm). Or, it could be a packaging problem with the Android port? I'm not familiar enough with to know.


RE: Crunchyroll [2.1.2] - salyavin - 2015-07-17

How did you switch to pickle?


RE: Crunchyroll [2.1.2] - hibsterr - 2015-07-18

I think I'm having issues with Kodi now. The video just freezen, then crashes and sends me to the episode list screen. It keeps doing this for both Funimation and CR, so I know it's an issue with either Kodi or my computer.


RE: Crunchyroll [2.1.2] - salyavin - 2015-07-19

Did you adjust cache settings and end up with too big for the memory of your device?
Oh sorry I see PC, that seems unlikely with PC


RE: Crunchyroll [2.1.2] - salyavin - 2015-07-19

Have you looked in the kodi.log file?