kmarkley / Indigo-Online-Sensor

Connection status, connection speed, and IP addresses as Indigo devices.
MIT License
1 stars 0 forks source link

SpeedTest Monitor' thread error: 'SpeedtestBestServerFailure' object has no attribute 'message' #6

Open aldera123 opened 10 months ago

aldera123 commented 10 months ago

Hello,

Running Sonoma OS 14.1.1 on a 2020 M1 Macmini with Indigo 2023.1. I get this error every time I try to load/reload the plugin. I did do a manual add of speedtest in Terminal. This was also happening on the previous MAC OS version.

Reloading plugin "Online Sensor 0.1.0" using API v3.0 Stopping plugin "Online Sensor 0.1.0" (pid 14252) Stopped plugin "Online Sensor 0.1.0" Starting plugin "Online Sensor 0.1.0" (pid 14464) Started plugin "Online Sensor 0.1.0" Online Sensor Error SpeedTest Monitor' thread error: 'SpeedtestBestServerFailure' object has no attribute 'message'

simons-plugins commented 4 months ago

For anyone else with this issue, you need to pip3 uninstall Speedtest. You should only have Speedtest-cli installed.

aldera123 commented 4 months ago

Hello,

I did an uninstall of Speedtest but it said it didn't exist. I then did an install of the Speediest-cli and it said it already existed. Still getting the following:

Reloading plugin "Online Sensor 0.1.0" using API v3.0 Stopping plugin "Online Sensor 0.1.0" (pid 88930) Stopped plugin "Online Sensor 0.1.0" Starting plugin "Online Sensor 0.1.0" (pid 89065) Started plugin "Online Sensor 0.1.0" Online Sensor 'IPAddressSensor' new IP Address: b'97.91.6.214' Online Sensor Error Speedtest' thread error: 'ShareResultsSubmitFailure' object has no attribute 'message'

Running Indigo 2023.2.0 on a Macmini (M1) with Sonoma 14.4.1.

simons-plugins commented 4 months ago

Check both pip uninstall speedtest as well as pip3 uninstall speedtest

aldera123 commented 4 months ago

I tried both and still getting the error.

Last login: Thu May 9 10:49:01 on ttys000 ralph@Macmini2M1-7 ~ % pip uninstall Speedtest WARNING: Ignoring invalid distribution ~rllib3 (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages) WARNING: Ignoring invalid distribution ~rllib3 (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages) WARNING: Skipping Speedtest as it is not installed. ralph@Macmini2M1-7 ~ % pip3 uninstall Speedtest WARNING: Ignoring invalid distribution ~rllib3 (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages) WARNING: Ignoring invalid distribution ~rllib3 (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages) WARNING: Skipping Speedtest as it is not installed. ralph@Macmini2M1-7 ~ %

May 10, 2024 at 10:15:20 AM Indigo Cocoa client connected Reloading plugin "Online Sensor 0.1.0" using API v3.0 Stopping plugin "Online Sensor 0.1.0" (pid 89065) Stopped plugin "Online Sensor 0.1.0" Starting plugin "Online Sensor 0.1.0" (pid 11182) Started plugin "Online Sensor 0.1.0" Online Sensor Error Speedtest' thread error: 'ShareResultsSubmitFailure' object has no attribute 'message'