I just realize that my plugins do not send any request after today update...
p/s: In my case Javascript Plugins
Not an Issue Webrequests stopped working
Discussion in 'Rust Discussion' started by ddo, Jun 12, 2015.
-
Wulf Community Admin
Check your logs for errors, it's likely that the plugins are not loaded. Nothing changed with webrequests.
-
it's loaded and there is no error/exception, i tried to log before send the request and 1 more in the callback, the callback just never called
-
Wulf Community Admin
-
[DOUBLEPOST=1434171957,1434139988][/DOUBLEPOST]It works in the beginning after i restart the server then, nothing happen, even i reload the plugins. Note that before the yesterday update all was fine
[DOUBLEPOST=1434278974][/DOUBLEPOST]i got the problem, if one of javascript plugins has this exception:
Code:at Oxide.Ext.JavaScript.JavaScriptExtension.<JavaScriptExtension>m__0 (System.Exception ex) [0x00000] in <filename unknown>:0 at Oxide.Core.ExceptionHandler.FormatException (System.Exception ex) [0x00000] in <filename unknown>:0 at Oxide.Core.Logging.Logger.WriteException (System.String message, System.Exception ex) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.LogException (System.String message, System.Exception ex) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.OnFrame (Single delta) [0x00000] in <filename unknown>:0
[DOUBLEPOST=1434279261][/DOUBLEPOST]even i reload the plugins, the webrequests will not throw you any more exceptions, it is hard for you guys to debug. After the server restart, everything will be ok till that exception happen
Anyway that i can live refresh this case, instead of restart my server.Last edited by a moderator: Jun 17, 2015 -
now, its fixed in the latest oxide. ty
-
Wulf Community Admin