Kodi Speed Tester addon 19 and 20
#1
Hi, I cannot get the speed tester add on go past the opening page. 
Same in 19 and 20.
Anyone got it working?
Baz
Reply
#2
To receive meaningful assistance you will need to provide a full debug log.

The instructions are here... debug log (wiki)

If you are using the Basic Method, then ensure the following is applied...
1.Enable debugging in Settings>System Settings>Logging,
2.Restart Kodi
3.Replicate the problem.
4.Upload the log to Kodi Paste Site manually or use the Kodi Logfile Uploader. (wiki) With either method post the link to the log back here.

If you are using the Advanced Method ensure you have correctly created and applied the advancedsettings.xml file (wiki)

In both instances, you should see the word DEBUG throughout the log.

Note: Full logs only. No partial or redacted logs
Do NOT post your logs directly into the forum. Use the Kodi Paste Site. Post the link to your pasted log in the forum
Always read the Wiki, FAQ and search the forum before posting.
Read/follow the forum rules.
Reply
#3
Problem: Python renamed isAlive to is_alive so it broke the addon.

Fix: Open file causing the error, search and replace text isAlive -> is_alive, save file.



Relative Path: script.speedtester/resources/lib/addon.py
                                                   
Android Full Path: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.speedtester/resources/lib/addon.py

Makes things easier when you can see the error in the log.
Reply
#4
@"nymdbwdp"  Nice of you to try and help but there is literally large red letters above the 'Post Reply" button that says - "Do not post logs in the forum. Use https://paste.kodi.tv/ instead."

You miss that?

Also snippets of logs are not always as useful as you think, a full Debug Log would be much better.
Always read the Wiki, FAQ and search the forum before posting.
Read/follow the forum rules.
Reply
#5
Apologies, it was not intended as a log post. Fixed*
Reply
#6
Tried your changes to the sadly with no joy. (resources/lib/addon.py - change instances of isAlive to is_alive )
Still trying to work out to make a log.
I will need time to reload latest Kodi etc 1st.  Will need access to tv etc, hard atm.
Reply
#7
Add on in Kodi Repo has not been updated. New one that works is here https://github.com/add-ons/script.speedtester/releases
Reply
#8
Add on in Kodi Repo has not been updated. New one that works is here https://github.com/add-ons/script.speedtester/releases

Old one in Kodi Repo is 1.1.2
New one in github for Matrix is 1.1.3

Baz
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Speed Tester addon 19 and 200