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

Error on load #7

Closed
jrickmd opened this issue May 28, 2020 · 4 comments
Closed

Error on load #7

jrickmd opened this issue May 28, 2020 · 4 comments

Comments

@jrickmd
Copy link

jrickmd commented May 28, 2020

Loading 0.1.0 get error message:

'
Started plugin "WeatherFlow Smart Weather 0.1.0"
WeatherFlow Smart Weather Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 671, in runConcurrentThread
File "plugin.py", line 612, in _process_message
File "plugin.py", line 785, in process_obs_tempest
KeyError: 'key temp not found in dict'

WeatherFlow Smart Weather Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
'

and doesn't load. This happens after multiple attempts to reload.

Rick

@bpennypacker
Copy link
Owner

Interesting. That particular line of code is trying to read one of the new properties from the config dialog. It's almost as if Indigo didn't actually update what it sees in the plugin based on the new properties in the PluginConfig.xml file. I guess Indigo doesn't initialize the new values unless/until you actually go into the plugin configuration dialog. I'll have to modify the code to account for this...

@bpennypacker
Copy link
Owner

Try v0.1.1 that I just published.

@Koreysherwin
Copy link

Koreysherwin commented May 29, 2020 via email

@bpennypacker
Copy link
Owner

Should all be fixed as part of #6

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