Bug Reports and Feature Requests

Posted on
Sat Mar 17, 2018 12:35 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Bug Reports and Feature Requests

Please use the GitHub Issues System for bug reports or feature requests.

I'm trying to update the Wiki documentation to cover all common questions. If there's something missing, please post it here or create an issue. Or submit your own changes to the Wiki.

Thanks!

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sat Feb 02, 2019 5:12 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Bug Reports and Feature Requests

The Socket Test Failure locked thread links to here, there is nothing in the Wiki i see that addresses this. I just started getting this again. I did manually update the hub's firmware to renable the API access. After enabling verbose logs got this:

Harmony Hub Debug logLevel = 5
Harmony Hub Debug updateFrequency = 86400.0
Harmony Hub Debug Called deviceStartComm(self, device): Hub - Theater (1961453086)
Harmony Hub Debug Hub - Theater: Device Current Version = 1
Harmony Hub Debug Hub - Theater: Device Version is up to date
Harmony Hub Debug Hub - Theater: Starting harmonyHub device (1961453086)
Harmony Hub Warning Hub - Theater: Socket test failure
Harmony Hub Error Hub - Theater: Error starting harmonyHub device, possibly bad IP address, disabling...
Harmony Hub Debug Called deviceStopComm(self, device): Hub - Theater (1961453086)
Harmony Hub Checking for updates...
Harmony Hub Debug Plugin version detected: 7.2.3
Harmony Hub Debug Current version is: 7.2.3
Harmony Hub Debug Getting latest release from FlyingDiver/Indigo-Harmony...
Harmony Hub Debug GET /repos/FlyingDiver/Indigo-Harmony/releases/latest
Harmony Hub Debug HTTP Err result: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1917 100 1917 0 0 9395 0 --:--:-- --:--:-- --:--:-- 9443

Harmony Hub Debug ReturnCode:0
Harmony Hub Debug Json results:{u'body': u'', u'assets_url': u'https://api.github.com/repos/FlyingDiver/Indigo-Harmony/releases/9814328/assets', u'name': u'GHPU Fix', u'published_at': u'2018-02-23T22:27:57Z', u'author': {u'following_url': u'https://api.github.com/users/FlyingDiver/following{/other_user}', u'events_url': u'https://api.github.com/users/FlyingDiver/events{/privacy}', u'avatar_url': u'https://avatars1.githubusercontent.com/u/72976?v=4', u'url': u'https://api.github.com/users/FlyingDiver', u'gists_url': u'https://api.github.com/users/FlyingDiver/gists{/gist_id}', u'html_url': u'https://github.com/FlyingDiver', u'subscriptions_url': u'https://api.github.com/users/FlyingDiver/subscriptions', u'node_id': u'MDQ6VXNlcjcyOTc2', u'repos_url': u'https://api.github.com/users/FlyingDiver/repos', u'received_events_url': u'https://api.github.com/users/FlyingDiver/received_events', u'gravatar_id': u'', u'starred_url': u'https://api.github.com/users/FlyingDiver/starred{/owner}{/repo}', u'site_admin': False, u'login': u'FlyingDiver', u'type': u'User', u'id': 72976, u'followers_url': u'https://api.github.com/users/FlyingDiver/followers', u'organizations_url': u'https://api.github.com/users/FlyingDiver/orgs'}, u'url': u'https://api.github.com/repos/FlyingDiver/Indigo-Harmony/releases/9814328', u'created_at': u'2018-02-23T22:10:29Z', u'target_commitish': u'Indigo7', u'tarball_url': u'https://api.github.com/repos/FlyingDiver/Indigo-Harmony/tarball/7.2.3', u'html_url': u'https://github.com/FlyingDiver/Indigo-Harmony/releases/tag/7.2.3', u'zipball_url': u'https://api.github.com/repos/FlyingDiver/Indigo-Harmony/zipball/7.2.3', u'tag_name': u'7.2.3', u'node_id': u'MDc6UmVsZWFzZTk4MTQzMjg=', u'draft': False, u'prerelease': False, u'upload_url': u'https://uploads.github.com/repos/FlyingDiver/Indigo-Harmony/releases/9814328/assets{?name,label}', u'id': 9814328, u'assets': []}
Harmony Hub Debug Latest release is: 7.2.3
Harmony Hub No updates are available

Posted on
Sat Feb 02, 2019 5:30 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Bug Reports and Feature Requests

Please read the first post. If you want to report a bug, please use GitHub.

But thanks for reminding me I need to remove all the update code from the plugin. I thought I did that ages ago.

Was this working after you updated the Hub firmware? And then it stopped working? Have you checked that the firmware version is still the same as the one you manually installed?

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sat Feb 02, 2019 5:55 pm
wormhole offline
Posts: 125
Joined: Feb 21, 2017

Re: Bug Reports and Feature Requests

Yes it was working. That said simply unplugging the hub and waiting 10 secs and plugging it back in enabled COMMs. However stopping and starting the server made the Philemon come back. It seems like the hub needs to reconnect after startup for the problem to go away.

Posted on
Sat Feb 02, 2019 7:02 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Bug Reports and Feature Requests

wormhole wrote:
Yes it was working. That said simply unplugging the hub and waiting 10 secs and plugging it back in enabled COMMs. However stopping and starting the server made the Philemon come back. It seems like the hub needs to reconnect after startup for the problem to go away.


OK, so sounds like something had the Hub locked up. Rebooting it then starting the plugin device (or restarting the plugin) was the right process.

I'll have to think about some way to have the plugin retry on a periodic basis when the com check fails.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sat Feb 02, 2019 7:10 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Bug Reports and Feature Requests

Since I'm going to be mucking about in the code for the two issues I have open, now's the time for any other requests...

Please open an issue here: https://github.com/FlyingDiver/Indigo-Harmony/issues

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Feb 04, 2019 2:55 pm
jay (support) offline
Site Admin
User avatar
Posts: 18199
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Bug Reports and Feature Requests

Has Logitech started pushing the new firmware that restores operation? I've ignored the problem until now, but SAF has steadily been going down since my hubs updated themselves...

(was trying not to do the workaround)

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Mon Feb 04, 2019 3:13 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Bug Reports and Feature Requests

jay (support) wrote:
Has Logitech started pushing the new firmware that restores operation? I've ignored the problem until now, but SAF has steadily been going down since my hubs updated themselves...

(was trying not to do the workaround)


I don't think they're going to push it. You need to use the app to opt-in to the firmware version that works with the plugin.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Feb 04, 2019 4:32 pm
jay (support) offline
Site Admin
User avatar
Posts: 18199
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Bug Reports and Feature Requests

FlyingDiver wrote:
I don't think they're going to push it. You need to use the app to opt-in to the firmware version that works with the plugin.


Is that process documented somewhere? I must have missed some posts somewhere... :?

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Mon Feb 04, 2019 4:36 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Bug Reports and Feature Requests

jay (support) wrote:
FlyingDiver wrote:
I don't think they're going to push it. You need to use the app to opt-in to the firmware version that works with the plugin.


Is that process documented somewhere? I must have missed some posts somewhere... :?


It's a "Beta" program. ;)

https://community.logitech.com/s/questi ... rabilities

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 1 guest