SkinN õ.Õ'.|. updated Notifier with a new update entry:
Notifier | Few Tweaks!
Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
Oxide] 4:09 AM [Error] Failed to initialize plugin notifier (MissingMemberException: 'NoneType' object has no attribute 'connection')
Is this anything to worry about? Just updated -
just got this on rusty for latest update
Code:Error] Failed to call hook 'SendHelpText' on plugin 'Notifier' Traceback (most recent call last): File "notifier.py", line 801, in SendHelpText File "notifier.py", line 260, in tell RuntimeError: Failed to call SendHelpText (MissingMemberException: notifier instance has no attribute 'prefix') at IronPython.Runtime.Types.OldInstance+FastOldInstanceGet.Target (System.Runtime.CompilerServices.CallSite site, System.Object instance, IronPython.Runtime.CodeContext context) [0x00000] in <filename unknown>:0 at System.Dynamic.UpdateDelegates.UpdateAndExecute2[Object,CodeContext,Object] (System.Runtime.CompilerServices.CallSite site, System.Object arg0, IronPython.Runtime.CodeContext arg1) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
Last edited by a moderator: Jul 9, 2015 -
-
Sorry, what is NPCs?
-
Where are the adverts?
-
SkinN õ.Õ'.|. updated Notifier with a new update entry:
Notifier | Hot Fix
[DOUBLEPOST=1436410010][/DOUBLEPOST]
[DOUBLEPOST=1436410040][/DOUBLEPOST] -
-
Working great
Thanks again
-
Code:
[Oxide] 8:15 PM [Info] Unloaded plugin Notifier v2.10.2 by SkinN [Oxide] 8:15 PM [Error] Failed to load plugin notifier (IOException: Sharing violation on path c:\games\108_61_114_134_28026\1218916\ruste\server\1218916\oxide\plugins\notifier.py) [Oxide] 8:15 PM [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding) at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0 at Oxide.Ext.Python.Plugins.PythonPlugin.Load () [0x00000] in <filename unknown>:0 at Oxide.Ext.Python.Plugins.PythonPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0 [Oxide] 8:15 PM [Info] Loaded plugin Notifier v2.10.2 by SkinN [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: -------------------------------------------------- [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: * Configuration file is up to date [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: * Starting Adverts loop, set to 6 minute/s [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: * Enabling commands: [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: - Map Link (/map) [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: - Rules (/rules, /regras, /regles) [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: - Adverts Command (/adverts) [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: - Players Online (/online) [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: - Players List (/players) [Oxide] 8:15 PM [Info] [Notifier v2.10.2] :: --------------------------------------------------
Last edited by a moderator: Jul 9, 2015 -
-
Code:
[Error] Exception raised in web request callback (KeyNotFoundException: The given key was not present in the dictionary.)
-
-
-
Code:
[Oxide] 9:39 PM [Error] Failed to run a 360.00 timer in notifier (KeyNotFoundException: The given key was not present in the dictionary.) [Oxide] 9:39 PM [Debug] at System.Collections.Generic.Dictionary`2[System.Object,System.Object].get_Item (System.Object key) [0x00000] in <filename unknown>:0 at IronPython.Runtime.NewStringFormatter+Formatter.GetUnaccessedObject (FieldName fieldName) [0x00000] in <filename unknown>:0 at IronPython.Runtime.NewStringFormatter+Formatter.GetArgumentValue (FieldName fieldName) [0x00000] in <filename unknown>:0 at IronPython.Runtime.NewStringFormatter+Formatter.ReplaceText (System.String format) [0x00000] in <filename unknown>:0 at IronPython.Runtime.NewStringFormatter+Formatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0 at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0 at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext context, System.String format_string, IDictionary`2 kwargs, System.Object[] args) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.FuncCallInstruction`5[IronPython.Runtime.CodeContext,System.String,System.Collections.Generic.IDictionary`2[System.Object,System.Object],System.Object[],System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
Last edited by a moderator: Jul 9, 2015 -
Got the same issue. On my server I also notice the welcome message isnt showing since I got this error.
[DOUBLEPOST=1436441566][/DOUBLEPOST]oops, forgot the quote, anyway I got this issue aswell + welcome message is not showing
-
This is going to be a stupid question so apologies in advance.
When anyone uses /map all they get is the port number. What have I missed?
Thanks in advance -
-
-
Copy paste your configure file to this post and use the code tags if possible
[DOUBLEPOST=1436467433][/DOUBLEPOST]