1. How can i do that ?
    Sorry i begin with oxide, im really better with SourceMod, bukkit etc .. ahah
     
  2. Oxide Version: 2.0.1207, Rust Protocol: 1300


    which file im supposed to use?! i used the one that wulf provided
     
  3. Wulf

    Wulf Community Admin

    The file I provided is only for the latest snapshot builds. If you are on 1207, use the one from the Overview page.
     
  4. with the version from overview page and default config.


    Code:
    [Oxide] 3:28 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'No
    tifier'
    Traceback (most recent call last):
      File "notifier.py", line 410, in OnPlayerDisconnected 173kb/s in, 536kb/s out
    RuntimeError: Failed to call OnPlayerDisconnected (KeyNotFoundException: 7656119
    8241768404)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServi
    ces.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.
    Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpre
    ter.InterpretedFrame) <0x000c8>[Oxide] 3:28 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'No
    tifier'
    Traceback (most recent call last):
      File "notifier.py", line 410, in OnPlayerDisconnected 173kb/s in, 536kb/s out
    RuntimeError: Failed to call OnPlayerDisconnected (KeyNotFoundException: 7656119
    8241768404)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServi
    ces.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.
    Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpre
    ter.InterpretedFrame) <0x000c8>
     
  5. Wulf

    Wulf Community Admin

    That's an issue with your config somehow, not really familiar with it.
     
  6. as i said im using the default config :/
     
  7. Receiving this error since the update;

    Code:
    [Oxide] 7:23 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'Notifier'
    Traceback (most recent call last):
    RuntimeError: Failed to call OnPlayerDisconnected (ArgumentTypeException: OnPlayerDisconnected() takes exactly 2 arguments (3 given))
      at Microsoft.Scripting.Interpreter.ThrowInstruction.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 
     
  8. Wulf

    Wulf Community Admin

    http://oxidemod.org/threads/notifier.6641/page-62#post-113318
     
  9. Hey Wulf,

    I also got the error after the update from before today, trying the version you linked but now /help or /map or /players wont respond anymore.
    Messages and login and logouts are announced fine, also not getting any error in the RCON.
    Any idea?
     
  10. Wulf

    Wulf Community Admin

  11. Hehehe yeh just saw it, why did I even...
    Great :)
     
  12. Code:
    RuntimeError: Failed to call OnPlayerDisconnected (ArgumentTypeException: OnPlayerDisconnected() takes exactly 2 arguments (3 given))
      at Microsoft.Scripting.Interpreter.ThrowInstruction.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
     
  13. Wulf

    Wulf Community Admin

    See http://oxidemod.org/threads/notifier.6641/page-62#post-113318.
     
  14. Code:
    [7/31/2015 5:07:54 AM] [Oxide] 5:07 AM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'Notifier'
    Traceback (most recent call last):
    RuntimeError: Failed to call OnPlayerDisconnected (ArgumentTypeException: OnPlayerDisconnected() takes exactly 2 arguments (3 given))
      at Microsoft.Scripting.Interpreter.ThrowInstruction.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
    
     
  15. I still get this error with the one you posted. Fresh, vanilla config. No changes.

    Code:
    2:12 PM [Error] Web request callback raised an exception (KeyNotFoundException: RS)
    2:12 PM [Debug] at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
    
     
  16. Code:
    [7/31/2015 5:22:15 AM] [Oxide] 5:22 AM [Error] Failed to initialize plugin notifier
    Traceback (most recent call last):
      File "notifier.py", line 323, in Init
    RuntimeError: Failed to call Init (KeyNotFoundException: MESSAGES)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
     
  17. Wulf

    Wulf Community Admin

    See one post above your post.
     
  18. ur file is not working. i tried 10 times still getting the error @Wulf
     
  19. Wulf

    Wulf Community Admin

    And are you on Oxide build 1228 or higher?
     
  20. > version
    Oxide Version: 2.0.1228, Rust Protocol: 1301