TwitchAuth

Moved

Total Downloads: 275 - First Release: Apr 15, 2016 - Last Update: Oct 9, 2017

5/5, 5 likes
  1. Same Error Here
     
  2. Really need a plugin for subscribers only. But great plugin man props <3
     
  3. Great Plugin. Saved me from having to write my own. I was easily able to modify it for subscriber only. There is a type mismatch in the TwitchAuthSetAccountCommand() method, that will cause the error everybody is getting. Simply comment out lines 53 through 78. I haven't had time to dive into it yet and work on the issue.

    The plugin for those wanting it to work for subscribers only.
    You need to configure an app in your twitch settings twitch.tv/settings/connections and follow the API authentication instructions on Twitch-API/authentication.md at master · justintv/Twitch-API · GitHub to generate a valid token.
     
  4. What about multiple Twitch Users? Is that supported?
     
  5. Can fix it ?
     
  6. Code:
    [Oxide] 15:14 [Error] TwitchAuth plugin failed to compile!
    [Oxide] 15:14 [Error] TwitchAuth.cs(76,79): error CS1503: Argument `#3' cannot convert `ulong' expression to type `string'
     
  7. I have the same compile! error as the other users.
     
  8. Wulf

    Wulf Community Admin

    Wulf updated TwitchAuth with a new update entry:

    0.1.1

     
  9. Wulf

    Wulf Community Admin

    Wulf updated TwitchAuth with a new update entry:

    0.1.2

     
  10. Wulf

    Wulf Community Admin

    Wulf updated TwitchAuth with a new update entry:

    0.1.3

     
  11. Hi,

    I have just installed the plugin and i am getting this error:


    Code:
    | Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.)
      at Newtonsoft.Json.JsonTextReader.ParseValue () [0x002b3] in <8fe7f8665ff548909c2f26d557e5093a>:0
      at Newtonsoft.Json.JsonTextReader.Read () [0x0004c] in <8fe7f8665ff548909c2f26d557e5093a>:0
      at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x00013] in <8fe7f8665ff548909c2f26d557e5093a>:0
      at Newtonsoft.Json.Linq.JObject.Parse (System.String json, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x0000c] in <8fe7f8665ff548909c2f26d557e5093a>:0
      at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0
      at Oxide.Plugins.TwitchAuth.Callback (System.Int32 code, System.String response, Oxide.Core.Libraries.Covalence.IPlayer player) [0x00000] in <d9cbe26e9eb1462c90029a68e0510b68>:0
      at Oxide.Plugins.TwitchAuth+<SteamCheck>c__AnonStorey0.<>m__0 (System.Int32 code, System.String response) [0x00000] in <d9cbe26e9eb1462c90029a68e0510b68>:0
      at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00034] in <a178d34943f746dd9b92eeffb8beec48>:0
    Any knowledge on how to get around it?

    Thanks