bugatsinho / bugatsinho.github.io

Bugatsinho New Repository
GNU General Public License v3.0
77 stars 41 forks source link

sportsHD links not working #131

Closed mrusli70 closed 9 months ago

mrusli70 commented 12 months ago

All SportsHD links are not working. Cannot view any video content. With Kodi 20.2

bugatsinho commented 12 months ago

Addon works ok. Something in your end or ISP is blocking you. Also try to share your log file

ActuallyLike commented 10 months ago

Having the same issue, same error each time, reinstalled, clear cache, etc. logs below. FirestickKodi 20.2 (but had same issue on 20.1)


                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'urllib.error.URLError'>
                                                   Error Contents: <urlopen error [Errno 7] No address associated with hostname>
                                                   Traceback (most recent call last):
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 1348, in do_open
                                                       h.request(req.get_method(), req.selector, req.data, headers,
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1282, in request
                                                       self._send_request(method, url, body, headers, encode_chunked)
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1328, in _send_request
                                                       self.endheaders(body, encode_chunked=encode_chunked)
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1277, in endheaders
                                                       self._send_output(message_body, encode_chunked=encode_chunked)
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1037, in _send_output
                                                       self.send(msg)
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 975, in send
                                                       self.connect()
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1447, in connect
                                                       super().connect()
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 941, in connect
                                                       self.sock = self._create_connection(
                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/socket.py", line 827, in create_connection
                                                       for res in getaddrinfo(host, port, 0, SOCK_STREAM):
                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/socket.py", line 962, in getaddrinfo
                                                       for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   socket.gaierror: [Errno 7] No address associated with hostname

                                                   During handling of the above exception, another exception occurred:

                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/default.py", line 716, in <module>
                                                       get_stream(url)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/default.py", line 319, in get_stream
                                                       return resolve(host, name)
                                                              ^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/default.py", line 512, in resolve
                                                       data = six.ensure_str(client.request(host, referer=referer))
                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/resources/modules/client.py", line 128, in request
                                                       response = urllib_request.urlopen(req, timeout=int(timeout))
                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
                                                       return opener.open(url, data, timeout)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 519, in open
                                                       response = self._open(req, data)
                                                                  ^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 536, in _open
                                                       result = self._call_chain(self.handle_open, protocol, protocol +
                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain
                                                       result = func(*args)
                                                                ^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 1391, in https_open
                                                       return self.do_open(http.client.HTTPSConnection, req,
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 1351, in do_open
                                                       raise URLError(err)
                                                   urllib.error.URLError: <urlopen error [Errno 7] No address associated with hostname>
                                                   -->End of Python script error report<--
bugatsinho commented 10 months ago

Try VPN

Sent from Proton Mail for iOS

On Sat, Nov 4, 2023 at 11:23, ActuallyLike @.***(mailto:On Sat, Nov 4, 2023 at 11:23, ActuallyLike < wrote:

Having the same issue, same error each time, reinstalled, clear cache, etc. logs below. FirestickKodi 20.2 (but had same issue on 20.1)

  • NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'urllib.error.URLError'> Error Contents: <urlopen error [Errno 7] No address associated with hostname> Traceback (most recent call last): File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1282, in request self._send_request(method, url, body, headers, encode_chunked) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1328, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1277, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1037, in _send_output self.send(msg) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 975, in send self.connect() File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 1447, in connect super().connect() File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/http/client.py", line 941, in connect self.sock = self._create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/socket.py", line 827, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/socket.py", line 962, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno 7] No address associated with hostname

                                               During handling of the above exception, another exception occurred:
    
                                               Traceback (most recent call last):
                                                 File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/default.py", line 716, in <module>
                                                   get_stream(url)
                                                 File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/default.py", line 319, in get_stream
                                                   return resolve(host, name)
                                                          ^^^^^^^^^^^^^^^^^^^
                                                 File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/default.py", line 512, in resolve
                                                   data = six.ensure_str(client.request(host, referer=referer))
                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                 File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.sporthdme/resources/modules/client.py", line 128, in request
                                                   response = urllib_request.urlopen(req, timeout=int(timeout))
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                 File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
                                                   return opener.open(url, data, timeout)
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                 File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 519, in open
                                                   response = self._open(req, data)
                                                              ^^^^^^^^^^^^^^^^^^^^^
                                                 File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 536, in _open
                                                   result = self._call_chain(self.handle_open, protocol, protocol +
                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                 File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain
                                                   result = func(*args)
                                                            ^^^^^^^^^^^
                                                 File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 1391, in https_open
                                                   return self.do_open(http.client.HTTPSConnection, req,
                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                 File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.11/lib/python3.11/urllib/request.py", line 1351, in do_open
                                                   raise URLError(err)
                                               urllib.error.URLError: <urlopen error [Errno 7] No address associated with hostname>
                                               -->End of Python script error report<--

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

ActuallyLike commented 10 months ago

Tried with VPN on and off, will try different settings in vpn

Copyrighter commented 10 months ago

@bugatsinho I can confirm, links are stopped working ( worked in the past ). Kodi v20.2 on Nvidia Shield. Access to "https://coolrea.link/flash10" via SportsHD Add-On doesn't work, although the same device via browser is able to open the stream.

Logs: https://github.com/Copyrighter/kodi/blob/main/SportsHD

mrusli70 commented 9 months ago

Try to uninstall and reinstall again. Just to get the latest version of sportshd. see if it working now.

bugatsinho commented 9 months ago

New links istorm resolver is working after last update

Coolrea links don't work

Copyrighter commented 9 months ago

@bugatsinho the same problem for https://istorm.live/flash1

https://github.com/Copyrighter/kodi/blob/main/SportHD%20istorm.live

tried to re-install Add-on and used over different skins, didn't resolved my problem. can try with clean Kodi ... if You need ...

bugatsinho commented 9 months ago

No mate is working

Sent from Proton Mail for iOS

On Tue, Nov 14, 2023 at 21:11, Copyrighter @.***(mailto:On Tue, Nov 14, 2023 at 21:11, Copyrighter < wrote:

@.***(https://github.com/bugatsinho) the same problem for https://istorm.live/flash1

https://github.com/Copyrighter/kodi/blob/main/SportHD%20istorm.live

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

bugatsinho commented 9 months ago

Is working mate

image

Copyrighter commented 9 months ago

can You tell on what Kodi version You are running?

bugatsinho commented 9 months ago

20.1

Copyrighter commented 9 months ago

hmmm ... and SportHD version is 0.1.33? can You try running on Kodi 20.2 version?

Tontol1 commented 9 months ago

Hi, I can confirm that links are not working on Kodi 20.2 (I've tested both on Linux Ubuntu and Firestick), In attachment full kodi log file. But the relevant part looks like as follows:

   debug <general>: ------ Window Deinit (DialogSelect.xml) ------
   debug <general>: RESOLVE-URL: https://istorm.live/flash1
   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                              - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                        Error Type: <class 'TypeError'>
                        Error Contents: not expecting type '<class 'NoneType'>'
                            Traceback (most recent call last):
                         File "/home/userxyz/.kodi/addons/plugin.video.sporthdme/default.py", line 769, in <module>
                             get_stream(url)
                         File "/home/userxyz/.kodi/addons/plugin.video.sporthdme/default.py", line 319, in get_stream
                             return resolve(host, name)
                         File "/home/userxyz/.kodi/addons/plugin.video.sporthdme/default.py", line 632, in resolve
                             r = six.ensure_str(client.request(url))
                         File "/home/userxyz/.kodi/addons/script.module.six/lib/six.py", line 919, in ensure_str
                             raise TypeError("not expecting type '%s'" % type(s))
                       TypeError: not expecting type '<class 'NoneType'>'
                     -->End of Python script error report<--

   debug <general>: onExecutionDone(3, /home/userxyz/.kodi/addons/plugin.video.sporthdme/default.py)

kodi.log

Tontol1 commented 9 months ago

ok, solved! Now I realize that my internet provider has activated an anti-phishing technology that blocks "suspicious" links. This is the case for istorm ones. Solution is to disable anti-phishing filter.