hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

ValueError: invalid literal for int() with base 10: 'global' #8

Closed navicore closed 6 years ago

navicore commented 6 years ago

when I hologram activate --apikey 1234.... I get ValueError: invalid literal for int() with base 10: 'global' since the zone is 'global'

https://github.com/hologram-io/hologram-python/blob/ceb64bef03ed306b8090aa0f953cd44d4e03ad02/scripts/hologram_activate.py#L149

lellasone commented 6 years ago

I have also run into this issue.

rbalik commented 6 years ago

This is fixed in v0.8.1. Thanks for reporting.