This plugin is broken because there is a new twitch API version where the client_id is sent as the header rather than as a query parameter. The API path has also changed, here's an example query uri for top games:
https://api.twitch.tv/helix/games/top
Also, exceptions from the plugin are silent. I only see the exception in the wox log and there's no user feedback. But that may be more Wox code behavior than the plugin's.
This plugin is broken because there is a new twitch API version where the client_id is sent as the header rather than as a query parameter. The API path has also changed, here's an example query uri for top games:
https://api.twitch.tv/helix/games/top
Also, exceptions from the plugin are silent. I only see the exception in the wox log and there's no user feedback. But that may be more Wox code behavior than the plugin's.