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

Compatibility problem with 4.2.5 #2

Open
stuntman999 opened this issue Oct 31, 2014 · 3 comments
Open

Compatibility problem with 4.2.5 #2

stuntman999 opened this issue Oct 31, 2014 · 3 comments

Comments

@stuntman999
Copy link

Hi,

There is a problem with Zenoss 4.2.5, when modeling I get this error:

Problem while executing plugin ZenPacks.BCN.Ubiquiti.UbiquitiSubscriberStation
Traceback (most recent call last): File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 647, in processClient datamaps = plugin.process(device, results, self.log) File "/opt/zenoss/ZenPacks/ZenPacks.BCN.Ubiquiti-1.02.egg/ZenPacks/BCN/Ubiquiti/modeler/plugins/ZenPacks/BCN/Ubiquiti/UbiquitiSubscriberStation.py", line 69, in process if (om.ssMAC in volatiledata) and len(volatiledata) > 0: TypeError: argument of type 'NoneType' is not iterable

Thank you

@danfmsouza
Copy link

I'm stuck in the same. I just try to change if (om.ssMAC in volatiledata) and len(volatiledata) > 0: to if (om.ssMAC in volatiledata) and len(volatiledata) is not None:, but not solve... :(

@mjducharme
Copy link
Member

The zenpack is certainly compatible with 4.2.5. I think something went wrong with your installation. Try reinstalling the zenpack, and if the issue persists, see if it also happens if you freshly add the device to the appropriate organizer. It might be something did not update with your existing device.

@mjducharme
Copy link
Member

Also before installing the zenpack create the following two organizers manually:

Create an organizer "Wireless" inside /Devices/Network
Create an organizer "Ubiquiti" inside /Devices/Network/Wireless

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