You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the code for "Granicus" sites here seems targeted towards Granicus sites that use "IQM2" in the URL. This is inconsistent, I think, with the naming conventions in #52 (about Granicus sites) and #53 (about IQM2 sites); specifically #52 seems to consider "Granicus" sites to be those without the IQM2 in the url.
See this commit of the Granicus code; it notes that this code was run and tested on Brookhaven GA, an IQM2 site.
I can confirm this code does not work on a non IQM2 site; the first thing that breaks is trying to parse an entry title by split()-ing on a hyphen; the IQM2 sites have three args whereas the other Granicus sites have 2. ( In fact the Granicus sites sometimes do have 3 pieces when split by '-' but this only occurs when the meeting has been canceled. FWIW the RSS view of a "normal" granicus site looks like this.
The text was updated successfully, but these errors were encountered:
I noticed the code for "Granicus" sites here seems targeted towards Granicus sites that use "IQM2" in the URL. This is inconsistent, I think, with the naming conventions in #52 (about Granicus sites) and #53 (about IQM2 sites); specifically #52 seems to consider "Granicus" sites to be those without the IQM2 in the url.
See this commit of the Granicus code; it notes that this code was run and tested on Brookhaven GA, an IQM2 site.
I can confirm this code does not work on a non IQM2 site; the first thing that breaks is trying to parse an entry title by split()-ing on a hyphen; the IQM2 sites have three args whereas the other Granicus sites have 2. ( In fact the Granicus sites sometimes do have 3 pieces when split by '-' but this only occurs when the meeting has been canceled. FWIW the RSS view of a "normal" granicus site looks like this.
The text was updated successfully, but these errors were encountered: