elgatito / plugin.video.elementum

Elementum add-on for Kodi. Development of this addon has been stopped!
http://elementum.surge.sh
MIT License
474 stars 157 forks source link

0.1.71 crashes on Kodi 18.9 (Leia) on Windows 10 64bit #722

Closed dineshalphaque closed 3 years ago

dineshalphaque commented 3 years ago

Since the upgrade to 0.1.71, Elementum daemon crashes and won't start on Windows 10. 0.1.69 worked fine. The logfile snippet is below,

Wondering if anyone else is facing this issue ?

Also, how would we back-install 0.1.69 until this is resolved ? Trying to install through kodi only gives 0.1.71 as an option.

2021-03-18 13:21:17.953 T:10448 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Bolt Database backup saved at: C:\Users\dines\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\cache-backup.db 2021-03-18 13:21:17.972 T:10448 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Storm Database backup saved at: C:\Users\dines\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\storm-backup.db 2021-03-18 13:21:17.987 T:10448 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6897 2021-03-18 13:21:17.988 T:10448 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6897 2021-03-18 13:21:17.988 T:10448 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6891 2021-03-18 13:21:17.988 T:10448 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6891 2021-03-18 13:21:17.988 T:10448 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:6891 2021-03-18 13:21:18.024 T:10448 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6897: 2 2021-03-18 13:21:18.035 T:10448 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6891: 3 2021-03-18 13:21:18.557 T:10448 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts external_ip_alert: external IP received 175.XX.XX.XX 2021-03-18 13:21:18.658 T:10448 NOTICE: [plugin.video.elementum] NOTI tmdb ▶ CheckAPIKey TMDB API key check passed, using ae4bd1b... 2021-03-18 13:21:19.105 T:10448 NOTICE: [plugin.video.elementum] WARN tmdb ▶ func1 Rate limit exceeded getting movie with map[api_key:[ae4bd1b6fce2a5648671bfc171d15ba4] append_to_response:[credits,images,alternative_titles,translations,external_ids,trailers,release_dates] include_image_language:[en,en,null] language:[en]] on https://api.themoviedb.org/3/movie/719589, cooling down... 2021-03-18 13:21:19.123 T:10448 NOTICE: [plugin.video.elementum] INFO linkssearch ▶ processLinks Resolving torrent files... 2021-03-18 13:21:19.127 T:10448 NOTICE: [plugin.video.elementum] panic: runtime error: invalid memory address or nil pointer dereference 2021-03-18 13:21:19.127 T:10448 NOTICE: [plugin.video.elementum] [signal 0xc0000005 code=0x0 addr=0x58 pc=0xc0e0c9] 2021-03-18 13:21:19.128 T:10448 NOTICE: [plugin.video.elementum] 2021-03-18 13:21:19.128 T:10448 NOTICE: [plugin.video.elementum] goroutine 185 [running]: 2021-03-18 13:21:19.128 T:10448 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(AddonSearcher).GetMovieSearchObject(0xc000066910, 0x0, 0x10) 2021-03-18 13:21:19.128 T:10448 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:153 +0x49 2021-03-18 13:21:19.129 T:10448 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(AddonSearcher).GetMovieSearchSilentObject(...) 2021-03-18 13:21:19.129 T:10448 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:144 2021-03-18 13:21:19.130 T:10448 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).SearchMovieLinksSilent(0xc000066910, 0x0, 0x1970758e501, 0x403571, 0x1553a01, 0xc0002cdfc0) 2021-03-18 13:21:19.130 T:10448 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:399 +0x45 2021-03-18 13:21:19.131 T:10448 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.SearchMovieSilent.func1.1(0xc00040bd90, 0x0, 0x1972e415101, 0xc000186240, 0x19730a96a60, 0xc000066910) 2021-03-18 13:21:19.131 T:10448 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:106 +0x83 2021-03-18 13:21:19.132 T:10448 NOTICE: [plugin.video.elementum] created by github.com/elgatito/elementum/providers.SearchMovieSilent.func1 2021-03-18 13:21:19.132 T:10448 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:104 +0xf6 2021-03-18 13:21:19.152 T:10448 NOTICE: [plugin.video.elementum] 2021-03-18 13:21:19.162 T:10448 NOTICE: Previous line repeats 94 times. 2021-03-18 13:21:19.162 T:10448 NOTICE: [plugin.video.elementum] System information: windows_x64 2021-03-18 13:21:19.162 T:10448 NOTICE: [plugin.video.elementum] Kodi build version: 18.9 (18.9.0) Git:20201023-0655c2c718 2021-03-18 13:21:19.162 T:10448 NOTICE: [plugin.video.elementum] OS type: Windows 2021-03-18 13:21:19.162 T:10448 NOTICE: [plugin.video.elementum] uname: ('Windows', 'DESKTOP-7OL4V2E', '8', '6.2.9200', 'AMD64', 'Intel64 Family 6 Model 142 Stepping 9, GenuineIntel') 2021-03-18 13:21:19.170 T:6496 ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56) 2021-03-18 13:21:19.170 T:6496 ERROR: CCurlFile::Open failed with code 0 for http://127.0.0.1:65220/repository/elgatito/plugin.video.elementum/addons.xml.md5: 2021-03-18 13:21:19.170 T:6496 ERROR: XFILE::CFileCache::Open - failed to open source http://127.0.0.1:65220/repository/elgatito/plugin.video.elementum/addons.xml.md5 2021-03-18 13:21:19.170 T:6496 ERROR: CRepository: failed read 'http://127.0.0.1:65220/repository/elgatito/plugin.video.elementum/addons.xml.md5'

codingnoob233 commented 3 years ago

I've had this issue yesterday also, both on my firestick and phone, running kodi 19 kept constantly crashing. What worked for me is in the elementum settings if you have automatic scrape on turn it off.

Hit ok close kodi relaunch that did it for me, on both my devices. So don't bother rolling back yet give this a shot first.

dineshalphaque commented 3 years ago

I've had this issue yesterday also, both on my firestick and phone, running kodi 19 kept constantly crashing. What worked for me is in the elementum settings if you have automatic scrape on turn it off.

Hit ok close kodi relaunch that did it for me, on both my devices. So don't bother rolling back yet give this a shot first.

This absolutely worked for me. Figured it had something to do with scrapers returning a null list or no results.

Thanks a bunch !

antonsoroko commented 3 years ago

it is anyway a bug. make sense to reopen it.

codingnoob233 commented 3 years ago

it is anyway a bug. make sense to reopen it.

Yea I guess cause I bet they are a couple of people that have this issue.

dineshalphaque commented 3 years ago

Point taken, have reopened it.

igorgidea commented 3 years ago

Similar issue on same OS Windows 10 64bit, after updating elementum to 0.1.71 it starts crash

hmm, return back to elementum 0.1.69 doesnt fix this issue

See the log below 2021-03-20 12:15:45.955 T:648 NOTICE: ----------------------------------------------------------------------- 2021-03-20 12:15:45.955 T:648 NOTICE: Starting Kodi (18.9 (18.9.0) Git:20201023-0655c2c718). Platform: Windows NT x86 64-bit 2021-03-20 12:15:45.955 T:648 NOTICE: Using Release Kodi x64 build 2021-03-20 12:15:45.955 T:648 NOTICE: Kodi compiled 2020-10-23 by MSVC 191627035 for Windows NT x86 64-bit version 10.0 (0x0A000007) 2021-03-20 12:15:45.955 T:648 NOTICE: Running on Windows 10, kernel: Windows NT x86 64-bit version 10.0.14393 2021-03-20 12:15:45.955 T:648 NOTICE: FFmpeg version/source: 4.0.4-Kodi 2021-03-20 12:15:45.955 T:648 NOTICE: Host CPU: Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz, 4 cores available 2021-03-20 12:15:45.956 T:648 NOTICE: Desktop Resolution: 1920x1200 32Bit at 59Hz 2021-03-20 12:15:45.956 T:648 NOTICE: Running with restricted rights 2021-03-20 12:15:45.956 T:648 NOTICE: Aero is enabled 2021-03-20 12:15:45.956 T:648 NOTICE: special://xbmc/ is mapped to: C:\Program Files\Kodi 2021-03-20 12:15:45.956 T:648 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\Kodi 2021-03-20 12:15:45.956 T:648 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files\Kodi/addons 2021-03-20 12:15:45.956 T:648 NOTICE: special://masterprofile/ is mapped to: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata 2021-03-20 12:15:45.956 T:648 NOTICE: special://home/ is mapped to: C:\Users\Bavarsky\AppData\Roaming\Kodi\ 2021-03-20 12:15:45.956 T:648 NOTICE: special://temp/ is mapped to: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache 2021-03-20 12:15:45.956 T:648 NOTICE: special://logpath/ is mapped to: C:\Users\Bavarsky\AppData\Roaming\Kodi\ 2021-03-20 12:15:45.956 T:648 NOTICE: The executable running is: C:\Program Files\Kodi\kodi.exe 2021-03-20 12:15:45.958 T:648 NOTICE: Local hostname: Proxima 2021-03-20 12:15:45.958 T:648 NOTICE: Log File is located: C:\Users\Bavarsky\AppData\Roaming\Kodi\kodi.log 2021-03-20 12:15:45.958 T:648 NOTICE: ----------------------------------------------------------------------- 2021-03-20 12:15:45.959 T:648 INFO: loading settings 2021-03-20 12:15:45.961 T:648 NOTICE: special://profile/ is mapped to: special://masterprofile/ 2021-03-20 12:15:45.966 T:648 DEBUG: CSkinSettings: no tag found 2021-03-20 12:15:45.966 T:648 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml) 2021-03-20 12:15:45.966 T:648 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml) 2021-03-20 12:15:45.966 T:648 NOTICE: Default Video Player: VideoPlayer 2021-03-20 12:15:45.966 T:648 NOTICE: Default Audio Player: paplayer 2021-03-20 12:15:45.966 T:648 NOTICE: Disabled debug logging due to GUI setting. Level 0. 2021-03-20 12:15:45.966 T:648 NOTICE: Log level changed to "LOG_LEVEL_NORMAL" 2021-03-20 12:15:45.966 T:648 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml 2021-03-20 12:15:45.980 T:648 NOTICE: Running database version Addons27 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: context.elementum v0.0.5 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: game.controller.default v1.0.8 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: game.controller.snes v1.0.8 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: kodi.resource v1.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.album.universal v3.1.4 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.artists.universal v4.3.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.common.imdb.com v3.1.6 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.14 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.local v1.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.13 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: peripheral.joystick v1.4.9 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: plugin.video.elementum v0.1.69 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: plugin.video.megogo.net v1.0.12 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: pvr.iptvsimple v3.10.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: repository.elementum v0.1.45 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: repository.search.db v1.1.45 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: repository.xbmc.org v3.1.6 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: resource.language.en_us v9.0.16 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: resource.language.ro_ro v9.0.13 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: resource.language.ru_ru v9.0.18 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.common.plugin.cache v2.6.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.elementum.burst v0.0.62 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.antizapret v0.0.6 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.beautifulsoup4 v4.6.2 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.certifi v2019.9.11 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.chardet v3.0.4 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.filmix.cert v0.9.4 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.future v0.17.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.html5lib v0.999.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.idna v2.8 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.inputstreamhelper v0.5.2 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.parsedom v2.5.2 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.pil v1.1.7 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.requests v2.22.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.simple.downloader v1.9.5 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.simplejson v3.16.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.simplemedia v1.2.8 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.simpleplugin3 v3.0.3 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.six v1.13.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.torrent.ts v0.7.3.9 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.torrent2http v0.2.9 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: script.module.xbmcup v0.2.1 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: service.xbmc.versioncheck v0.5.14 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: skin.estouchy v2.0.28 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: skin.estuary v2.0.27 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.addon v18.9 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.core v0.1.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.gui v5.14.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.json v10.3.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.metadata v2.1.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.python v2.26.0 installed 2021-03-20 12:15:45.998 T:648 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed 2021-03-20 12:15:46.042 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTSHD" on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.043 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTSHD_MA" on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.043 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_TRUEHD" on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.043 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_EAC3" on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.043 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_DTS" on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.044 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: stream type "STREAM_TYPE_AC3" on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.047 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "BenQ BL2581T (NVIDIA High Definition Audio)" seems to be not supported. 2021-03-20 12:15:46.083 T:6040 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "SPDIF Out (Creative SB X-Fi)" seems to be not supported. 2021-03-20 12:15:46.085 T:6040 NOTICE: Found 2 Lists of Devices 2021-03-20 12:15:46.085 T:6040 NOTICE: Enumerated DIRECTSOUND devices: 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 1 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : {0D9132F8-4B49-47C5-B516-A2EE417B9986} 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : SPDIF - Цифровой выход (YULONG Audio USB Driver 1.0.62) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: DIRECTSOUND: Цифровой выход (YULONG Audio USB Driver 1.0.62) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 44100 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 2 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : default 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : default 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 44100 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 3 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : {51DE1E28-439D-4CED-9900-9AEC5F431175} 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : HDMI - BenQ BL2581T (NVIDIA High Definition Audio) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: DIRECTSOUND: BenQ BL2581T (NVIDIA High Definition Audio) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 48000 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 4 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : {66388235-D49B-4530-B522-867BD8F0F928} 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : HDMI - LG TV (NVIDIA High Definition Audio) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: DIRECTSOUND: LG TV (NVIDIA High Definition Audio) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 48000 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 5 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : {B03C565C-632D-49B7-901F-12CE5F4A8A93} 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : Speakers - Динамики (Creative SB X-Fi) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: DIRECTSOUND: Динамики (Creative SB X-Fi) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_PCM 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 48000 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_FLOAT 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 6 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : {DC216015-A347-4950-9545-6A22BE3B669F} 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : SPDIF - SPDIF Out (Creative SB X-Fi) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: DIRECTSOUND: SPDIF Out (Creative SB X-Fi) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 48000 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_RAW 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512 2021-03-20 12:15:46.085 T:6040 NOTICE: Enumerated WASAPI devices: 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 1 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : {0D9132F8-4B49-47C5-B516-A2EE417B9986} 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : SPDIF - Цифровой выход (YULONG Audio USB Driver 1.0.62) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: WASAPI: Цифровой выход (YULONG Audio USB Driver 1.0.62) 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.085 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.085 T:6040 NOTICE: m_sampleRates : 384000,192000,176400,96000,88200,48000,44100 2021-03-20 12:15:46.085 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE 2021-03-20 12:15:46.085 T:6040 NOTICE: m_streamTypes : No passthrough capabilities 2021-03-20 12:15:46.085 T:6040 NOTICE: Device 2 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceName : default 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayName : default 2021-03-20 12:15:46.085 T:6040 NOTICE: m_displayNameExtra: 2021-03-20 12:15:46.085 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 384000,192000,176400,96000,88200,48000,44100 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24LE3,AE_FMT_S24BE3,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : No passthrough capabilities 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 3 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : {51DE1E28-439D-4CED-9900-9AEC5F431175} 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : HDMI - BenQ BL2581T (NVIDIA High Definition Audio) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: WASAPI: BenQ BL2581T (NVIDIA High Definition Audio) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,48000 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 4 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,48000 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 5 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : {66388235-D49B-4530-B522-867BD8F0F928} 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : HDMI - LG TV (NVIDIA High Definition Audio) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: WASAPI: LG TV (NVIDIA High Definition Audio) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,96000,48000,44100,32000 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 6 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,96000,48000,44100,32000 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 7 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : {B03C565C-632D-49B7-901F-12CE5F4A8A93} 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : Speakers - Динамики (Creative SB X-Fi) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: WASAPI: Динамики (Creative SB X-Fi) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_PCM 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 8 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_PCM 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,176400,96000,88200,48000,44100 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 9 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : {DC216015-A347-4950-9545-6A22BE3B669F} 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : SPDIF - SPDIF Out (Creative SB X-Fi) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: WASAPI: SPDIF Out (Creative SB X-Fi) 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.086 T:6040 NOTICE: Device 10 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayName : default 2021-03-20 12:15:46.086 T:6040 NOTICE: m_displayNameExtra: 2021-03-20 12:15:46.086 T:6040 NOTICE: m_deviceType : AE_DEVTYPE_IEC958 2021-03-20 12:15:46.086 T:6040 NOTICE: m_channels : FL, FR 2021-03-20 12:15:46.086 T:6040 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100 2021-03-20 12:15:46.086 T:6040 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S32NE,AE_FMT_S32LE,AE_FMT_S32BE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_RAW 2021-03-20 12:15:46.086 T:6040 NOTICE: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3 2021-03-20 12:15:46.119 T:648 NOTICE: Primary mode: BenQ BL2581T #1: 1920x1200 @ 59.94Hz 2021-03-20 12:15:46.121 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 640x480 @ 75.00Hz 2021-03-20 12:15:46.122 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 640x480 @ 59.94Hz 2021-03-20 12:15:46.122 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 640x480 @ 60.00Hz 2021-03-20 12:15:46.122 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 720x480 @ 59.94Hz 2021-03-20 12:15:46.122 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 720x480 @ 60.00Hz 2021-03-20 12:15:46.123 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 720x576 @ 50.00Hz 2021-03-20 12:15:46.124 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 800x600 @ 60.00Hz 2021-03-20 12:15:46.124 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 800x600 @ 75.00Hz 2021-03-20 12:15:46.125 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1024x768 @ 60.00Hz 2021-03-20 12:15:46.125 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1024x768 @ 75.00Hz 2021-03-20 12:15:46.125 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1152x864 @ 60.00Hz 2021-03-20 12:15:46.125 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1176x664 @ 50.00Hz 2021-03-20 12:15:46.126 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1176x664 @ 59.94Hz 2021-03-20 12:15:46.126 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1176x664 @ 60.00Hz 2021-03-20 12:15:46.127 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x720 @ 59.94Hz 2021-03-20 12:15:46.127 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x720 @ 60.00Hz 2021-03-20 12:15:46.127 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x720 @ 50.00Hz 2021-03-20 12:15:46.127 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x768 @ 60.00Hz 2021-03-20 12:15:46.128 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x800 @ 60.00Hz 2021-03-20 12:15:46.128 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x960 @ 60.00Hz 2021-03-20 12:15:46.128 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x960 @ 75.00Hz 2021-03-20 12:15:46.129 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x1024 @ 60.00Hz 2021-03-20 12:15:46.129 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1280x1024 @ 75.00Hz 2021-03-20 12:15:46.129 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1360x768 @ 60.00Hz 2021-03-20 12:15:46.130 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1366x768 @ 60.00Hz 2021-03-20 12:15:46.130 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1600x900 @ 60.00Hz 2021-03-20 12:15:46.130 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1600x1024 @ 59.94Hz 2021-03-20 12:15:46.130 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1600x1024 @ 60.00Hz 2021-03-20 12:15:46.131 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1600x1200 @ 59.94Hz 2021-03-20 12:15:46.131 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1600x1200 @ 60.00Hz 2021-03-20 12:15:46.132 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1680x1050 @ 59.94Hz 2021-03-20 12:15:46.132 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1680x1050 @ 60.00Hz 2021-03-20 12:15:46.132 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1768x992 @ 59.94Hz 2021-03-20 12:15:46.132 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1768x992 @ 60.00Hz 2021-03-20 12:15:46.133 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1768x992 @ 50.00Hz 2021-03-20 12:15:46.133 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1920x1080 @ 59.94Hz 2021-03-20 12:15:46.134 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1920x1080 @ 60.00Hz 2021-03-20 12:15:46.134 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1920x1080 @ 50.00Hz 2021-03-20 12:15:46.134 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1920x1200 @ 59.94Hz 2021-03-20 12:15:46.134 T:648 NOTICE: Additional mode: BenQ BL2581T #1: 1920x1200 @ 60.00Hz 2021-03-20 12:15:46.134 T:648 NOTICE: Checking resolution 15 2021-03-20 12:15:46.383 T:648 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:46.406 T:840 NOTICE: Running database version Addons27 2021-03-20 12:15:46.407 T:840 NOTICE: Running database version ViewModes6 2021-03-20 12:15:46.408 T:840 NOTICE: Running database version Textures13 2021-03-20 12:15:46.409 T:840 NOTICE: Running database version MyMusic72 2021-03-20 12:15:46.411 T:840 NOTICE: Running database version MyVideos116 2021-03-20 12:15:46.412 T:840 NOTICE: Running database version TV32 2021-03-20 12:15:46.412 T:840 NOTICE: Running database version Epg12 2021-03-20 12:15:46.436 T:840 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:46.439 T:648 NOTICE: load skin from: C:\Program Files\Kodi\addons\skin.estuary (version: 2.0.27) 2021-03-20 12:15:46.541 T:840 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:46.564 T:648 WARNING: Previous line repeats 1 times. 2021-03-20 12:15:46.564 T:648 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList" 2021-03-20 12:15:46.577 T:648 NOTICE: PERIPHERALS::CPeripheralBus::Register - new keyboard device registered on application->keyboard: Клавиатура (0000:0000) 2021-03-20 12:15:46.577 T:648 NOTICE: PERIPHERALS::CPeripheralBus::Register - new mouse device registered on application->mouse: Мышь (0000:0000) 2021-03-20 12:15:46.579 T:648 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml. 2021-03-20 12:15:46.579 T:648 NOTICE: Loaded playercorefactory configuration 2021-03-20 12:15:46.579 T:648 NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml. 2021-03-20 12:15:46.579 T:648 WARNING: CPlayerCoreFactory::GetPlayer(MPC-HC): no such player: MPC-HC 2021-03-20 12:15:46.579 T:648 NOTICE: Loaded playercorefactory configuration 2021-03-20 12:15:46.582 T:648 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:46.586 T:648 WARNING: Previous line repeats 1 times. 2021-03-20 12:15:46.586 T:648 NOTICE: initialize done 2021-03-20 12:15:46.590 T:648 NOTICE: Running the application... 2021-03-20 12:15:46.592 T:648 NOTICE: CWebServer[7777]: Started 2021-03-20 12:15:46.592 T:4308 NOTICE: ES: Starting UDP Event server on port 9777 2021-03-20 12:15:46.592 T:4308 NOTICE: UDP: Listening on port 9777 (ipv6 : true) 2021-03-20 12:15:46.604 T:9124 NOTICE: AddOnLog: PVR IPTV Simple Client: PVRIptvData::LoadPlayList PlayList Loaded - 4 (ms) 2021-03-20 12:15:46.604 T:9124 NOTICE: AddOnLog: PVR IPTV Simple Client: Loaded 283 channels. 2021-03-20 12:15:46.604 T:9124 NOTICE: PVR Manager: Starting 2021-03-20 12:15:46.646 T:8672 NOTICE: PVR Manager: Started 2021-03-20 12:15:47.149 T:9124 NOTICE: EPG thread started 2021-03-20 12:15:47.925 T:9264 NOTICE: [plugin.video.elementum] elementum: starting jsonrpc service 2021-03-20 12:15:47.927 T:5592 NOTICE: [plugin.video.elementum] elementumd: starting elementumd 2021-03-20 12:15:47.927 T:5592 NOTICE: [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-03-20 12:15:48.008 T:5592 NOTICE: [plugin.video.elementum] Binary detection. Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:15:48.507 T:5592 NOTICE: [plugin.video.elementum] Deleting stale files set([]) 2021-03-20 12:15:48.508 T:5592 NOTICE: [plugin.video.elementum] Binary detection: [ Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe ] 2021-03-20 12:15:48.509 T:5592 NOTICE: [plugin.video.elementum] Binary dir: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64, item: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:15:48.509 T:5592 WARNING: [plugin.video.elementum] Existing process found from lockfile, killing... 2021-03-20 12:15:48.510 T:5592 ERROR: [plugin.video.elementum] WindowsError(87, '') 2021-03-20 12:15:48.510 T:5592 WARNING: [plugin.video.elementum] Removing library.db.lock file at C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\library.db.lock ... 2021-03-20 12:15:48.510 T:5592 ERROR: [plugin.video.elementum] WindowsError(2, '') 2021-03-20 12:15:50.677 T:5592 NOTICE: [plugin.video.elementum] elementumd: start args: [u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1\\ELEMEN~1.EXE'], kw: {'startupinfo': , 'cwd': u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1', 'stderr': -2, 'stdout': -1} 2021-03-20 12:15:50.763 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-03-20 12:15:50.763 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-03-20 12:15:50.764 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-03-20 12:15:50.764 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-03-20 12:15:50.836 T:5592 NOTICE: [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library , Torrents = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents , Storage = 1 2021-03-20 12:15:50.836 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-03-20 12:15:50.836 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using library path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library 2021-03-20 12:15:50.837 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using torrents path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents 2021-03-20 12:15:50.900 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using configuration: &config.Configuration{ 2021-03-20 12:15:50.900 T:5592 NOTICE: [plugin.video.elementum] DownloadPath: ".", 2021-03-20 12:15:50.900 T:5592 NOTICE: [plugin.video.elementum] TorrentsPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_torrents", 2021-03-20 12:15:50.901 T:5592 NOTICE: [plugin.video.elementum] LibraryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_library", 2021-03-20 12:15:50.901 T:5592 NOTICE: [plugin.video.elementum] Info: &xbmc.AddonInfo{ 2021-03-20 12:15:50.901 T:5592 NOTICE: [plugin.video.elementum] Author: "elgatito", 2021-03-20 12:15:50.901 T:5592 NOTICE: [plugin.video.elementum] Changelog: "", 2021-03-20 12:15:50.902 T:5592 NOTICE: [plugin.video.elementum] Description: "Elementum is a torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted add-ons (called providers) that are installed separately.[CR]This project is a fork of the well known, but no longer maintained Pulsar/Quasar projects from steeve and scakemyer.", 2021-03-20 12:15:50.902 T:5592 NOTICE: [plugin.video.elementum] Disclaimer: "The author does not own or host any content found within this Addon. The author is not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation.", 2021-03-20 12:15:50.902 T:5592 NOTICE: [plugin.video.elementum] Fanart: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\fanart.png", 2021-03-20 12:15:50.903 T:5592 NOTICE: [plugin.video.elementum] Home: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:15:50.903 T:5592 NOTICE: [plugin.video.elementum] Icon: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\icon.png", 2021-03-20 12:15:50.903 T:5592 NOTICE: [plugin.video.elementum] ID: "plugin.video.elementum", 2021-03-20 12:15:50.903 T:5592 NOTICE: [plugin.video.elementum] Name: "Elementum", 2021-03-20 12:15:50.904 T:5592 NOTICE: [plugin.video.elementum] Path: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum", 2021-03-20 12:15:50.904 T:5592 NOTICE: [plugin.video.elementum] Profile: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:15:50.904 T:5592 NOTICE: [plugin.video.elementum] TempPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:15:50.904 T:5592 NOTICE: [plugin.video.elementum] Stars: "-1", 2021-03-20 12:15:50.905 T:5592 NOTICE: [plugin.video.elementum] Summary: "Elementum: Media streaming", 2021-03-20 12:15:50.905 T:5592 NOTICE: [plugin.video.elementum] Type: "xbmc.python.pluginsource", 2021-03-20 12:15:50.905 T:5592 NOTICE: [plugin.video.elementum] Version: "0.1.69", 2021-03-20 12:15:50.905 T:5592 NOTICE: [plugin.video.elementum] Xbmc: "C:\\Program Files\\Kodi\\", 2021-03-20 12:15:50.906 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:15:50.906 T:5592 NOTICE: [plugin.video.elementum] Platform: &xbmc.Platform{ 2021-03-20 12:15:50.906 T:5592 NOTICE: [plugin.video.elementum] OS: "windows", 2021-03-20 12:15:50.906 T:5592 NOTICE: [plugin.video.elementum] Arch: "x64", 2021-03-20 12:15:50.907 T:5592 NOTICE: [plugin.video.elementum] Version: "", 2021-03-20 12:15:50.907 T:5592 NOTICE: [plugin.video.elementum] Kodi: 18, 2021-03-20 12:15:50.907 T:5592 NOTICE: [plugin.video.elementum] Build: "18.9 (18.9.0) Git:20201023-0655c2c718", 2021-03-20 12:15:50.907 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:15:50.908 T:5592 NOTICE: [plugin.video.elementum] Language: "ru", 2021-03-20 12:15:50.908 T:5592 NOTICE: [plugin.video.elementum] Region: "RU", 2021-03-20 12:15:50.908 T:5592 NOTICE: [plugin.video.elementum] TemporaryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:15:50.908 T:5592 NOTICE: [plugin.video.elementum] ProfilePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:15:50.909 T:5592 NOTICE: [plugin.video.elementum] HomePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:15:50.909 T:5592 NOTICE: [plugin.video.elementum] XbmcPath: "C:\\Program Files\\Kodi\\", 2021-03-20 12:15:50.909 T:5592 NOTICE: [plugin.video.elementum] SpoofUserAgent: 0, 2021-03-20 12:15:50.909 T:5592 NOTICE: [plugin.video.elementum] KeepDownloading: 1, 2021-03-20 12:15:50.909 T:5592 NOTICE: [plugin.video.elementum] KeepFilesPlaying: 1, 2021-03-20 12:15:50.910 T:5592 NOTICE: [plugin.video.elementum] KeepFilesFinished: 1, 2021-03-20 12:15:50.910 T:5592 NOTICE: [plugin.video.elementum] UseTorrentHistory: true, 2021-03-20 12:15:50.910 T:5592 NOTICE: [plugin.video.elementum] TorrentHistorySize: 50, 2021-03-20 12:15:50.911 T:5592 NOTICE: [plugin.video.elementum] UseFanartTv: false, 2021-03-20 12:15:50.911 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgress: false, 2021-03-20 12:15:50.911 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgressPlayback: true, 2021-03-20 12:15:50.911 T:5592 NOTICE: [plugin.video.elementum] ForceUseTrakt: false, 2021-03-20 12:15:50.912 T:5592 NOTICE: [plugin.video.elementum] UseCacheSelection: true, 2021-03-20 12:15:50.912 T:5592 NOTICE: [plugin.video.elementum] UseCacheSearch: false, 2021-03-20 12:15:50.913 T:5592 NOTICE: [plugin.video.elementum] UseCacheTorrents: true, 2021-03-20 12:15:50.913 T:5592 NOTICE: [plugin.video.elementum] CacheSearchDuration: 180, 2021-03-20 12:15:50.913 T:5592 NOTICE: [plugin.video.elementum] ShowFilesWatched: true, 2021-03-20 12:15:50.913 T:5592 NOTICE: [plugin.video.elementum] ResultsPerPage: 10, 2021-03-20 12:15:50.913 T:5592 NOTICE: [plugin.video.elementum] GreetingEnabled: true, 2021-03-20 12:15:50.914 T:5592 NOTICE: [plugin.video.elementum] EnableOverlayStatus: true, 2021-03-20 12:15:50.914 T:5592 NOTICE: [plugin.video.elementum] SilentStreamStart: false, 2021-03-20 12:15:50.914 T:5592 NOTICE: [plugin.video.elementum] AutoYesEnabled: true, 2021-03-20 12:15:50.914 T:5592 NOTICE: [plugin.video.elementum] AutoYesTimeout: 5, 2021-03-20 12:15:50.915 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoMovie: false, 2021-03-20 12:15:50.915 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoShow: false, 2021-03-20 12:15:50.915 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoSearch: false, 2021-03-20 12:15:50.916 T:5592 NOTICE: [plugin.video.elementum] ForceLinkType: false, 2021-03-20 12:15:50.916 T:5592 NOTICE: [plugin.video.elementum] UseOriginalTitle: false, 2021-03-20 12:15:50.916 T:5592 NOTICE: [plugin.video.elementum] UseAnimeEnTitle: true, 2021-03-20 12:15:50.916 T:5592 NOTICE: [plugin.video.elementum] UseLowestReleaseDate: true, 2021-03-20 12:15:50.917 T:5592 NOTICE: [plugin.video.elementum] AddSpecials: false, 2021-03-20 12:15:50.917 T:5592 NOTICE: [plugin.video.elementum] AddEpisodeNumbers: false, 2021-03-20 12:15:50.917 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedSeasons: false, 2021-03-20 12:15:50.917 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedEpisodes: false, 2021-03-20 12:15:50.918 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsAll: true, 2021-03-20 12:15:50.918 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsOrder: 0, 2021-03-20 12:15:50.918 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsSpecials: true, 2021-03-20 12:15:50.918 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeStart: true, 2021-03-20 12:15:50.919 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeMatch: true, 2021-03-20 12:15:50.919 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeChoose: true, 2021-03-20 12:15:50.919 T:5592 NOTICE: [plugin.video.elementum] LibraryEnabled: true, 2021-03-20 12:15:50.920 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncEnabled: true, 2021-03-20 12:15:50.920 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncPlaybackEnabled: true, 2021-03-20 12:15:50.920 T:5592 NOTICE: [plugin.video.elementum] LibraryUpdate: 0, 2021-03-20 12:15:50.920 T:5592 NOTICE: [plugin.video.elementum] StrmLanguage: "ru", 2021-03-20 12:15:50.921 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOMovies: true, 2021-03-20 12:15:50.921 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOShows: true, 2021-03-20 12:15:50.921 T:5592 NOTICE: [plugin.video.elementum] PlaybackPercent: 85, 2021-03-20 12:15:50.922 T:5592 NOTICE: [plugin.video.elementum] DownloadStorage: 1, 2021-03-20 12:15:50.922 T:5592 NOTICE: [plugin.video.elementum] SkipBurstSearch: false, 2021-03-20 12:15:50.922 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySize: true, 2021-03-20 12:15:50.922 T:5592 NOTICE: [plugin.video.elementum] AutoKodiBufferSize: true, 2021-03-20 12:15:50.923 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustMemorySize: true, 2021-03-20 12:15:50.923 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySizeStrategy: 2, 2021-03-20 12:15:50.923 T:5592 NOTICE: [plugin.video.elementum] MemorySize: 314572800, 2021-03-20 12:15:50.923 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustBufferSize: false, 2021-03-20 12:15:50.924 T:5592 NOTICE: [plugin.video.elementum] MinCandidateSize: 104857600, 2021-03-20 12:15:50.924 T:5592 NOTICE: [plugin.video.elementum] MinCandidateShowSize: 4194304, 2021-03-20 12:15:50.924 T:5592 NOTICE: [plugin.video.elementum] BufferTimeout: 60, 2021-03-20 12:15:50.924 T:5592 NOTICE: [plugin.video.elementum] BufferSize: 41943040, 2021-03-20 12:15:50.924 T:5592 NOTICE: [plugin.video.elementum] EndBufferSize: 10485760, 2021-03-20 12:15:50.924 T:5592 NOTICE: [plugin.video.elementum] KodiBufferSize: 0, 2021-03-20 12:15:50.925 T:5592 NOTICE: [plugin.video.elementum] UploadRateLimit: 0, 2021-03-20 12:15:50.925 T:5592 NOTICE: [plugin.video.elementum] DownloadRateLimit: 0, 2021-03-20 12:15:50.925 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrents: true, 2021-03-20 12:15:50.925 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrentsPaused: true, 2021-03-20 12:15:50.925 T:5592 NOTICE: [plugin.video.elementum] LimitAfterBuffering: false, 2021-03-20 12:15:50.925 T:5592 NOTICE: [plugin.video.elementum] ConnectionsLimit: 0, 2021-03-20 12:15:50.926 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimit: 0, 2021-03-20 12:15:50.926 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimitAuto: true, 2021-03-20 12:15:50.926 T:5592 NOTICE: [plugin.video.elementum] SessionSave: 15, 2021-03-20 12:15:50.927 T:5592 NOTICE: [plugin.video.elementum] SeedForever: false, 2021-03-20 12:15:50.927 T:5592 NOTICE: [plugin.video.elementum] ShareRatioLimit: 25, 2021-03-20 12:15:50.927 T:5592 NOTICE: [plugin.video.elementum] SeedTimeRatioLimit: 200, 2021-03-20 12:15:50.927 T:5592 NOTICE: [plugin.video.elementum] SeedTimeLimit: 7200, 2021-03-20 12:15:50.927 T:5592 NOTICE: [plugin.video.elementum] DisableUpload: false, 2021-03-20 12:15:50.928 T:5592 NOTICE: [plugin.video.elementum] DisableDHT: false, 2021-03-20 12:15:50.928 T:5592 NOTICE: [plugin.video.elementum] DisableTCP: false, 2021-03-20 12:15:50.928 T:5592 NOTICE: [plugin.video.elementum] DisableUTP: false, 2021-03-20 12:15:50.928 T:5592 NOTICE: [plugin.video.elementum] DisableUPNP: false, 2021-03-20 12:15:50.929 T:5592 NOTICE: [plugin.video.elementum] EncryptionPolicy: 0, 2021-03-20 12:15:50.929 T:5592 NOTICE: [plugin.video.elementum] ListenPortMin: 6891, 2021-03-20 12:15:50.929 T:5592 NOTICE: [plugin.video.elementum] ListenPortMax: 6899, 2021-03-20 12:15:50.930 T:5592 NOTICE: [plugin.video.elementum] ListenInterfaces: "", 2021-03-20 12:15:50.930 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectIP: true, 2021-03-20 12:15:50.930 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectPort: true, 2021-03-20 12:15:50.930 T:5592 NOTICE: [plugin.video.elementum] OutgoingInterfaces: "", 2021-03-20 12:15:50.931 T:5592 NOTICE: [plugin.video.elementum] TunedStorage: false, 2021-03-20 12:15:50.931 T:5592 NOTICE: [plugin.video.elementum] DiskCacheSize: 12582912, 2021-03-20 12:15:50.931 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentConfig: true, 2021-03-20 12:15:50.931 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentLogging: false, 2021-03-20 12:15:50.932 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentDeadlines: false, 2021-03-20 12:15:50.932 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentPauseResume: false, 2021-03-20 12:15:50.932 T:5592 NOTICE: [plugin.video.elementum] LibtorrentProfile: 0, 2021-03-20 12:15:50.933 T:5592 NOTICE: [plugin.video.elementum] MagnetTrackers: 0, 2021-03-20 12:15:50.933 T:5592 NOTICE: [plugin.video.elementum] MagnetResolveTimeout: 20, 2021-03-20 12:15:50.933 T:5592 NOTICE: [plugin.video.elementum] Scrobble: false, 2021-03-20 12:15:50.934 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeEnabled: true, 2021-03-20 12:15:50.934 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLibraryEnabled: true, 2021-03-20 12:15:50.934 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategy: 0, 2021-03-20 12:15:50.935 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategyExpect: 10, 2021-03-20 12:15:50.935 T:5592 NOTICE: [plugin.video.elementum] AutoScrapePerHours: 12, 2021-03-20 12:15:50.936 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLimitMovies: 50, 2021-03-20 12:15:50.936 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeInterval: 30, 2021-03-20 12:15:50.936 T:5592 NOTICE: [plugin.video.elementum] TraktAuthorized: false, 2021-03-20 12:15:50.937 T:5592 NOTICE: [plugin.video.elementum] TraktUsername: "", 2021-03-20 12:15:50.937 T:5592 NOTICE: [plugin.video.elementum] TraktToken: "", 2021-03-20 12:15:50.938 T:5592 NOTICE: [plugin.video.elementum] TraktRefreshToken: "", 2021-03-20 12:15:50.938 T:5592 NOTICE: [plugin.video.elementum] TraktTokenExpiry: 0, 2021-03-20 12:15:50.938 T:5592 NOTICE: [plugin.video.elementum] TraktSyncEnabled: true, 2021-03-20 12:15:50.939 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackEnabled: true, 2021-03-20 12:15:50.939 T:5592 NOTICE: [plugin.video.elementum] TraktSyncFrequencyMin: 5, 2021-03-20 12:15:50.940 T:5592 NOTICE: [plugin.video.elementum] TraktSyncCollections: true, 2021-03-20 12:15:50.940 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchlist: true, 2021-03-20 12:15:50.940 T:5592 NOTICE: [plugin.video.elementum] TraktSyncUserlists: true, 2021-03-20 12:15:50.940 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackProgress: true, 2021-03-20 12:15:50.941 T:5592 NOTICE: [plugin.video.elementum] TraktSyncHidden: true, 2021-03-20 12:15:50.941 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatched: true, 2021-03-20 12:15:50.941 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchedBack: true, 2021-03-20 12:15:50.941 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMovies: true, 2021-03-20 12:15:50.942 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesLocation: 0, 2021-03-20 12:15:50.942 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesList: 0, 2021-03-20 12:15:50.942 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShows: true, 2021-03-20 12:15:50.942 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsLocation: 0, 2021-03-20 12:15:50.943 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsList: 0, 2021-03-20 12:15:50.943 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:50.944 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMovies: true, 2021-03-20 12:15:50.944 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:50.944 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesLocation: 0, 2021-03-20 12:15:50.944 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:50.945 T:5592 WARNING: Previous line repeats 1 times. 2021-03-20 12:15:50.945 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesList: 0, 2021-03-20 12:15:50.945 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShows: true, 2021-03-20 12:15:50.945 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsLocation: 0, 2021-03-20 12:15:50.945 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsList: 0, 2021-03-20 12:15:50.945 T:5592 NOTICE: [plugin.video.elementum] TraktProgressUnaired: true, 2021-03-20 12:15:50.945 T:5592 NOTICE: [plugin.video.elementum] TraktProgressSort: 0, 2021-03-20 12:15:50.946 T:5592 NOTICE: [plugin.video.elementum] TraktProgressDateFormat: "yyyy-mm-dd", 2021-03-20 12:15:50.946 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorDate: "yellow", 2021-03-20 12:15:50.946 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorShow: "none", 2021-03-20 12:15:50.946 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorEpisode: "skyblue", 2021-03-20 12:15:50.946 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorUnaired: "deeppink", 2021-03-20 12:15:50.947 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsDateFormat: "yyyy-mm-dd", 2021-03-20 12:15:50.947 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorDate: "yellow", 2021-03-20 12:15:50.947 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorShow: "none", 2021-03-20 12:15:50.947 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorEpisode: "skyblue", 2021-03-20 12:15:50.947 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorUnaired: "deeppink", 2021-03-20 12:15:50.948 T:5592 NOTICE: [plugin.video.elementum] UpdateFrequency: 6, 2021-03-20 12:15:50.948 T:5592 NOTICE: [plugin.video.elementum] UpdateDelay: 300, 2021-03-20 12:15:50.948 T:5592 NOTICE: [plugin.video.elementum] UpdateAutoScan: true, 2021-03-20 12:15:50.948 T:5592 NOTICE: [plugin.video.elementum] PlayResumeAction: 1, 2021-03-20 12:15:50.949 T:5592 NOTICE: [plugin.video.elementum] PlayResumeBack: 0, 2021-03-20 12:15:50.949 T:5592 NOTICE: [plugin.video.elementum] TMDBApiKey: "", 2021-03-20 12:15:50.949 T:5592 NOTICE: [plugin.video.elementum] OSDBUser: "", 2021-03-20 12:15:50.950 T:5592 NOTICE: [plugin.video.elementum] OSDBPass: "", 2021-03-20 12:15:50.950 T:5592 NOTICE: [plugin.video.elementum] OSDBLanguage: "ru", 2021-03-20 12:15:50.950 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLanguage: true, 2021-03-20 12:15:50.950 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoad: false, 2021-03-20 12:15:50.952 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadCount: 1, 2021-03-20 12:15:50.952 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadDelete: true, 2021-03-20 12:15:50.953 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadSkipExists: true, 2021-03-20 12:15:50.954 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedEnabled: true, 2021-03-20 12:15:50.954 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedSkipExists: true, 2021-03-20 12:15:50.954 T:5592 NOTICE: [plugin.video.elementum] SortingModeMovies: 2, 2021-03-20 12:15:50.955 T:5592 NOTICE: [plugin.video.elementum] SortingModeShows: 2, 2021-03-20 12:15:50.955 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceMovies: 0, 2021-03-20 12:15:50.956 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceShows: 0, 2021-03-20 12:15:50.956 T:5592 NOTICE: [plugin.video.elementum] PercentageAdditionalSeeders: 25, 2021-03-20 12:15:50.957 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeoutEnabled: false, 2021-03-20 12:15:50.957 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeout: 30, 2021-03-20 12:15:50.957 T:5592 NOTICE: [plugin.video.elementum] InternalDNSEnabled: true, 2021-03-20 12:15:50.958 T:5592 NOTICE: [plugin.video.elementum] InternalDNSSkipIPv6: true, 2021-03-20 12:15:50.958 T:5592 NOTICE: [plugin.video.elementum] InternalProxyEnabled: true, 2021-03-20 12:15:50.958 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLogging: false, 2021-03-20 12:15:50.959 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLoggingBody: false, 2021-03-20 12:15:50.959 T:5592 NOTICE: [plugin.video.elementum] ProxyURL: "", 2021-03-20 12:15:50.959 T:5592 NOTICE: [plugin.video.elementum] ProxyType: 1, 2021-03-20 12:15:50.960 T:5592 NOTICE: [plugin.video.elementum] ProxyEnabled: false, 2021-03-20 12:15:50.960 T:5592 NOTICE: [plugin.video.elementum] ProxyHost: "", 2021-03-20 12:15:50.960 T:5592 NOTICE: [plugin.video.elementum] ProxyPort: 1080, 2021-03-20 12:15:50.960 T:5592 NOTICE: [plugin.video.elementum] ProxyLogin: "", 2021-03-20 12:15:50.961 T:5592 NOTICE: [plugin.video.elementum] ProxyPassword: "", 2021-03-20 12:15:50.961 T:5592 NOTICE: [plugin.video.elementum] ProxyUseHTTP: true, 2021-03-20 12:15:50.961 T:5592 NOTICE: [plugin.video.elementum] ProxyUseTracker: true, 2021-03-20 12:15:50.961 T:5592 NOTICE: [plugin.video.elementum] ProxyUseDownload: true, 2021-03-20 12:15:50.962 T:5592 NOTICE: [plugin.video.elementum] CompletedMove: false, 2021-03-20 12:15:50.962 T:5592 NOTICE: [plugin.video.elementum] CompletedMoviesPath: "", 2021-03-20 12:15:50.962 T:5592 NOTICE: [plugin.video.elementum] CompletedShowsPath: "", 2021-03-20 12:15:50.962 T:5592 NOTICE: [plugin.video.elementum] LocalOnlyClient: false, 2021-03-20 12:15:50.962 T:5592 NOTICE: [plugin.video.elementum] LogLevel: 2, 2021-03-20 12:15:50.963 T:5592 NOTICE: [plugin.video.elementum] } 2021-03-20 12:15:50.963 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Addon: plugin.video.elementum v0.1.69 2021-03-20 12:15:50.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Configuring client... 2021-03-20 12:15:50.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Starting internal proxy 2021-03-20 12:15:50.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying session settings... 2021-03-20 12:15:50.964 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure UserAgent: Elementum/0.1.69, PeerID: -GT0001- 2021-03-20 12:15:50.964 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying encryption settings... 2021-03-20 12:15:50.964 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure DownloadStorage: Memory 2021-03-20 12:15:50.964 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Listening on: 0.0.0.0:6892,0.0.0.0:6891 2021-03-20 12:15:50.965 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ func1 Service started in 6.0075ms 2021-03-20 12:15:50.965 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ alertsConsumer Consuming alerts... 2021-03-20 12:15:50.965 T:5592 NOTICE: [plugin.video.elementum] INFO tmdb ▶ CheckAPIKey Checking TMDB API key... 2021-03-20 12:15:50.965 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting LSD... 2021-03-20 12:15:50.966 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting DHT... 2021-03-20 12:15:50.966 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting UPNP... 2021-03-20 12:15:50.966 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting NATPMP... 2021-03-20 12:15:50.966 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Prepared in 176.1965ms 2021-03-20 12:15:50.966 T:648 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:50.967 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting HTTP server 2021-03-20 12:15:50.967 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Warming up caches... 2021-03-20 12:15:50.967 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ func10 Updating Kodi add-on repositories... 2021-03-20 12:15:50.970 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Caches warmed up in 29.0294ms 2021-03-20 12:15:50.980 T:9864 NOTICE: [plugin.video.elementum] Cleaning up dialogs 2021-03-20 12:15:50.987 T:5644 NOTICE: [plugin.video.elementum] Resetting RPC objects... 2021-03-20 12:15:50.994 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6892 2021-03-20 12:15:50.995 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6892 2021-03-20 12:15:50.995 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6891 2021-03-20 12:15:50.995 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6891 2021-03-20 12:15:50.995 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:6891 2021-03-20 12:15:51.006 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6892: 2 2021-03-20 12:15:51.016 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6891: 3 2021-03-20 12:15:51.022 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Bolt Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\cache-backup.db 2021-03-20 12:15:51.095 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Storm Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\storm-backup.db 2021-03-20 12:15:51.097 T:5592 NOTICE: [plugin.video.elementum] NOTI tmdb ▶ CheckAPIKey TMDB API key check passed, using 8cf43ad... 2021-03-20 12:15:51.213 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts external_ip_alert: external IP received 45.XX.XX.XX 2021-03-20 12:15:51.442 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of plugin.video.elementum: v0.1.71 2021-03-20 12:15:51.442 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of script.elementum.burst: v0.0.62 2021-03-20 12:15:51.442 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of context.elementum: v0.0.5 2021-03-20 12:15:51.442 T:5592 NOTICE: [plugin.video.elementum] [GIN] 2021/03/20 - 12:15:51 | 200 | 406.9262ms | 127.0.0.1 | GET "/repository/elgatito/plugin.video.elementum/addons.xml.md5" 2021-03-20 12:15:51.718 T:5592 NOTICE: [plugin.video.elementum] WARN tmdb ▶ func1 Rate limit exceeded getting movie with map[api_key:[8cf43ad9c085135b9479ad5cf6bbcbda] append_to_response:[credits,images,alternative_titles,translations,external_ids,trailers,release_dates] include_image_language:[ru,en,null] language:[ru]] on https://api.themoviedb.org/3/movie/719589, cooling down... 2021-03-20 12:15:51.720 T:5592 NOTICE: [plugin.video.elementum] INFO linkssearch ▶ processLinks Resolving torrent files... 2021-03-20 12:15:51.723 T:5592 NOTICE: [plugin.video.elementum] panic: runtime error: invalid memory address or nil pointer dereference 2021-03-20 12:15:51.723 T:5592 NOTICE: [plugin.video.elementum] [signal 0xc0000005 code=0x0 addr=0x60 pc=0x1c50e69] 2021-03-20 12:15:51.723 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] goroutine 209 [running]: 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchObject(0xc0000d8550, 0x0, 0x0) 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:153 +0x49 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchSilentObject(...) 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:144 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).SearchMovieLinksSilent(0xc0000d8550, 0x0, 0x1206f01, 0xc00062a180, 0xc000a4bfa8, 0x1) 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:399 +0x45 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.SearchMovieSilent.func1.1(0xc0005a6230, 0x0, 0xc000209501, 0xc0000682a0, 0x1a1fb6a6580, 0xc0000d8550) 2021-03-20 12:15:51.724 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:106 +0x83 2021-03-20 12:15:51.725 T:5592 NOTICE: [plugin.video.elementum] created by github.com/elgatito/elementum/providers.SearchMovieSilent.func1 2021-03-20 12:15:51.725 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:104 +0xf6 2021-03-20 12:15:51.732 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:15:51.735 T:5592 NOTICE: Previous line repeats 63 times. 2021-03-20 12:15:51.735 T:5592 NOTICE: [plugin.video.elementum] System information: windows_x64 2021-03-20 12:15:51.735 T:5592 NOTICE: [plugin.video.elementum] Kodi build version: 18.9 (18.9.0) Git:20201023-0655c2c718 2021-03-20 12:15:51.736 T:5592 NOTICE: [plugin.video.elementum] OS type: Windows 2021-03-20 12:15:51.736 T:5592 NOTICE: [plugin.video.elementum] uname: ('Windows', 'Proxima', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel') 2021-03-20 12:15:56.361 T:840 ERROR: CCurlFile::Open failed with code 404 for https://vadyur.github.io/kodi_repo/repo/addons.xml.md5: 2021-03-20 12:15:56.361 T:840 ERROR: XFILE::CFileCache::Open - failed to open source 2021-03-20 12:15:56.361 T:840 ERROR: CRepository: failed read 'https://vadyur.github.io/kodi_repo/repo/addons.xml.md5' 2021-03-20 12:15:56.373 T:840 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:56.737 T:5592 WARNING: Previous line repeats 2 times. 2021-03-20 12:15:56.737 T:5592 NOTICE: [plugin.video.elementum] elementumd: starting elementumd 2021-03-20 12:15:56.737 T:5592 NOTICE: [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-03-20 12:15:56.740 T:5592 NOTICE: [plugin.video.elementum] Binary detection. Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:15:56.741 T:5592 NOTICE: [plugin.video.elementum] Deleting stale files set([]) 2021-03-20 12:15:56.741 T:5592 NOTICE: [plugin.video.elementum] Binary detection: [ Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe ] 2021-03-20 12:15:56.741 T:5592 NOTICE: [plugin.video.elementum] Binary dir: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64, item: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:15:56.741 T:5592 WARNING: [plugin.video.elementum] Existing process found from lockfile, killing... 2021-03-20 12:15:56.741 T:5592 ERROR: [plugin.video.elementum] WindowsError(5, '') 2021-03-20 12:15:56.741 T:5592 WARNING: [plugin.video.elementum] Removing library.db.lock file at C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\library.db.lock ... 2021-03-20 12:15:56.742 T:5592 ERROR: [plugin.video.elementum] WindowsError(2, '') 2021-03-20 12:15:56.804 T:5592 NOTICE: [plugin.video.elementum] elementumd: start args: [u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1\\ELEMEN~1.EXE'], kw: {'startupinfo': , 'cwd': u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1', 'stderr': -2, 'stdout': -1} 2021-03-20 12:15:56.889 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-03-20 12:15:56.889 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-03-20 12:15:56.889 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-03-20 12:15:56.889 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-03-20 12:15:56.928 T:5592 NOTICE: [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library , Torrents = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents , Storage = 1 2021-03-20 12:15:56.928 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-03-20 12:15:56.928 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using library path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library 2021-03-20 12:15:56.929 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using torrents path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents 2021-03-20 12:15:56.956 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using configuration: &config.Configuration{ 2021-03-20 12:15:56.956 T:5592 NOTICE: [plugin.video.elementum] DownloadPath: ".", 2021-03-20 12:15:56.956 T:5592 NOTICE: [plugin.video.elementum] TorrentsPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_torrents", 2021-03-20 12:15:56.956 T:5592 NOTICE: [plugin.video.elementum] LibraryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_library", 2021-03-20 12:15:56.956 T:5592 NOTICE: [plugin.video.elementum] Info: &xbmc.AddonInfo{ 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Author: "elgatito", 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Changelog: "", 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Description: "Elementum is a torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted add-ons (called providers) that are installed separately.[CR]This project is a fork of the well known, but no longer maintained Pulsar/Quasar projects from steeve and scakemyer.", 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Disclaimer: "The author does not own or host any content found within this Addon. The author is not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation.", 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Fanart: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\fanart.png", 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Home: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:15:56.957 T:5592 NOTICE: [plugin.video.elementum] Icon: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\icon.png", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] ID: "plugin.video.elementum", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Name: "Elementum", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Path: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Profile: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] TempPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Stars: "-1", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Summary: "Elementum: Media streaming", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Type: "xbmc.python.pluginsource", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Version: "0.1.69", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Xbmc: "C:\\Program Files\\Kodi\\", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Platform: &xbmc.Platform{ 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] OS: "windows", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Arch: "x64", 2021-03-20 12:15:56.958 T:5592 NOTICE: [plugin.video.elementum] Version: "", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] Kodi: 18, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] Build: "18.9 (18.9.0) Git:20201023-0655c2c718", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] Language: "ru", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] Region: "RU", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] TemporaryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] ProfilePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] HomePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] XbmcPath: "C:\\Program Files\\Kodi\\", 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] SpoofUserAgent: 0, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] KeepDownloading: 1, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] KeepFilesPlaying: 1, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] KeepFilesFinished: 1, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] UseTorrentHistory: true, 2021-03-20 12:15:56.959 T:5592 NOTICE: [plugin.video.elementum] TorrentHistorySize: 50, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] UseFanartTv: false, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgress: false, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgressPlayback: true, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] ForceUseTrakt: false, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] UseCacheSelection: true, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] UseCacheSearch: false, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] UseCacheTorrents: true, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] CacheSearchDuration: 180, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] ShowFilesWatched: true, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] ResultsPerPage: 10, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] GreetingEnabled: true, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] EnableOverlayStatus: true, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] SilentStreamStart: false, 2021-03-20 12:15:56.960 T:5592 NOTICE: [plugin.video.elementum] AutoYesEnabled: true, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] AutoYesTimeout: 5, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoMovie: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoShow: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoSearch: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ForceLinkType: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] UseOriginalTitle: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] UseAnimeEnTitle: true, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] UseLowestReleaseDate: true, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] AddSpecials: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] AddEpisodeNumbers: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedSeasons: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedEpisodes: false, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsAll: true, 2021-03-20 12:15:56.961 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsOrder: 0, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsSpecials: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeStart: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeMatch: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeChoose: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] LibraryEnabled: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncEnabled: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncPlaybackEnabled: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] LibraryUpdate: 0, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] StrmLanguage: "ru", 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOMovies: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOShows: true, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] PlaybackPercent: 85, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] DownloadStorage: 1, 2021-03-20 12:15:56.962 T:5592 NOTICE: [plugin.video.elementum] SkipBurstSearch: false, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySize: true, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] AutoKodiBufferSize: true, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustMemorySize: true, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySizeStrategy: 2, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] MemorySize: 314572800, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustBufferSize: false, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] MinCandidateSize: 104857600, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] MinCandidateShowSize: 4194304, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] BufferTimeout: 60, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] BufferSize: 41943040, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] EndBufferSize: 10485760, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] KodiBufferSize: 0, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] UploadRateLimit: 0, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] DownloadRateLimit: 0, 2021-03-20 12:15:56.963 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrents: true, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrentsPaused: true, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] LimitAfterBuffering: false, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] ConnectionsLimit: 0, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimit: 0, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimitAuto: true, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] SessionSave: 15, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] SeedForever: false, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] ShareRatioLimit: 25, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] SeedTimeRatioLimit: 200, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] SeedTimeLimit: 7200, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] DisableUpload: false, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] DisableDHT: false, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] DisableTCP: false, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] DisableUTP: false, 2021-03-20 12:15:56.964 T:5592 NOTICE: [plugin.video.elementum] DisableUPNP: false, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] EncryptionPolicy: 0, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] ListenPortMin: 6891, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] ListenPortMax: 6899, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] ListenInterfaces: "", 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectIP: true, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectPort: true, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] OutgoingInterfaces: "", 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] TunedStorage: false, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] DiskCacheSize: 12582912, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentConfig: true, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentLogging: false, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentDeadlines: false, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentPauseResume: false, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] LibtorrentProfile: 0, 2021-03-20 12:15:56.965 T:5592 NOTICE: [plugin.video.elementum] MagnetTrackers: 0, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] MagnetResolveTimeout: 20, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] Scrobble: false, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeEnabled: true, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLibraryEnabled: true, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategy: 0, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategyExpect: 10, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapePerHours: 12, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLimitMovies: 50, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeInterval: 30, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] TraktAuthorized: false, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] TraktUsername: "", 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] TraktToken: "", 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] TraktRefreshToken: "", 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] TraktTokenExpiry: 0, 2021-03-20 12:15:56.966 T:5592 NOTICE: [plugin.video.elementum] TraktSyncEnabled: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackEnabled: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncFrequencyMin: 5, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncCollections: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchlist: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncUserlists: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackProgress: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncHidden: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatched: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchedBack: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMovies: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesLocation: 0, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesList: 0, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShows: true, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsLocation: 0, 2021-03-20 12:15:56.967 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsList: 0, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMovies: true, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesLocation: 0, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesList: 0, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShows: true, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsLocation: 0, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsList: 0, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressUnaired: true, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressSort: 0, 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressDateFormat: "yyyy-mm-dd", 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorDate: "yellow", 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorShow: "none", 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorEpisode: "skyblue", 2021-03-20 12:15:56.968 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorUnaired: "deeppink", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsDateFormat: "yyyy-mm-dd", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorDate: "yellow", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorShow: "none", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorEpisode: "skyblue", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorUnaired: "deeppink", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] UpdateFrequency: 6, 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] UpdateDelay: 300, 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] UpdateAutoScan: true, 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] PlayResumeAction: 1, 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] PlayResumeBack: 0, 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] TMDBApiKey: "", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] OSDBUser: "", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] OSDBPass: "", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] OSDBLanguage: "ru", 2021-03-20 12:15:56.969 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLanguage: true, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoad: false, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadCount: 1, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadDelete: true, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadSkipExists: true, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedEnabled: true, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedSkipExists: true, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] SortingModeMovies: 2, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] SortingModeShows: 2, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceMovies: 0, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceShows: 0, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] PercentageAdditionalSeeders: 25, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeoutEnabled: false, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeout: 30, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] InternalDNSEnabled: true, 2021-03-20 12:15:56.970 T:5592 NOTICE: [plugin.video.elementum] InternalDNSSkipIPv6: true, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] InternalProxyEnabled: true, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLogging: false, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLoggingBody: false, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyURL: "", 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyType: 1, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyEnabled: false, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyHost: "", 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyPort: 1080, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyLogin: "", 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyPassword: "", 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyUseHTTP: true, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyUseTracker: true, 2021-03-20 12:15:56.971 T:5592 NOTICE: [plugin.video.elementum] ProxyUseDownload: true, 2021-03-20 12:15:56.972 T:5592 NOTICE: [plugin.video.elementum] CompletedMove: false, 2021-03-20 12:15:56.972 T:5592 NOTICE: [plugin.video.elementum] CompletedMoviesPath: "", 2021-03-20 12:15:56.972 T:5592 NOTICE: [plugin.video.elementum] CompletedShowsPath: "", 2021-03-20 12:15:56.972 T:5592 NOTICE: [plugin.video.elementum] LocalOnlyClient: false, 2021-03-20 12:15:56.972 T:5592 NOTICE: [plugin.video.elementum] LogLevel: 2, 2021-03-20 12:15:56.973 T:5592 NOTICE: [plugin.video.elementum] } 2021-03-20 12:15:56.973 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Addon: plugin.video.elementum v0.1.69 2021-03-20 12:15:56.973 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Configuring client... 2021-03-20 12:15:56.974 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Starting internal proxy 2021-03-20 12:15:56.974 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying session settings... 2021-03-20 12:15:56.974 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure UserAgent: Elementum/0.1.69, PeerID: -GT0001- 2021-03-20 12:15:56.974 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying encryption settings... 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure DownloadStorage: Memory 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Listening on: 0.0.0.0:6894,0.0.0.0:6892 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ func1 Service started in 4.0038ms 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ alertsConsumer Consuming alerts... 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO tmdb ▶ CheckAPIKey Checking TMDB API key... 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting LSD... 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting DHT... 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting UPNP... 2021-03-20 12:15:56.975 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting NATPMP... 2021-03-20 12:15:56.976 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Prepared in 86.5862ms 2021-03-20 12:15:56.976 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting HTTP server 2021-03-20 12:15:56.976 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Warming up caches... 2021-03-20 12:15:56.977 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:56.983 T:5592 WARNING: Previous line repeats 3 times. 2021-03-20 12:15:56.983 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ func10 Updating Kodi add-on repositories... 2021-03-20 12:15:56.991 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6894 2021-03-20 12:15:56.991 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6894 2021-03-20 12:15:56.991 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6892 2021-03-20 12:15:56.991 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6892 2021-03-20 12:15:56.992 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:6892 2021-03-20 12:15:56.994 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Caches warmed up in 18.0176ms 2021-03-20 12:15:56.997 T:648 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:15:56.998 T:9796 NOTICE: [plugin.video.elementum] Cleaning up dialogs 2021-03-20 12:15:57.002 T:5636 NOTICE: [plugin.video.elementum] Resetting RPC objects... 2021-03-20 12:15:57.003 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6894: 2 2021-03-20 12:15:57.011 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6892: 3 2021-03-20 12:15:57.021 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Bolt Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\cache-backup.db 2021-03-20 12:15:57.060 T:5592 NOTICE: [plugin.video.elementum] NOTI tmdb ▶ CheckAPIKey TMDB API key check passed, using 29a551a... 2021-03-20 12:15:57.078 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Storm Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\storm-backup.db 2021-03-20 12:15:57.198 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts external_ip_alert: external IP received 45.XX.XX.XX 2021-03-20 12:15:57.418 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of plugin.video.elementum: v0.1.71 2021-03-20 12:15:57.418 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of script.elementum.burst: v0.0.62 2021-03-20 12:15:57.418 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of context.elementum: v0.0.5 2021-03-20 12:15:57.419 T:5592 NOTICE: [plugin.video.elementum] [GIN] 2021/03/20 - 12:15:57 | 200 | 372.335ms | 127.0.0.1 | GET "/repository/elgatito/plugin.video.elementum/addons.xml.md5" 2021-03-20 12:15:57.702 T:5592 NOTICE: [plugin.video.elementum] WARN tmdb ▶ func1 Rate limit exceeded getting movie with map[api_key:[29a551a65eef108dd01b46e27eb0554a] append_to_response:[credits,images,alternative_titles,translations,external_ids,trailers,release_dates] include_image_language:[ru,en,null] language:[ru]] on https://api.themoviedb.org/3/movie/719589, cooling down... 2021-03-20 12:15:57.704 T:5592 NOTICE: [plugin.video.elementum] INFO linkssearch ▶ processLinks Resolving torrent files... 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] panic: runtime error: invalid memory address or nil pointer dereference 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] [signal 0xc0000005 code=0x0 addr=0x60 pc=0x1c50e69] 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] goroutine 244 [running]: 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchObject(0xc0000b4500, 0x0, 0xc00004e040) 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:153 +0x49 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchSilentObject(...) 2021-03-20 12:15:57.706 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:144 2021-03-20 12:15:57.707 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).SearchMovieLinksSilent(0xc0000b4500, 0x0, 0xc0004ddf01, 0x154a685, 0xc0004f0480, 0xc0004ddf98) 2021-03-20 12:15:57.707 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:399 +0x45 2021-03-20 12:15:57.707 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.SearchMovieSilent.func1.1(0xc0004f4460, 0x0, 0x1, 0xc000556420, 0x24f76fa9540, 0xc0000b4500) 2021-03-20 12:15:57.707 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:106 +0x83 2021-03-20 12:15:57.707 T:5592 NOTICE: [plugin.video.elementum] created by github.com/elgatito/elementum/providers.SearchMovieSilent.func1 2021-03-20 12:15:57.707 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:104 +0xf6 2021-03-20 12:15:57.714 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:15:57.718 T:5592 NOTICE: Previous line repeats 78 times. 2021-03-20 12:15:57.718 T:5592 NOTICE: [plugin.video.elementum] System information: windows_x64 2021-03-20 12:15:57.718 T:5592 NOTICE: [plugin.video.elementum] Kodi build version: 18.9 (18.9.0) Git:20201023-0655c2c718 2021-03-20 12:15:57.718 T:5592 NOTICE: [plugin.video.elementum] OS type: Windows 2021-03-20 12:15:57.718 T:5592 NOTICE: [plugin.video.elementum] uname: ('Windows', 'Proxima', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel') 2021-03-20 12:16:01.252 T:9124 ERROR: CCurlFile::Open failed with code 404 for https://vadyur.github.io/kodi_repo/repo/addons.xml.md5: 2021-03-20 12:16:01.252 T:9124 ERROR: XFILE::CFileCache::Open - failed to open source 2021-03-20 12:16:01.252 T:9124 ERROR: CRepository: failed read 'https://vadyur.github.io/kodi_repo/repo/addons.xml.md5' 2021-03-20 12:16:01.264 T:9124 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:02.719 T:5592 WARNING: Previous line repeats 2 times. 2021-03-20 12:16:02.719 T:5592 NOTICE: [plugin.video.elementum] elementumd: starting elementumd 2021-03-20 12:16:02.719 T:5592 NOTICE: [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-03-20 12:16:02.726 T:5592 NOTICE: [plugin.video.elementum] Binary detection. Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:16:02.727 T:5592 NOTICE: [plugin.video.elementum] Deleting stale files set([]) 2021-03-20 12:16:02.727 T:5592 NOTICE: [plugin.video.elementum] Binary detection: [ Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe ] 2021-03-20 12:16:02.727 T:5592 NOTICE: [plugin.video.elementum] Binary dir: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64, item: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:16:02.727 T:5592 WARNING: [plugin.video.elementum] Existing process found from lockfile, killing... 2021-03-20 12:16:02.727 T:5592 ERROR: [plugin.video.elementum] WindowsError(5, '') 2021-03-20 12:16:02.727 T:5592 WARNING: [plugin.video.elementum] Removing library.db.lock file at C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\library.db.lock ... 2021-03-20 12:16:02.727 T:5592 ERROR: [plugin.video.elementum] WindowsError(2, '') 2021-03-20 12:16:02.790 T:5592 NOTICE: [plugin.video.elementum] elementumd: start args: [u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1\\ELEMEN~1.EXE'], kw: {'startupinfo': , 'cwd': u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1', 'stderr': -2, 'stdout': -1} 2021-03-20 12:16:02.872 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-03-20 12:16:02.872 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-03-20 12:16:02.873 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-03-20 12:16:02.873 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-03-20 12:16:02.914 T:5592 NOTICE: [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library , Torrents = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents , Storage = 1 2021-03-20 12:16:02.914 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-03-20 12:16:02.914 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using library path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library 2021-03-20 12:16:02.915 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using torrents path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using configuration: &config.Configuration{ 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] DownloadPath: ".", 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] TorrentsPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_torrents", 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] LibraryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_library", 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] Info: &xbmc.AddonInfo{ 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] Author: "elgatito", 2021-03-20 12:16:02.940 T:5592 NOTICE: [plugin.video.elementum] Changelog: "", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Description: "Elementum is a torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted add-ons (called providers) that are installed separately.[CR]This project is a fork of the well known, but no longer maintained Pulsar/Quasar projects from steeve and scakemyer.", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Disclaimer: "The author does not own or host any content found within this Addon. The author is not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation.", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Fanart: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\fanart.png", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Home: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Icon: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\icon.png", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] ID: "plugin.video.elementum", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Name: "Elementum", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Path: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] Profile: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:16:02.941 T:5592 NOTICE: [plugin.video.elementum] TempPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Stars: "-1", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Summary: "Elementum: Media streaming", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Type: "xbmc.python.pluginsource", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Version: "0.1.69", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Xbmc: "C:\\Program Files\\Kodi\\", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Platform: &xbmc.Platform{ 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] OS: "windows", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Arch: "x64", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Version: "", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Kodi: 18, 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Build: "18.9 (18.9.0) Git:20201023-0655c2c718", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Language: "ru", 2021-03-20 12:16:02.942 T:5592 NOTICE: [plugin.video.elementum] Region: "RU", 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] TemporaryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] ProfilePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] HomePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] XbmcPath: "C:\\Program Files\\Kodi\\", 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] SpoofUserAgent: 0, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] KeepDownloading: 1, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] KeepFilesPlaying: 1, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] KeepFilesFinished: 1, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] UseTorrentHistory: true, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] TorrentHistorySize: 50, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] UseFanartTv: false, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgress: false, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgressPlayback: true, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] ForceUseTrakt: false, 2021-03-20 12:16:02.943 T:5592 NOTICE: [plugin.video.elementum] UseCacheSelection: true, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] UseCacheSearch: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] UseCacheTorrents: true, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] CacheSearchDuration: 180, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] ShowFilesWatched: true, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] ResultsPerPage: 10, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] GreetingEnabled: true, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] EnableOverlayStatus: true, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] SilentStreamStart: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] AutoYesEnabled: true, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] AutoYesTimeout: 5, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoMovie: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoShow: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoSearch: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] ForceLinkType: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] UseOriginalTitle: false, 2021-03-20 12:16:02.944 T:5592 NOTICE: [plugin.video.elementum] UseAnimeEnTitle: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] UseLowestReleaseDate: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] AddSpecials: false, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] AddEpisodeNumbers: false, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedSeasons: false, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedEpisodes: false, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsAll: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsOrder: 0, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsSpecials: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeStart: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeMatch: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeChoose: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] LibraryEnabled: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncEnabled: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncPlaybackEnabled: true, 2021-03-20 12:16:02.945 T:5592 NOTICE: [plugin.video.elementum] LibraryUpdate: 0, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] StrmLanguage: "ru", 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOMovies: true, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOShows: true, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] PlaybackPercent: 85, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] DownloadStorage: 1, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] SkipBurstSearch: false, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySize: true, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] AutoKodiBufferSize: true, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustMemorySize: true, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySizeStrategy: 2, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] MemorySize: 314572800, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustBufferSize: false, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] MinCandidateSize: 104857600, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] MinCandidateShowSize: 4194304, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] BufferTimeout: 60, 2021-03-20 12:16:02.946 T:5592 NOTICE: [plugin.video.elementum] BufferSize: 41943040, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] EndBufferSize: 10485760, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] KodiBufferSize: 0, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] UploadRateLimit: 0, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] DownloadRateLimit: 0, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrents: true, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrentsPaused: true, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] LimitAfterBuffering: false, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] ConnectionsLimit: 0, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimit: 0, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimitAuto: true, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] SessionSave: 15, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] SeedForever: false, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] ShareRatioLimit: 25, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] SeedTimeRatioLimit: 200, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] SeedTimeLimit: 7200, 2021-03-20 12:16:02.947 T:5592 NOTICE: [plugin.video.elementum] DisableUpload: false, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] DisableDHT: false, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] DisableTCP: false, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] DisableUTP: false, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] DisableUPNP: false, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] EncryptionPolicy: 0, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] ListenPortMin: 6891, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] ListenPortMax: 6899, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] ListenInterfaces: "", 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectIP: true, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectPort: true, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] OutgoingInterfaces: "", 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] TunedStorage: false, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] DiskCacheSize: 12582912, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentConfig: true, 2021-03-20 12:16:02.948 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentLogging: false, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentDeadlines: false, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentPauseResume: false, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] LibtorrentProfile: 0, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] MagnetTrackers: 0, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] MagnetResolveTimeout: 20, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] Scrobble: false, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeEnabled: true, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLibraryEnabled: true, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategy: 0, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategyExpect: 10, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapePerHours: 12, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLimitMovies: 50, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeInterval: 30, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] TraktAuthorized: false, 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] TraktUsername: "", 2021-03-20 12:16:02.949 T:5592 NOTICE: [plugin.video.elementum] TraktToken: "", 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktRefreshToken: "", 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktTokenExpiry: 0, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncEnabled: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackEnabled: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncFrequencyMin: 5, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncCollections: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchlist: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncUserlists: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackProgress: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncHidden: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatched: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchedBack: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMovies: true, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesLocation: 0, 2021-03-20 12:16:02.950 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesList: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShows: true, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsLocation: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsList: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMovies: true, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesLocation: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesList: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShows: true, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsLocation: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsList: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktProgressUnaired: true, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktProgressSort: 0, 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktProgressDateFormat: "yyyy-mm-dd", 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorDate: "yellow", 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorShow: "none", 2021-03-20 12:16:02.951 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorEpisode: "skyblue", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorUnaired: "deeppink", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsDateFormat: "yyyy-mm-dd", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorDate: "yellow", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorShow: "none", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorEpisode: "skyblue", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorUnaired: "deeppink", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] UpdateFrequency: 6, 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] UpdateDelay: 300, 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] UpdateAutoScan: true, 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] PlayResumeAction: 1, 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] PlayResumeBack: 0, 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] TMDBApiKey: "", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] OSDBUser: "", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] OSDBPass: "", 2021-03-20 12:16:02.952 T:5592 NOTICE: [plugin.video.elementum] OSDBLanguage: "ru", 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLanguage: true, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoad: false, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadCount: 1, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadDelete: true, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadSkipExists: true, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedEnabled: true, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedSkipExists: true, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] SortingModeMovies: 2, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] SortingModeShows: 2, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceMovies: 0, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceShows: 0, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] PercentageAdditionalSeeders: 25, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeoutEnabled: false, 2021-03-20 12:16:02.953 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeout: 30, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] InternalDNSEnabled: true, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] InternalDNSSkipIPv6: true, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] InternalProxyEnabled: true, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLogging: false, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLoggingBody: false, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyURL: "", 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyType: 1, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyEnabled: false, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyHost: "", 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyPort: 1080, 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyLogin: "", 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyPassword: "", 2021-03-20 12:16:02.954 T:5592 NOTICE: [plugin.video.elementum] ProxyUseHTTP: true, 2021-03-20 12:16:02.955 T:5592 NOTICE: [plugin.video.elementum] ProxyUseTracker: true, 2021-03-20 12:16:02.955 T:5592 NOTICE: [plugin.video.elementum] ProxyUseDownload: true, 2021-03-20 12:16:02.955 T:5592 NOTICE: [plugin.video.elementum] CompletedMove: false, 2021-03-20 12:16:02.955 T:5592 NOTICE: [plugin.video.elementum] CompletedMoviesPath: "", 2021-03-20 12:16:02.955 T:5592 NOTICE: [plugin.video.elementum] CompletedShowsPath: "", 2021-03-20 12:16:02.956 T:5592 NOTICE: [plugin.video.elementum] LocalOnlyClient: false, 2021-03-20 12:16:02.956 T:5592 NOTICE: [plugin.video.elementum] LogLevel: 2, 2021-03-20 12:16:02.956 T:5592 NOTICE: [plugin.video.elementum] } 2021-03-20 12:16:02.956 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Addon: plugin.video.elementum v0.1.69 2021-03-20 12:16:02.956 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Configuring client... 2021-03-20 12:16:02.956 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Starting internal proxy 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying session settings... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure UserAgent: Elementum/0.1.69, PeerID: -GT0001- 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying encryption settings... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure DownloadStorage: Memory 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Listening on: 0.0.0.0:6895,0.0.0.0:6899 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ alertsConsumer Consuming alerts... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ func1 Service started in 4.0036ms 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting LSD... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting DHT... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting UPNP... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting NATPMP... 2021-03-20 12:16:02.957 T:5592 NOTICE: [plugin.video.elementum] INFO tmdb ▶ CheckAPIKey Checking TMDB API key... 2021-03-20 12:16:02.959 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Prepared in 87.0295ms 2021-03-20 12:16:02.959 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting HTTP server 2021-03-20 12:16:02.960 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:02.960 T:5592 WARNING: Previous line repeats 1 times. 2021-03-20 12:16:02.960 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Warming up caches... 2021-03-20 12:16:02.962 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:02.963 T:5592 WARNING: Previous line repeats 1 times. 2021-03-20 12:16:02.963 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ func10 Updating Kodi add-on repositories... 2021-03-20 12:16:02.973 T:9716 NOTICE: [plugin.video.elementum] Cleaning up dialogs 2021-03-20 12:16:02.977 T:11584 NOTICE: [plugin.video.elementum] Resetting RPC objects... 2021-03-20 12:16:02.978 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6895 2021-03-20 12:16:02.978 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6895 2021-03-20 12:16:02.978 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6899 2021-03-20 12:16:02.978 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Caches warmed up in 17.0164ms 2021-03-20 12:16:02.978 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6899 2021-03-20 12:16:02.978 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:6899 2021-03-20 12:16:02.981 T:648 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:02.987 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6895: 2 2021-03-20 12:16:02.995 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6899: 3 2021-03-20 12:16:03.001 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Bolt Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\cache-backup.db 2021-03-20 12:16:03.044 T:5592 NOTICE: [plugin.video.elementum] NOTI tmdb ▶ CheckAPIKey TMDB API key check passed, using 8cf43ad... 2021-03-20 12:16:03.065 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Storm Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\storm-backup.db 2021-03-20 12:16:03.182 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts external_ip_alert: external IP received 45.XX.XX.XX 2021-03-20 12:16:03.390 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of plugin.video.elementum: v0.1.71 2021-03-20 12:16:03.390 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of script.elementum.burst: v0.0.62 2021-03-20 12:16:03.390 T:5592 NOTICE: [plugin.video.elementum] INFO repository ▶ GetAddonsXMLChecksum Last available release of context.elementum: v0.0.5 2021-03-20 12:16:03.390 T:5592 NOTICE: [plugin.video.elementum] [GIN] 2021/03/20 - 12:16:03 | 200 | 361.8257ms | 127.0.0.1 | GET "/repository/elgatito/plugin.video.elementum/addons.xml.md5" 2021-03-20 12:16:03.671 T:5592 NOTICE: [plugin.video.elementum] WARN tmdb ▶ func1 Rate limit exceeded getting movie with map[api_key:[8cf43ad9c085135b9479ad5cf6bbcbda] append_to_response:[credits,images,alternative_titles,translations,external_ids,trailers,release_dates] include_image_language:[ru,en,null] language:[ru]] on https://api.themoviedb.org/3/movie/719589, cooling down... 2021-03-20 12:16:03.673 T:5592 NOTICE: [plugin.video.elementum] INFO linkssearch ▶ processLinks Resolving torrent files... 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] panic: runtime error: invalid memory address or nil pointer dereference 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] [signal 0xc0000005 code=0x0 addr=0x60 pc=0x1c50e69] 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] goroutine 188 [running]: 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchObject(0xc0003c64b0, 0x0, 0xc000085380) 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:153 +0x49 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchSilentObject(...) 2021-03-20 12:16:03.677 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:144 2021-03-20 12:16:03.678 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).SearchMovieLinksSilent(0xc0003c64b0, 0x0, 0x127dc01, 0xc00059a8d0, 0x1000000000001, 0xc0003ac060) 2021-03-20 12:16:03.678 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:399 +0x45 2021-03-20 12:16:03.678 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.SearchMovieSilent.func1.1(0xc0005e61c0, 0x0, 0xc00044b501, 0xc0003ac120, 0x147fff91da0, 0xc0003c64b0) 2021-03-20 12:16:03.678 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:106 +0x83 2021-03-20 12:16:03.678 T:5592 NOTICE: [plugin.video.elementum] created by github.com/elgatito/elementum/providers.SearchMovieSilent.func1 2021-03-20 12:16:03.678 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:104 +0xf6 2021-03-20 12:16:03.685 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:16:03.690 T:5592 NOTICE: Previous line repeats 100 times. 2021-03-20 12:16:03.690 T:5592 NOTICE: [plugin.video.elementum] System information: windows_x64 2021-03-20 12:16:03.690 T:5592 NOTICE: [plugin.video.elementum] Kodi build version: 18.9 (18.9.0) Git:20201023-0655c2c718 2021-03-20 12:16:03.690 T:5592 NOTICE: [plugin.video.elementum] OS type: Windows 2021-03-20 12:16:03.690 T:5592 NOTICE: [plugin.video.elementum] uname: ('Windows', 'Proxima', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel') 2021-03-20 12:16:05.850 T:7288 NOTICE: AddOnLog: PVR IPTV Simple Client: PVRIptvData::LoadEPG EPG Loaded - 17698 (ms) 2021-03-20 12:16:07.170 T:6936 ERROR: CCurlFile::Open failed with code 404 for https://vadyur.github.io/kodi_repo/repo/addons.xml.md5: 2021-03-20 12:16:07.170 T:6936 ERROR: XFILE::CFileCache::Open - failed to open source 2021-03-20 12:16:07.170 T:6936 ERROR: CRepository: failed read 'https://vadyur.github.io/kodi_repo/repo/addons.xml.md5' 2021-03-20 12:16:07.202 T:6936 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:08.691 T:5592 WARNING: Previous line repeats 2 times. 2021-03-20 12:16:08.691 T:5592 NOTICE: [plugin.video.elementum] elementumd: starting elementumd 2021-03-20 12:16:08.693 T:5592 NOTICE: [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-03-20 12:16:08.697 T:5592 NOTICE: [plugin.video.elementum] Binary detection. Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:16:08.701 T:5592 NOTICE: [plugin.video.elementum] Deleting stale files set([]) 2021-03-20 12:16:08.701 T:5592 NOTICE: [plugin.video.elementum] Binary detection: [ Source: C:\Users\Bavarsky\AppData\Roaming\Kodi\addons\plugin.video.elementum\resources\bin\windows_x64\elementum.exe, Destination: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe ] 2021-03-20 12:16:08.702 T:5592 NOTICE: [plugin.video.elementum] Binary dir: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64, item: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\bin\windows_x64\elementum.exe 2021-03-20 12:16:08.702 T:5592 WARNING: [plugin.video.elementum] Existing process found from lockfile, killing... 2021-03-20 12:16:08.703 T:5592 ERROR: [plugin.video.elementum] WindowsError(5, '') 2021-03-20 12:16:08.704 T:5592 WARNING: [plugin.video.elementum] Removing library.db.lock file at C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\library.db.lock ... 2021-03-20 12:16:08.704 T:5592 ERROR: [plugin.video.elementum] WindowsError(2, '') 2021-03-20 12:16:08.791 T:5592 NOTICE: [plugin.video.elementum] elementumd: start args: [u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1\\ELEMEN~1.EXE'], kw: {'startupinfo': , 'cwd': u'C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\ADDON_~1\\PLUGIN~1.ELE\\bin\\WINDOW~1', 'stderr': -2, 'stdout': -1} 2021-03-20 12:16:08.878 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-03-20 12:16:08.878 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-03-20 12:16:08.878 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-03-20 12:16:08.878 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-03-20 12:16:08.919 T:5592 NOTICE: [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library , Torrents = C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents , Storage = 1 2021-03-20 12:16:08.919 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-03-20 12:16:08.920 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using library path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_library 2021-03-20 12:16:08.920 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using torrents path: C:\Users\Bavarsky\AppData\Roaming\Kodi\cache\elementum_torrents 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] INFO config ▶ Reload Using configuration: &config.Configuration{ 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] DownloadPath: ".", 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] TorrentsPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_torrents", 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] LibraryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum_library", 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] Info: &xbmc.AddonInfo{ 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] Author: "elgatito", 2021-03-20 12:16:08.944 T:5592 NOTICE: [plugin.video.elementum] Changelog: "", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Description: "Elementum is a torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted add-ons (called providers) that are installed separately.[CR]This project is a fork of the well known, but no longer maintained Pulsar/Quasar projects from steeve and scakemyer.", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Disclaimer: "The author does not own or host any content found within this Addon. The author is not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation.", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Fanart: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\fanart.png", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Home: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Icon: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum\\icon.png", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] ID: "plugin.video.elementum", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Name: "Elementum", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Path: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\addons\\plugin.video.elementum", 2021-03-20 12:16:08.945 T:5592 NOTICE: [plugin.video.elementum] Profile: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] TempPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Stars: "-1", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Summary: "Elementum: Media streaming", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Type: "xbmc.python.pluginsource", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Version: "0.1.69", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Xbmc: "C:\\Program Files\\Kodi\\", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Platform: &xbmc.Platform{ 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] OS: "windows", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Arch: "x64", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Version: "", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Kodi: 18, 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Build: "18.9 (18.9.0) Git:20201023-0655c2c718", 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] }, 2021-03-20 12:16:08.946 T:5592 NOTICE: [plugin.video.elementum] Language: "ru", 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] Region: "RU", 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] TemporaryPath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\cache\\elementum", 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] ProfilePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\plugin.video.elementum\\", 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] HomePath: "C:\\Users\\Bavarsky\\AppData\\Roaming\\Kodi\\", 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] XbmcPath: "C:\\Program Files\\Kodi\\", 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] SpoofUserAgent: 0, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] KeepDownloading: 1, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] KeepFilesPlaying: 1, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] KeepFilesFinished: 1, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] UseTorrentHistory: true, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] TorrentHistorySize: 50, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] UseFanartTv: false, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgress: false, 2021-03-20 12:16:08.947 T:5592 NOTICE: [plugin.video.elementum] DisableBgProgressPlayback: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] ForceUseTrakt: false, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] UseCacheSelection: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] UseCacheSearch: false, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] UseCacheTorrents: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] CacheSearchDuration: 180, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] ShowFilesWatched: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] ResultsPerPage: 10, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] GreetingEnabled: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] EnableOverlayStatus: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] SilentStreamStart: false, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] AutoYesEnabled: true, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] AutoYesTimeout: 5, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoMovie: false, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoShow: false, 2021-03-20 12:16:08.948 T:5592 NOTICE: [plugin.video.elementum] ChooseStreamAutoSearch: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] ForceLinkType: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] UseOriginalTitle: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] UseAnimeEnTitle: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] UseLowestReleaseDate: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] AddSpecials: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] AddEpisodeNumbers: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedSeasons: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] ShowUnairedEpisodes: false, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsAll: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsOrder: 0, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] ShowSeasonsSpecials: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeStart: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeMatch: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] SmartEpisodeChoose: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] LibraryEnabled: true, 2021-03-20 12:16:08.949 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncEnabled: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] LibrarySyncPlaybackEnabled: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] LibraryUpdate: 0, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] StrmLanguage: "ru", 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOMovies: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] LibraryNFOShows: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] PlaybackPercent: 85, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] DownloadStorage: 1, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] SkipBurstSearch: false, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySize: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] AutoKodiBufferSize: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustMemorySize: true, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] AutoMemorySizeStrategy: 2, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] MemorySize: 314572800, 2021-03-20 12:16:08.950 T:5592 NOTICE: [plugin.video.elementum] AutoAdjustBufferSize: false, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] MinCandidateSize: 104857600, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] MinCandidateShowSize: 4194304, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] BufferTimeout: 60, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] BufferSize: 41943040, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] EndBufferSize: 10485760, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] KodiBufferSize: 0, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] UploadRateLimit: 0, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] DownloadRateLimit: 0, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrents: true, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] AutoloadTorrentsPaused: true, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] LimitAfterBuffering: false, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] ConnectionsLimit: 0, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimit: 0, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] ConnTrackerLimitAuto: true, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] SessionSave: 15, 2021-03-20 12:16:08.951 T:5592 NOTICE: [plugin.video.elementum] SeedForever: false, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] ShareRatioLimit: 25, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] SeedTimeRatioLimit: 200, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] SeedTimeLimit: 7200, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] DisableUpload: false, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] DisableDHT: false, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] DisableTCP: false, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] DisableUTP: false, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] DisableUPNP: false, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] EncryptionPolicy: 0, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] ListenPortMin: 6891, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] ListenPortMax: 6899, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] ListenInterfaces: "", 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectIP: true, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] ListenAutoDetectPort: true, 2021-03-20 12:16:08.952 T:5592 NOTICE: [plugin.video.elementum] OutgoingInterfaces: "", 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] TunedStorage: false, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] DiskCacheSize: 12582912, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentConfig: true, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentLogging: false, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentDeadlines: false, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] UseLibtorrentPauseResume: false, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] LibtorrentProfile: 0, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] MagnetTrackers: 0, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] MagnetResolveTimeout: 20, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] Scrobble: false, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeEnabled: true, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLibraryEnabled: true, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategy: 0, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeStrategyExpect: 10, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] AutoScrapePerHours: 12, 2021-03-20 12:16:08.953 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeLimitMovies: 50, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] AutoScrapeInterval: 30, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktAuthorized: false, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktUsername: "", 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktToken: "", 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktRefreshToken: "", 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktTokenExpiry: 0, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncEnabled: true, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackEnabled: true, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncFrequencyMin: 5, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncCollections: true, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchlist: true, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncUserlists: true, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncPlaybackProgress: true, 2021-03-20 12:16:08.954 T:5592 NOTICE: [plugin.video.elementum] TraktSyncHidden: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatched: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncWatchedBack: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMovies: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesLocation: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedMoviesList: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShows: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsLocation: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncAddedShowsList: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMovies: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesLocation: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedMoviesList: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShows: true, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsLocation: 0, 2021-03-20 12:16:08.955 T:5592 NOTICE: [plugin.video.elementum] TraktSyncRemovedShowsList: 0, 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressUnaired: true, 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressSort: 0, 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressDateFormat: "yyyy-mm-dd", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorDate: "yellow", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorShow: "none", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorEpisode: "skyblue", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktProgressColorUnaired: "deeppink", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsDateFormat: "yyyy-mm-dd", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorDate: "yellow", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorShow: "none", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorEpisode: "skyblue", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] TraktCalendarsColorUnaired: "deeppink", 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] UpdateFrequency: 6, 2021-03-20 12:16:08.956 T:5592 NOTICE: [plugin.video.elementum] UpdateDelay: 300, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] UpdateAutoScan: true, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] PlayResumeAction: 1, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] PlayResumeBack: 0, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] TMDBApiKey: "", 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBUser: "", 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBPass: "", 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBLanguage: "ru", 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLanguage: true, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoad: false, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadCount: 1, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadDelete: true, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBAutoLoadSkipExists: true, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedEnabled: true, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] OSDBIncludedSkipExists: true, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] SortingModeMovies: 2, 2021-03-20 12:16:08.957 T:5592 NOTICE: [plugin.video.elementum] SortingModeShows: 2, 2021-03-20 12:16:08.958 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceMovies: 0, 2021-03-20 12:16:08.958 T:5592 NOTICE: [plugin.video.elementum] ResolutionPreferenceShows: 0, 2021-03-20 12:16:08.958 T:5592 NOTICE: [plugin.video.elementum] PercentageAdditionalSeeders: 25, 2021-03-20 12:16:08.958 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeoutEnabled: false, 2021-03-20 12:16:08.958 T:5592 NOTICE: [plugin.video.elementum] CustomProviderTimeout: 30, 2021-03-20 12:16:08.958 T:5592 NOTICE: [plugin.video.elementum] InternalDNSEnabled: true, 2021-03-20 12:16:08.959 T:5592 NOTICE: [plugin.video.elementum] InternalDNSSkipIPv6: true, 2021-03-20 12:16:08.959 T:5592 NOTICE: [plugin.video.elementum] InternalProxyEnabled: true, 2021-03-20 12:16:08.959 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLogging: false, 2021-03-20 12:16:08.960 T:5592 NOTICE: [plugin.video.elementum] InternalProxyLoggingBody: false, 2021-03-20 12:16:08.960 T:5592 NOTICE: [plugin.video.elementum] ProxyURL: "", 2021-03-20 12:16:08.960 T:5592 NOTICE: [plugin.video.elementum] ProxyType: 1, 2021-03-20 12:16:08.960 T:5592 NOTICE: [plugin.video.elementum] ProxyEnabled: false, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyHost: "", 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyPort: 1080, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyLogin: "", 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyPassword: "", 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyUseHTTP: true, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyUseTracker: true, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] ProxyUseDownload: true, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] CompletedMove: false, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] CompletedMoviesPath: "", 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] CompletedShowsPath: "", 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] LocalOnlyClient: false, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] LogLevel: 2, 2021-03-20 12:16:08.961 T:5592 NOTICE: [plugin.video.elementum] } 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Addon: plugin.video.elementum v0.1.69 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Configuring client... 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Starting internal proxy 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying session settings... 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure UserAgent: Elementum/0.1.69, PeerID: -GT0001- 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Applying encryption settings... 2021-03-20 12:16:08.962 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure DownloadStorage: Memory 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ configure Listening on: 0.0.0.0:6893,0.0.0.0:6892 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting LSD... 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ func1 Service started in 3.9851ms 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting DHT... 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting UPNP... 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ alertsConsumer Consuming alerts... 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Starting NATPMP... 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO tmdb ▶ CheckAPIKey Checking TMDB API key... 2021-03-20 12:16:08.963 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Prepared in 86.4805ms 2021-03-20 12:16:08.964 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ main Starting HTTP server 2021-03-20 12:16:08.965 T:12096 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:08.967 T:5592 WARNING: Previous line repeats 3 times. 2021-03-20 12:16:08.967 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Warming up caches... 2021-03-20 12:16:08.967 T:5592 NOTICE: [plugin.video.elementum] INFO main ▶ func10 Updating Kodi add-on repositories... 2021-03-20 12:16:08.971 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6893 2021-03-20 12:16:08.971 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6893 2021-03-20 12:16:08.971 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] [::]:6892 2021-03-20 12:16:08.971 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [TCP] 0.0.0.0:6892 2021-03-20 12:16:08.971 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts listen_succeeded_alert: successfully listening on [UDP] 0.0.0.0:6892 2021-03-20 12:16:08.981 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6893: 2 2021-03-20 12:16:08.981 T:5592 NOTICE: [plugin.video.elementum] NOTI library ▶ Init Caches warmed up in 15.0145ms 2021-03-20 12:16:08.981 T:6680 NOTICE: [plugin.video.elementum] Cleaning up dialogs 2021-03-20 12:16:08.983 T:648 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:08.985 T:7020 NOTICE: [plugin.video.elementum] Resetting RPC objects... 2021-03-20 12:16:08.988 T:5592 NOTICE: [plugin.video.elementum] INFO bittorrent ▶ startServices Adding port mapping 6892: 3 2021-03-20 12:16:09.014 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Bolt Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\cache-backup.db 2021-03-20 12:16:09.052 T:5592 NOTICE: [plugin.video.elementum] NOTI tmdb ▶ CheckAPIKey TMDB API key check passed, using 8cf43ad... 2021-03-20 12:16:09.069 T:5592 NOTICE: [plugin.video.elementum] INFO database ▶ func1 Storm Database backup saved at: C:\Users\Bavarsky\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.elementum\storm-backup.db 2021-03-20 12:16:09.173 T:5592 NOTICE: [plugin.video.elementum] NOTI bittorrent ▶ logAlerts external_ip_alert: external IP received 45.XX.XX.XX 2021-03-20 12:16:09.350 T:5592 NOTICE: [plugin.video.elementum] WARN tmdb ▶ func1 Rate limit exceeded getting movie with map[api_key:[8cf43ad9c085135b9479ad5cf6bbcbda] append_to_response:[credits,images,alternative_titles,translations,external_ids,trailers,release_dates] include_image_language:[ru,en,null] language:[ru]] on https://api.themoviedb.org/3/movie/719589, cooling down... 2021-03-20 12:16:09.353 T:5592 NOTICE: [plugin.video.elementum] INFO linkssearch ▶ processLinks Resolving torrent files... 2021-03-20 12:16:09.355 T:5592 NOTICE: [plugin.video.elementum] panic: runtime error: invalid memory address or nil pointer dereference 2021-03-20 12:16:09.355 T:5592 NOTICE: [plugin.video.elementum] [signal 0xc0000005 code=0x0 addr=0x60 pc=0x1c50e69] 2021-03-20 12:16:09.355 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:16:09.355 T:5592 NOTICE: [plugin.video.elementum] goroutine 160 [running]: 2021-03-20 12:16:09.356 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchObject(0xc00005c230, 0x0, 0xc000088030) 2021-03-20 12:16:09.356 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:153 +0x49 2021-03-20 12:16:09.356 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).GetMovieSearchSilentObject(...) 2021-03-20 12:16:09.356 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:144 2021-03-20 12:16:09.356 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.(*AddonSearcher).SearchMovieLinksSilent(0xc00005c230, 0x0, 0xc00052df01, 0x154a685, 0x1000000000001, 0xc000086360) 2021-03-20 12:16:09.356 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/xbmc.go:399 +0x45 2021-03-20 12:16:09.357 T:5592 NOTICE: [plugin.video.elementum] github.com/elgatito/elementum/providers.SearchMovieSilent.func1.1(0xc0001de014, 0x0, 0x1, 0xc0000865a0, 0x1e8409288e0, 0xc00005c230) 2021-03-20 12:16:09.357 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:106 +0x83 2021-03-20 12:16:09.357 T:5592 NOTICE: [plugin.video.elementum] created by github.com/elgatito/elementum/providers.SearchMovieSilent.func1 2021-03-20 12:16:09.357 T:5592 NOTICE: [plugin.video.elementum] /var/lib/jenkins/workspace/elementum/providers/search.go:104 +0xf6 2021-03-20 12:16:09.366 T:5592 NOTICE: [plugin.video.elementum] 2021-03-20 12:16:09.370 T:5592 NOTICE: Previous line repeats 57 times. 2021-03-20 12:16:09.370 T:5592 NOTICE: [plugin.video.elementum] System information: windows_x64 2021-03-20 12:16:09.370 T:5592 NOTICE: [plugin.video.elementum] Kodi build version: 18.9 (18.9.0) Git:20201023-0655c2c718 2021-03-20 12:16:09.371 T:5592 NOTICE: [plugin.video.elementum] OS type: Windows 2021-03-20 12:16:09.371 T:5592 NOTICE: [plugin.video.elementum] uname: ('Windows', 'Proxima', '10', '10.0.14393', 'AMD64', 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel') 2021-03-20 12:16:09.371 T:840 ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56) 2021-03-20 12:16:09.371 T:840 ERROR: CCurlFile::Open failed with code 0 for http://127.0.0.1:65220/repository/elgatito/plugin.video.elementum/addons.xml.md5: 2021-03-20 12:16:09.371 T:840 ERROR: XFILE::CFileCache::Open - failed to open source 2021-03-20 12:16:09.371 T:840 ERROR: CRepository: failed read 'http://127.0.0.1:65220/repository/elgatito/plugin.video.elementum/addons.xml.md5' 2021-03-20 12:16:13.284 T:6936 ERROR: CCurlFile::Open failed with code 404 for https://vadyur.github.io/kodi_repo/repo/addons.xml.md5: 2021-03-20 12:16:13.284 T:6936 ERROR: XFILE::CFileCache::Open - failed to open source 2021-03-20 12:16:13.284 T:6936 ERROR: CRepository: failed read 'https://vadyur.github.io/kodi_repo/repo/addons.xml.md5' 2021-03-20 12:16:13.332 T:6936 WARNING: Repository add-on repository.elementum uses plain HTTP for add-on downloads in path http://127.0.0.1:65220/repository/elgatito/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled! 2021-03-20 12:16:19.015 T:9124 WARNING: Previous line repeats 2 times. 2021-03-20 12:16:19.015 T:9124 ERROR: CCurlFile::Stat - Failed: Couldn't connect to server(7) for http://127.0.0.1:65220/repository/elgatito/plugin.video.elementum/icon.png
antonsoroko commented 3 years ago

@igorgidea current workaround described above - use it. (there is no real fix yet.) also could you please use log file upload service instead of posting full text in message? :-) http://elementum.surge.sh/contribute/log/

or at least use ``` and <details> to format and hide log. https://about.gitlab.com/handbook/markdown-guide/#fenced https://about.gitlab.com/handbook/markdown-guide/#collapse

igorgidea commented 3 years ago

@antonsoroko Thank you, really turn off automatic scrape on, help to start elementum working again. I hid log.

elgatito commented 3 years ago

@igorgidea @dineshalphaque thanks for reporting this. I will fix it.

antonsoroko commented 3 years ago

@dineshalphaque @codingnoob233 @igorgidea

please try to enable this option on 0.1.72 and see if it will not crash. looks like elgatito fixed it. thanks.

igorgidea commented 3 years ago

@elgatito I confirm, the issue has been fixed on 0.1.72.