dk307 / HSPI_InfluxDBPersistence

PlugIn For Homeseer to persist to InfluxDB
MIT License
12 stars 6 forks source link

Error after updating Homeseer #3

Closed svenove closed 5 years ago

svenove commented 5 years ago

Just updated HomeSeer to 3.0.0.500 and at the same time I updated the plugin to 0.1.48. Linux 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:01:15 UTC 2019 i686 i686 i686 GNU/Linux Mono JIT compiler version 5.18.0.240

The plugin doesn't show up in the list of plugins anymore and when HomeSeer starts, it shows this error in the log: "Examining properties on plugin (2) HSPI_InfluxDBPersistence.exe: Object reference not set to an instance of an object"

Any ideas?

svenove commented 5 years ago

I was running 0.1.36 before. Rolled back to that version and it seems to be working. Haven't tried the other versions in between, so not sure which version that introduced the issue.

dk307 commented 5 years ago

Thanks for reporting this, I will look into this

dk307 commented 5 years ago

I fixed the issue in latest commit. It was issue with Costura Assembly packaging. I started using ILMerge instead. Let me know if you still have problem.