Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addon not working with omega and nexus #30

Open
shanestonk opened this issue Nov 17, 2024 · 3 comments
Open

addon not working with omega and nexus #30

shanestonk opened this issue Nov 17, 2024 · 3 comments

Comments

@shanestonk
Copy link

The addon can be install with kodi repo and run but no speedtest work

@githans1
Copy link

Same for me. I do get a ping, but no download speed test is started

@klyco
Copy link

klyco commented Jan 25, 2025

Same for me.
Log is:
Error Type: <class 'AttributeError'>
Error Contents: 'tuple' object has no attribute 'read'
Traceback (most recent call last):
File "C:\Kodi\portable_data\addons\script.speedtester\resources\lib\addon.py", line 658, in onClick
self.speedtest(share=True, simple=True)
File "C:\Kodi\portable_data\addons\script.speedtester\resources\lib\addon.py", line 820, in speedtest
servers = closest_servers(config['client'])
File "C:\Kodi\portable_data\addons\script.speedtester\resources\lib\addon.py", line 237, in closest_servers
serversxml.append(handler.read(10240))
AttributeError: 'tuple' object has no attribute 'read'

Cheers,
Ken

@klyco
Copy link

klyco commented Jan 28, 2025

Looks like either 1) The URL being used is not returning any data OR 2) The data returned is not what the code is expecting.
Not sure if this is being maintained but hopefully it is a minor fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants