Git Product home page Git Product logo

Comments (8)

cirk2 avatar cirk2 commented on August 23, 2024 2

So I also ran into a bunch of the timeout errors.
It seems the default timeout is to tight for any connection with medium to high latency. I need several tries to get the connection via a plain wired connection on a Raspi 4 (libreelec). If I use a vpn it's not getting through in any reasonable amount of tries.
Setting the timeout to a more relaxed value in resources/lib/api.py line 156 i.e.: response = urlopen(url, payload.encode("utf-8"), 5) makes it work reliably for me.

from plugin.video.crunchyroll.

angralitux avatar angralitux commented on August 23, 2024 1

I tried the official libreelec distro, and this issue still happens. Crunchyroll works ok on my cellphone and on my browser using my laptop. Everything else is working good, except crunchyroll.

https://paste.kodi.tv/tikukebege

Another log upload if you want to check out. The thing is, this issue is completely random, sometimes my history works, most of the time, no.

from plugin.video.crunchyroll.

MrKrabat avatar MrKrabat commented on August 23, 2024

Which Kodi version are you using? Have you installed the latest addon version?
It works for me

from plugin.video.crunchyroll.

angralitux avatar angralitux commented on August 23, 2024

Im using escalade RETROELEC, based on libreleec x86 on a ASUS NUC device. I uninstalled and reinstalled your pluging, but remains the same. I'll try to upload a kodi log, or I can do whatever you tell me to.

from plugin.video.crunchyroll.

angralitux avatar angralitux commented on August 23, 2024

Which Kodi version are you using? Have you installed the latest addon version?
It works for me

I know you're a busy gentleman; can you at least tell me what kodi distro are you using? I can stick with that and be happy!

from plugin.video.crunchyroll.

angralitux avatar angralitux commented on August 23, 2024

2020-10-15 22:54:13.450 T:140429178078080 NOTICE: ----------------------------------------------------------------------- 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: Starting Kodi (18.7 Git:18.7.1-Leia). Platform: Linux x86 64-bit 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: Using Release Kodi x64 build 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: Kodi compiled 2020-07-15 by GCC 10.1.0 for Linux x86 64-bit version 5.8.0 (329728) 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: Running on RetroELEC (community): devel-20200716014709 9.2, kernel: Linux x86 64-bit version 5.8.0-rc5 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: FFmpeg version/source: 4.0.4-Kodi 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: Host CPU: Intel(R) Celeron(R) CPU N3150 @ 1.60GHz, 4 cores available 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://envhome/ is mapped to: /storage 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://home/ is mapped to: /storage/.kodi 2020-10-15 22:54:13.450 T:140429178078080 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp 2020-10-15 22:54:13.451 T:140429178078080 NOTICE: special://logpath/ is mapped to: /storage/.kodi/temp 2020-10-15 22:54:13.451 T:140429178078080 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin 2020-10-15 22:54:13.451 T:140429178078080 NOTICE: Local hostname: LibreELEC 2020-10-15 22:54:13.451 T:140429178078080 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log 2020-10-15 22:54:13.451 T:140429178078080 NOTICE: ----------------------------------------------------------------------- 2020-10-15 22:54:13.451 T:140429178078080 INFO: loading settings 2020-10-15 22:54:13.452 T:140429178078080 NOTICE: special://profile/ is mapped to: special://masterprofile/ 2020-10-15 22:54:13.475 T:140429178078080 DEBUG: CSkinSettings: no <skinsettings> tag found 2020-10-15 22:54:13.476 T:140429178078080 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml 2020-10-15 22:54:13.476 T:140429178078080 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are... <?xml version="1.0" encoding="utf-8" ?> <advancedsettings> <cputempcommand>/usr/bin/cputemp</cputempcommand> <gputempcommand>/usr/bin/gputemp</gputempcommand> <showexitbutton>false</showexitbutton> <remotedelay>1</remotedelay> <samba> <clienttimeout>30</clienttimeout> </samba> </advancedsettings> 2020-10-15 22:54:13.476 T:140429178078080 WARNING: CSettingsManager: missing version attribute 2020-10-15 22:54:13.477 T:140429178078080 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml) 2020-10-15 22:54:13.477 T:140429178078080 NOTICE: Default Video Player: VideoPlayer 2020-10-15 22:54:13.477 T:140429178078080 NOTICE: Default Audio Player: paplayer 2020-10-15 22:54:13.477 T:140429178078080 NOTICE: Disabled debug logging due to GUI setting. Level 0. 2020-10-15 22:54:13.477 T:140429178078080 NOTICE: Log level changed to "LOG_LEVEL_NORMAL" 2020-10-15 22:54:13.477 T:140429178078080 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml 2020-10-15 22:54:13.718 T:140429178078080 NOTICE: PulseAudio: Server found running - will try to use Pulse 2020-10-15 22:54:13.730 T:140429178078080 NOTICE: Running database version Addons27 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: audiodecoder.sidplay v1.2.2.9 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: emulator.ppsspp v6.0.2 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.default v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.gba v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.genesis.6button v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.konami.justifier.snes v1.0.9 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.nes v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.pce v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.ps.dualanalog v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.ps.dualshock v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.ps.gamepad v1.0.9 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.ps.multitap v1.0.9 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.snes v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.snes.mouse v1.0.8 installed 2020-10-15 22:54:13.832 T:140429178078080 NOTICE: ADDON: game.controller.snes.multitap v1.0.8 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.controller.snes.super.scope v1.0.8 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro v1.1.1.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.beetle-pce-fast v0.9.38.7.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.beetle-supergrafx v1.23.0.7.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.fbalpha v0.2.97.13.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.mgba v0.8.1.10.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.pcsx-rearmed v22.0.0.9.2 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.picodrive v1.92.0.10.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.quicknes v1.0.0.10.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.libretro.snes9x v1.60.0.11.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: game.retroarch v9.186.20 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: inputstream.adaptive v2.4.5.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: kodi.resource v1.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.album.universal v3.1.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.artists.universal v4.3.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.common.imdb.com v3.1.5 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.5 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.local v1.0.0 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.themoviedb.org v5.2.1 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.3 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: os.libreelec.tv v9.2 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: os.openelec.tv v9.2 installed 2020-10-15 22:54:13.833 T:140429178078080 NOTICE: ADDON: peripheral.joystick v1.4.9 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: peripheral.xarcade v1.1.0.1 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: plugin.video.crunchyroll v3.1.2 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: plugin.video.netflix v1.10.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: plugin.video.youtube v6.8.5 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: repository.gamestarter v3.0.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: repository.kodi.game v1.0.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: repository.libreelec.tv v9.2.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.logviewer v2.1.3+gotham.1 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.addon.signals v0.0.6 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.certifi v2019.9.11 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.chardet v3.0.4 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.future v0.17.1 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.idna v2.8 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.inputstreamhelper v0.5.1 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.pil v1.1.7 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.requests v2.22.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.six v1.13.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: service.libreelec.settings v9.0.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: skin.estuary v2.0.27 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: weather.yahoo v5.0.7 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.addon v18.7 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.core v0.1.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.gui v5.14.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.json v10.3.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.metadata v2.1.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.python v2.26.0 installed 2020-10-15 22:54:13.834 T:140429178078080 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed 2020-10-15 22:54:13.861 T:140429178078080 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: Found 1 Lists of Devices 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: Enumerated PULSE devices: 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: Device 1 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_deviceName : Default 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_displayName : Default 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_displayNameExtra: Default Output Device (PULSEAUDIO) 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_deviceType : AE_DEVTYPE_PCM 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_channels : FL, FR 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_streamTypes : No passthrough capabilities 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: Device 2 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_deviceName : alsa_output.pci-0000_00_1b.0.hdmi-stereo-extra2 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_displayName : Built-in Audio Digital Stereo (HDMI 3) 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_displayNameExtra: HDMI / DisplayPort 3 (PULSEAUDIO) 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_deviceType : AE_DEVTYPE_PCM 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_channels : FL, FR 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT 2020-10-15 22:54:13.897 T:140429150713600 NOTICE: m_streamTypes : No passthrough capabilities 2020-10-15 22:54:13.911 T:140429142320896 NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms 2020-10-15 22:54:14.184 T:140429178078080 WARNING: CDRMUtils::FindPlane - could not find plane 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080i @ 59.940063 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 30.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 29.970032 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1680x1050 with 1680x1050 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1440x900 with 1440x900 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x960 with 1280x960 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x800 with 1280x800 @ 75.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x800 with 1280x800 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x768 with 1280x768 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 1440x480 with 1440x480i @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz 2020-10-15 22:54:14.328 T:140429178078080 NOTICE: Found resolution 800x600 with 800x600 @ 56.000000 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 720x480 with 720x480i @ 59.940063 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 720x480 with 720x480i @ 60.000000 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Previous line repeats 1 times. 2020-10-15 22:54:14.329 T:140429178078080 NOTICE: Found resolution 720x400 with 720x400 @ 70.000000 Hz 2020-10-15 22:54:14.330 T:140429178078080 NOTICE: EGL_VERSION = 1.4 2020-10-15 22:54:14.330 T:140429178078080 NOTICE: EGL_VENDOR = Mesa Project 2020-10-15 22:54:14.331 T:140429178078080 NOTICE: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display 2020-10-15 22:54:14.331 T:140429178078080 NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless 2020-10-15 22:54:14.432 T:140429178078080 NOTICE: VAAPI::Close - closing decoder context 2020-10-15 22:54:14.432 T:140429178078080 NOTICE: Checking resolution 32 2020-10-15 22:54:14.432 T:140429178078080 WARNING: CGBMUtils::DestroySurface - surface already destroyed 2020-10-15 22:54:14.460 T:140429178078080 NOTICE: GL_VENDOR = Intel Open Source Technology Center 2020-10-15 22:54:14.460 T:140429178078080 NOTICE: GL_RENDERER = Mesa DRI Intel(R) HD Graphics 400 (BSW) 2020-10-15 22:54:14.460 T:140429178078080 NOTICE: GL_VERSION = 4.6 (Core Profile) Mesa 20.2.0-devel 2020-10-15 22:54:14.460 T:140429178078080 NOTICE: GL_SHADING_LANGUAGE_VERSION = 4.60 2020-10-15 22:54:14.460 T:140429178078080 NOTICE: GL_EXTENSIONS = GL_3DFX_texture_compression_FXT1 GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_APPLE_object_purgeable GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_demote_to_helper_invocation GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_INTEL_performance_query GL_INTEL_shader_integer_functions2 GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_OES_EGL_image GL_S3_s3tc 2020-10-15 22:54:15.045 T:140428116489984 NOTICE: Running database version Addons27 2020-10-15 22:54:15.047 T:140428116489984 NOTICE: Running database version ViewModes6 2020-10-15 22:54:15.068 T:140428116489984 NOTICE: Running database version Textures13 2020-10-15 22:54:15.079 T:140428116489984 NOTICE: Running database version MyMusic72 2020-10-15 22:54:15.098 T:140428116489984 NOTICE: Running database version MyVideos116 2020-10-15 22:54:15.103 T:140428116489984 NOTICE: Running database version TV32 2020-10-15 22:54:15.106 T:140428116489984 NOTICE: Running database version Epg12 2020-10-15 22:54:15.126 T:140429178078080 NOTICE: start dvd mediatype detection 2020-10-15 22:54:15.178 T:140429178078080 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27) 2020-10-15 22:54:15.620 T:140429178078080 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList" 2020-10-15 22:54:15.678 T:140429178078080 NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000) 2020-10-15 22:54:15.679 T:140429178078080 NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000) 2020-10-15 22:54:15.682 T:140429178078080 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml. 2020-10-15 22:54:15.692 T:140429178078080 NOTICE: Loaded playercorefactory configuration 2020-10-15 22:54:15.692 T:140429178078080 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml. 2020-10-15 22:54:15.692 T:140429178078080 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping. 2020-10-15 22:54:15.706 T:140429178078080 NOTICE: initialize done 2020-10-15 22:54:15.707 T:140429178078080 NOTICE: Running the application... 2020-10-15 22:54:15.712 T:140429178078080 NOTICE: starting zeroconf publishing 2020-10-15 22:54:15.712 T:140429178078080 NOTICE: CWebServer[8080]: Started 2020-10-15 22:54:15.718 T:140427420223232 NOTICE: ES: Starting UDP Event server on port 9777 2020-10-15 22:54:15.718 T:140427420223232 NOTICE: UDP: Listening on port 9777 (ipv6 : false) 2020-10-15 22:55:16.173 T:140426488194816 NOTICE: [PLUGIN] Crunchyroll: API returned error '{u'message': u'Unauthenticated request', u'code': u'bad_session', u'error': True}' 2020-10-15 22:55:17.865 T:140426488194816 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'ssl.SSLError'> Error Contents: ('The read operation timed out',) Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.crunchyroll/default.py", line 33, in <module> crunchyroll.main(sys.argv) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/crunchyroll.py", line 93, in main check_mode(args) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/crunchyroll.py", line 124, in check_mode controller.showQueue(args) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/controller.py", line 42, in showQueue req = api.request(args, "queue", payload) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 169, in request return request(args, method, options, True) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 156, in request response = urlopen(url, payload.encode("utf-8")) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen File "/usr/lib/python2.7/urllib2.py", line 429, in open File "/usr/lib/python2.7/urllib2.py", line 447, in _open File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open File "/usr/lib/python2.7/httplib.py", line 1148, in getresponse File "/usr/lib/python2.7/httplib.py", line 448, in begin File "/usr/lib/python2.7/httplib.py", line 404, in _read_status File "/usr/lib/python2.7/socket.py", line 480, in readline File "/usr/lib/python2.7/ssl.py", line 754, in recv File "/usr/lib/python2.7/ssl.py", line 641, in read SSLError: ('The read operation timed out',) -->End of Python script error report<-- 2020-10-15 22:55:17.947 T:140426479802112 ERROR: GetDirectory - Error getting plugin://plugin.video.crunchyroll/?mode=queue&title=Queue 2020-10-15 22:55:17.952 T:140429178078080 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.crunchyroll/?mode=queue&title=Queue) failed 2020-10-15 22:55:25.373 T:140426479802112 NOTICE: [PLUGIN] Crunchyroll: API returned error '{u'message': u'Unauthenticated request', u'code': u'bad_session', u'error': True}' 2020-10-15 22:55:40.944 T:140429178078080 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.crunchyroll/?plot=%22I+don%27t+want+to+lose+any+more+of+my+family.%22+Bell+and+Hestia+are+attacked+by+an+escaped+monster+during+Monster+Philia.++Bell+fights+to+save+the+only+family+he+has+left%2C+but+is+overwhlemed+by+the+monster.&plotoutline=%22I+don%27t+want+to+lose+any+more+of+my+family.%22+Bell+and+Hestia+are+attacked+by+an+escaped+monster+during+Monster+Philia.++Bell+fights+to+save+the+only+family+he+has+left%2C+but+is+overwhlemed+by+the+monster.&episode=3&thumb=https%3A%2F%2Fimg1.ak.crunchyroll.com%2Fi%2Fspire4-tmb%2Fbbc6c692da2f91c7f0bfefdd33c6d9891429130704_full.jpg&title=Is+It+Wrong+to+Try+to+Pick+Up+Girls+in+a+Dungeon%3F+%233+-+Hestia+Knife+%7C+The+Blade+of+a+God&rating=9.2&tvshowtitle=Is+It+Wrong+to+Try+to+Pick+Up+Girls+in+a+Dungeon%3F&aired=2015-04-17&premiered=2015-04-17&episode_id=678139&series_id=265647&genre=adventure%2C+comedy%2C+fantasy%2C+romance%2C+harem&studio=Showgate&mode=videoplay&year=2015&duration=1421&collection_id=22173&fanart=https%3A%2F%2Fimg1.ak.crunchyroll.com%2Fi%2Fspire1%2F491ee6c0fd4d392a5ae4133359ce7aa31564075238_full.jpg 2020-10-15 22:55:40.944 T:140426488194816 NOTICE: Creating InputStream 2020-10-15 22:55:41.234 T:140426488194816 NOTICE: Creating Demuxer 2020-10-15 22:55:41.235 T:140426488194816 NOTICE: Opening stream: 1001 source: 256 2020-10-15 22:55:41.753 T:140426488194816 NOTICE: Creating video codec with codec id: 27 2020-10-15 22:55:41.753 T:140426488194816 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 2020-10-15 22:55:41.754 T:140426488194816 NOTICE: Creating video thread 2020-10-15 22:55:41.755 T:140426456651520 NOTICE: running thread: video_thread 2020-10-15 22:55:41.796 T:140426488194816 NOTICE: Opening stream: 1002 source: 256 2020-10-15 22:55:41.796 T:140426488194816 NOTICE: Finding audio codec for: 86018 2020-10-15 22:55:41.801 T:140426488194816 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac 2020-10-15 22:55:41.801 T:140426488194816 NOTICE: Creating audio thread 2020-10-15 22:55:41.801 T:140426371659520 NOTICE: running thread: CVideoPlayerAudio::Process() 2020-10-15 22:55:41.806 T:140426362218240 NOTICE: COutput::OnStartup: Output Thread created 2020-10-15 22:55:41.814 T:140426371659520 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac 2020-10-15 22:55:41.814 T:140426371659520 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through) 2020-10-15 22:55:41.891 T:140429178078080 NOTICE: GL: Selecting YUV 2 RGB shader 2020-10-15 22:55:41.892 T:140429178078080 NOTICE: GL: NPOT texture support detected 2020-10-15 22:55:41.892 T:140429178078080 NOTICE: GL: Using GL_ARB_pixel_buffer_object 2020-10-15 22:55:41.892 T:140429178078080 NOTICE: Using GL_TEXTURE_2D 2020-10-15 22:55:41.894 T:140429178078080 NOTICE: GL: Selecting YUV 2 RGB shader 2020-10-15 22:55:41.895 T:140429178078080 NOTICE: GL: NPOT texture support detected 2020-10-15 22:55:41.895 T:140429178078080 NOTICE: GL: Using GL_ARB_pixel_buffer_object 2020-10-15 22:55:42.076 T:140429142320896 NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms 2020-10-15 22:55:42.399 T:140426456651520 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer 2020-10-15 22:55:42.419 T:140426456651520 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 41708 2020-10-15 22:55:46.881 T:140426348123904 NOTICE: COutput::OnStartup: Output Thread created 2020-10-15 22:55:46.918 T:140429178078080 NOTICE: VAAPI::Close 2020-10-15 22:55:46.918 T:140426362218240 NOTICE: COutput::OnExit: Output Thread terminated 2020-10-15 22:55:57.806 T:140429178078080 NOTICE: CVideoPlayer::CloseFile() 2020-10-15 22:55:57.806 T:140429178078080 NOTICE: VideoPlayer: waiting for threads to exit 2020-10-15 22:55:57.807 T:140426488194816 NOTICE: CVideoPlayer::OnExit() 2020-10-15 22:55:57.807 T:140426488194816 NOTICE: Closing stream player 1 2020-10-15 22:55:57.808 T:140426488194816 NOTICE: Waiting for audio thread to exit 2020-10-15 22:55:57.862 T:140426371659520 NOTICE: thread end: CVideoPlayerAudio::OnExit() 2020-10-15 22:55:57.862 T:140426488194816 NOTICE: Closing audio device 2020-10-15 22:55:57.893 T:140426488194816 NOTICE: Deleting audio codec 2020-10-15 22:55:57.893 T:140426488194816 NOTICE: Closing stream player 2 2020-10-15 22:55:57.894 T:140426488194816 NOTICE: waiting for video thread to exit 2020-10-15 22:55:57.944 T:140426456651520 NOTICE: thread end: video_thread 2020-10-15 22:55:57.945 T:140426488194816 NOTICE: deleting video codec 2020-10-15 22:55:57.946 T:140426488194816 NOTICE: VAAPI::Close 2020-10-15 22:55:57.947 T:140426348123904 NOTICE: COutput::OnExit: Output Thread terminated 2020-10-15 22:55:57.949 T:140426488194816 NOTICE: VAAPI::Close - closing decoder context 2020-10-15 22:55:57.956 T:140429178078080 NOTICE: VideoPlayer: finished waiting 2020-10-15 22:55:57.956 T:140429178078080 NOTICE: CVideoPlayer::CloseFile() 2020-10-15 22:55:57.957 T:140429178078080 NOTICE: VideoPlayer: waiting for threads to exit 2020-10-15 22:55:57.957 T:140429178078080 NOTICE: VideoPlayer: finished waiting 2020-10-15 22:55:58.041 T:140429178078080 ERROR: Control 50 in window 10025 has been asked to focus, but it can't 2020-10-15 22:56:00.021 T:140426348123904 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'ssl.SSLError'> Error Contents: ('The read operation timed out',) Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.crunchyroll/default.py", line 33, in <module> crunchyroll.main(sys.argv) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/crunchyroll.py", line 90, in main if api.start(args): File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 89, in start req = request(args, "login", payload, True) File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 156, in request response = urlopen(url, payload.encode("utf-8")) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen File "/usr/lib/python2.7/urllib2.py", line 429, in open File "/usr/lib/python2.7/urllib2.py", line 447, in _open File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open File "/usr/lib/python2.7/httplib.py", line 1148, in getresponse File "/usr/lib/python2.7/httplib.py", line 448, in begin File "/usr/lib/python2.7/httplib.py", line 404, in _read_status File "/usr/lib/python2.7/socket.py", line 480, in readline File "/usr/lib/python2.7/ssl.py", line 754, in recv File "/usr/lib/python2.7/ssl.py", line 641, in read SSLError: ('The read operation timed out',) -->End of Python script error report<-- 2020-10-15 22:56:00.112 T:140426488194816 ERROR: GetDirectory - Error getting plugin://plugin.video.crunchyroll/?mode=history&title=History 2020-10-15 22:56:00.125 T:140429178078080 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.crunchyroll/?mode=history&title=History) failed 2020-10-15 22:56:07.481 T:140426479802112 ERROR: EXCEPTION: XBMC is not playing any file

from plugin.video.crunchyroll.

MrKrabat avatar MrKrabat commented on August 23, 2024

For development I'm using Kodi on windows.

Your log shows multiple SSLError: ('The read operation timed out',) messages.

  1. Maybe your internet is just bad
  2. Sometimes Crunchyroll has problems and such errors occur temporarily
  3. Something disturbs your SSL connection

[PLUGIN] Crunchyroll: API returned error '{u'message': u'Unauthenticated request', u'code': u'bad_session', u'error': True}'
Your session seems to have expired, but the addon automatically creates a new session.

from plugin.video.crunchyroll.

angralitux avatar angralitux commented on August 23, 2024

Well, looks like the issue could be with kodi, seeing what they posted about bug fixes:

`With no further fanfare, then, here's what you've got in this release:

Work around third-party changes to HTTP2 and SSL/encryption that impacted internet access from Kodi by scrapers, streaming addons, et`

from plugin.video.crunchyroll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.