Eligioo / WoxTwitch

Browse and search Twitch streams through Wox Launcher
http://www.wox.one/plugin/106
MIT License
4 stars 3 forks source link

Fix plugin failing to load #2

Closed dolphinspired closed 5 years ago

dolphinspired commented 5 years ago

Resolves #1 - the plugin now loads correctly.

The namespace Wox.Infrastucture.* is from an internal library for Wox, not from Wox.Plugin.dll. This was causing problems when the plugin was being loaded into the app, as evidenced by the Wox log file.

Changes

Testing

Final steps

I've built and attached the code to save you some time. Feel free to download and try this, or re-build it from the code yourself.

  1. If no more changes need to be made, download this: WoxTwitch.zip
  2. Change the extension to ".wox" (github won't let me upload a .wox file)
  3. Click the Edit button here, and upload the .wox file.
Eligioo commented 5 years ago

@dolphinspired does this merge also supports Twitch's new API such that an API key is required for every request?

Eligioo commented 5 years ago

I uploaded version 2.2.2 to the Wox website.

dolphinspired commented 5 years ago

I didn't change anything with the API call, just the settings. Thanks for merging!

Eligioo commented 5 years ago

End of 2018 Twitch made it mandatory that API calls need their token with every request.