GithubHelp home page GithubHelp logo

kodi-repo's People

Contributors

eschava avatar ufian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

rek1t wit

kodi-repo's Issues

Kodi 19.0

Не включается плагин на 19.0 версии, пишет о несовместимости.

HTTP Error 400: Bad Request

Plugin crash after setting username and password.
Kodi 17 beta, ATV4
Log is:

EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 400: Bad Request
                                            Traceback (most recent call last):
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 1326, in <module>
                                                addon_main()
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 1250, in addon_main
                                                api = SoapApi()
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 961, in __init__
                                                self.auth.auth()
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 608, in auth
                                                if not self.login():
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 573, in login
                                                data = self.client.request(self.AUTH_URL, KodiConfig.kodi_get_auth())
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 418, in request
                                                text = self._request(url, params)
                                              File "/var/mobile/Containers/Data/Application/5B08B8E8-20E4-4DB3-9072-7F04A8577A56/Library/Caches/home/addons/plugin.video.soap4.me/addon.py", line 397, in _request
                                                response = urllib2.urlopen(req, post_data)
                                              File "/Users/Shared/jenkins/workspace/TVOS/tools/depends/xbmc-depends/appletvos9.1_arm64-target/lib/python2.7/urllib2.py", line 154, in urlopen
                                              File "/Users/Shared/jenkins/workspace/TVOS/tools/depends/xbmc-depends/appletvos9.1_arm64-target/lib/python2.7/urllib2.py", line 435, in open
                                              File "/Users/Shared/jenkins/workspace/TVOS/tools/depends/xbmc-depends/appletvos9.1_arm64-target/lib/python2.7/urllib2.py", line 548, in http_response
                                              File "/Users/Shared/jenkins/workspace/TVOS/tools/depends/xbmc-depends/appletvos9.1_arm64-target/lib/python2.7/urllib2.py", line 473, in error
                                              File "/Users/Shared/jenkins/workspace/TVOS/tools/depends/xbmc-depends/appletvos9.1_arm64-target/lib/python2.7/urllib2.py", line 407, in _call_chain
                                              File "/Users/Shared/jenkins/workspace/TVOS/tools/depends/xbmc-depends/appletvos9.1_arm64-target/lib/python2.7/urllib2.py", line 556, in http_error_default
                                            HTTPError: HTTP Error 400: Bad Request
                                            -->End of Python script error report<--

Плагин не ставится из репозитория в Kodi 17

Скачал репозиторий отсюда https://soap4.me/assets/plugins/repository.soap4me.db-1.0.0.zip
Когда пытаюсь поставить плагин из репозитория, ничего не выходит. Вот что в kodi.log:

tail ~/Library/Logs/kodi.log
16:04:38 T:123145319092224  NOTICE: ES: Starting UDP Event server on port 9777
16:04:38 T:123145319092224  NOTICE: UDP: Listening on port 9777 (ipv6 : false)
16:04:38 T:123145309892608   ERROR: GetDirectory - Error getting -
16:04:38 T:123145314799616   ERROR: GetDirectory - Error getting pvr://channels/tv/All channels/
16:04:38 T:123145309892608   ERROR: GetDirectory - Error getting pvr://channels/radio/All channels/
16:05:08 T:123145314799616   ERROR: ContextMenuManager: failed to load addons.
16:05:14 T:140735144071168   ERROR: CCurlFile::Open failed with code 404 for https://github.com/ufian/soap4me-repo/raw/master/plugin.video.soap4.me/plugin.video.soap4.me-1.0.8.zip.md5
16:05:14 T:140735144071168   ERROR: Open - failed to open source <https://github.com/ufian/soap4me-repo/raw/master/plugin.video.soap4.me/plugin.video.soap4.me-1.0.8.zip.md5>
16:05:36 T:140735144071168   ERROR: CCurlFile::Open failed with code 404 for https://github.com/ufian/soap4me-repo/raw/master/plugin.video.soap4.me/plugin.video.soap4.me-1.0.8.zip.md5
16:05:36 T:140735144071168   ERROR: Open - failed to open source <https://github.com/ufian/soap4me-repo/raw/master/plugin.video.soap4.me/plugin.video.soap4.me-1.0.8.zip.md5>

Отображение в Kodi 18

После обновления до Kodi 18 в любом стиле отображения не понятно какая серия просмотренна, а какая нет. Все серии вместо иконки просмотра, показывают обложку сезона. Приходится вычислять наживая options на каждой, и смотря предлагает он отметить ее просмотренной или не просмотренной.

Play action fails after power loss

19:23:04.319 T:546358423776   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
 - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: could not convert string to float: 
Traceback (most recent call last):
  File "/storage/.kodi/addons/plugin.video.soap4.me/addon.py", line 1326, in <module>
    addon_main()
  File "/storage/.kodi/addons/plugin.video.soap4.me/addon.py", line 1258, in addon_main
    rows = api.process(parts)
  File "/storage/.kodi/addons/plugin.video.soap4.me/addon.py", line 1164, in process
    if not self.get_play(all_episodes, parts.season, parts.epnum, parts.eid):
  File "/storage/.kodi/addons/plugin.video.soap4.me/addon.py", line 1100, in get_play
    sv.play()
  File "/storage/.kodi/addons/plugin.video.soap4.me/addon.py", line 213, in play
    pos = self.get_pos()
  File "/storage/.kodi/addons/plugin.video.soap4.me/addon.py", line 198, in get_pos
    pos = max(float(pos), float(self.start_from))
ValueError: could not convert string to float: 
-->End of Python script error report<--

This happens if the power is cut mid-playback. The episode that was played back is not playable unless the plugin caches are reset.
Should be easy enough to wrap the player position restore login in a try/catch.

Не показывается иконка просмотренных серий

После обновления kodi до 18-ой версии плагин для soap4me вместо галочек просмотренных серий стал показывать обложки сериала. Теперь невозможно понять какие серии просмотренные, а какие нет.

TypeError: 'NoneType' object is not iterable

При попытке открыть 2 сезон сериала Mr. Robot появляется ошибка и список серий не выводится. Версия плагина последняя (1.0.7), удаление кэша не помогает.

05:56:20 T:140053472847616   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: 'NoneType' object is not iterable
                                            Traceback (most recent call last):
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 1166, in <module>
                                                addon_main()
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 1136, in addon_main
                                                rows = api.process(parts)
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 1035, in process
                                                rows = all_episodes.list_episodes(int(parts.season), self.config)
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 824, in list_episodes
                                                rows.extend(self.episodes[season][episode_num].menu(config))
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 753, in menu
                                                files = config.filter_files(self.data['files'])
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 516, in filter_files
                                                translates = self._choice_translate(files)
                                              File "/home/user/.kodi/addons/plugin.video.soap4.me/addon.py", line 494, in _choice_translate
                                                translates = set([to_int(f['translate']) for f in files])
                                            TypeError: 'NoneType' object is not iterable
                                            -->End of Python script error report<--
05:56:20 T:140055834474496   ERROR: GetDirectory - Error getting plugin://plugin.video.soap4.me/?page=Episodes&param=my&season=2&sid=509
05:56:20 T:140055834474496   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.soap4.me/?page=Episodes&param=my&season=2&sid=509) failed
05:56:20 T:140053472847616  NOTICE: ['plugin://plugin.video.soap4.me/', '49', '?page=Episodes&param=my&sid=509']
05:56:21 T:140053909071616  NOTICE: ['plugin://plugin.video.soap4.me/', '50', '?page=My&param=my']
05:56:22 T:140053472847616  NOTICE: ['plugin://plugin.video.soap4.me/', '51', '']

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.