
Re: Indigo Weather Conditions
pomprocker wrote:The error from the default weather service, might be because I placed it in Plugins (Disabled), restarted the Indigo Server, and enabled it manually in the GUI. Whereas in the readme.txt you say to place it directly in Plugins directory and restart.
That shouldn't matter.
pomprocker wrote:Also, I had already replaced the old versions IWS plugin with the new versions IWS plugin....
The Weather-Conditions IWS folder, really needs to be updated to the latest version. I can't tell if your saying that you updated it for 0.95, or for v0.98. But that wouldn't cause the pickle error.
The pickle error refers to being unable to write to the IWS folder....So that makes me think there's a permissions issue...
Are you running Indigo, while being logged in with a non-administrator account?
pomprocker wrote:The contents of the zip file are odd:
unzip Weather-Conditions%20v098.zip
ls -la
drwxr-xr-x 5 bdaniels staff 170 Jun 7 18:28 Weather-Conditions v098
drwxrwxr-x 3 bdaniels staff 102 Jun 7 18:29 __MACOSX
What is the __MACOSX folder for?
That's perfectly normal. The __MacOSX folder is made by MOSX when creating the archive. It contains the metadata for the folder / files. It's the equivalent of the .DS_STORE file, for the Zip file. (Technically it's not a folder, but that's the way it's stored in the zip file, since zip files can't contain metadata beyond what is defined in the ZIP file definition.)
- Benjamin