i96751414 / plugin.video.torrest

Torrest plugin for Kodi
MIT License
28 stars 6 forks source link

ConnectionError: HTTPConnectionPool #4

Closed TitanKodi closed 3 years ago

TitanKodi commented 3 years ago

Hello when I try to enter the torrent section (previously with the torrent added from the file), I get this error, I had tried with 3 torrents and a url

13:49:26.779 T:24084   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.torrest/torrents
13:49:26.780 T:33500   ERROR: [plugin.video.torrest] Caught exception:
                                            Traceback (most recent call last):
                                              File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\navigation.py", line 393, in run
                                                plugin.run()
                                              File "C:\Kodi\portable_data\addons\script.module.routing\lib\routing.py", line 130, in run
                                                self._dispatch(self.path)
                                              File "C:\Kodi\portable_data\addons\script.module.routing\lib\routing.py", line 141, in _dispatch
                                                view_func(**kwargs)
                                              File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\navigation.py", line 49, in wrapper
                                                raise e
                                            ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=61235): Max retries exceeded with url: /torrents?status=true (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x17118A10>: Failed to establish a new connection: [Errno 10061] No se puede establecer una conexi\xf3n ya que el equipo de destino deneg\xf3 expresamente dicha conexi\xf3n',))
i96751414 commented 3 years ago

It seems torrest is not running on Kodi. Are you able to check if it is actually running? You can also enable debug on Kodi and send me the full logs (after a restart).

TitanKodi commented 3 years ago

It seems torrest is not running on Kodi. Are you able to check if it is actually running? You can also enable debug on Kodi and send me the full logs (after a restart).

image image [plugin.video.torrest] Caught exception: Traceback (most recent call last): File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\navigation.py", line 393, in run plugin.run() File "C:\Kodi\portable_data\addons\script.module.routing\lib\routing.py", line 130, in run self._dispatch(self.path) File "C:\Kodi\portable_data\addons\script.module.routing\lib\routing.py", line 141, in _dispatch view_func(**kwargs) File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\navigation.py", line 383, in dialog_insert api.add_torrent(window.ret_val, download=download_after_insert()) File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\api.py", line 85, in add_torrent return self.add_torrent_obj(f, ignore_duplicate=ignore_duplicate, download=download) File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\api.py", line 90, in add_torrent_obj "download": self._bool_str(download)}) File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\api.py", line 171, in _post return self._request("post", url, **kwargs) File "C:\Kodi\portable_data\addons\plugin.video.torrest\lib\api.py", line 177, in _request r = self._session.request(method, self._base_url + url, **kwargs) File "C:\Kodi\portable_data\addons\script.module.requests\lib\requests\sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "C:\Kodi\portable_data\addons\script.module.requests\lib\requests\sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "C:\Kodi\portable_data\addons\script.module.requests\lib\requests\adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=61235): Max retries exceeded with url: /add/torrent?ignore_duplicate=false&download=false (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x15187C90>: Failed to establish a new connection: [Errno 10061] No se puede establecer una conexi\xf3n ya que el equipo de destino deneg\xf3 expresamente dicha conexi\xf3n',))

TitanKodi commented 3 years ago

Maybe is something that I do not doing good, I think I do not skip any step

i96751414 commented 3 years ago

Please send me the full logs. Also, how have you installed the add-on?

TitanKodi commented 3 years ago

Please send me the full logs. Also, how have you installed the add-on?

from the URL: https://github.com/i96751414/plugin.video.torrest/archive/master.zip

i96751414 commented 3 years ago

That's the problem. You can't install it like that, otherwise the binary will not be available. You need to get it from the releases section: https://github.com/i96751414/plugin.video.torrest/releases/latest.

TitanKodi commented 3 years ago

Ok, it works, two more things: there is a universal version? and in the future the plugin will work with Kodi 19?

i96751414 commented 3 years ago

I have not produced a universal version as it was too heavy. But if you install it from the repository (https://github.com/i96751414/repository.github), it will automatically download the correct version for you.

Yes. It will work with Kodi 19 in the future.

TitanKodi commented 3 years ago

Ok, great, thanks for your plugin and for your time

I have not produced a universal version as it was too heavy. But if you install it from the repository (https://github.com/i96751414/repository.github), it will automatically download the correct version for you.

Yes. It will work with Kodi 19 in the future.