1. I just get this error on Oxide right now.
    If it's can help you to make this project better
    Code:
     [Oxide] 5:24 AM [Info] [Stats] Error getting response stream (ReadDone2): ReceiveFailure : 0
     
  2. That's Great!, does that mean the Leader Board will be implemented? And also adding the missing resources such as Oil and HQM?

    Really like this plugin adds something to the Servers Website, would love to see the development continued!!
     
    Last edited by a moderator: Nov 4, 2015
  3. Real simple question. What the easiest way to reset the stats ?
     
  4. Delete your actual database and upload the original.
     
  5. Truncating the tables is easier. I just wondered if there was a command/parameter to use to do it from the web interface.
     
  6. how to use that ?

    help me!
     
  7. Did not generate a token, how to generate one?

    Worked!!
     
    Last edited by a moderator: Nov 12, 2015
  8. I have everything in place I believe, but when I click on various areas on the page - such as Players > List - I get the following error.

    DataTables warning: table id=DataTables_Table_0 - Invalid JSON response. For more information about this error, please see 1. Warning: Invalid JSON response

    Any ideas?
     
  9. Still noupdate :(
     
  10. Since last Rust Patch:
    (20:16:36) | [Oxide] 8:17 PM [Error] Failed to call hook 'OnWeaponThrown' on plugin 'stats v1.5.1' (InvalidCastException: Cannot cast from source type to destination type.)

    Would be very happy, when you patch this nice tool :)
     
  11. It does not update the database after an error
    Code:
    1:23 AM [Error] Web request callback raised an exception (KeyNotFoundException: ХХХХХХХХХХХХХХХ)
    1:23 AM [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 (wrapper dynamic-method) object.joining_messages$15 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x002de>
     
    Last edited by a moderator: Dec 3, 2015
  12. Keep getting this
    Code:
    12:49 PM [Info] [Stats] Error: ConnectFailure (No connection could be made because the target machine actively refused it.
    ) : 0
    In my cpanel for webhost i set the server IP in Remote Database Access Hosts like I needed to do for my Unturned server plugins. Is it because I didnt restart the server even though I reloaded the plugin?
     
  13. This plugin is outdated no wonder it doesnt work.....
     
  14. Actually I tried to revive the plugin and fixed some deprecated hooks, but some things are not tracked and I'm still investigating. I have no idead why it tracks some buildings and some not. All traps and high-walls are missing (it's blank), some entries are like "Door" or "Wall" and some "door.hinged.wood.prefab" and so. I couldn't find any point where alle prefabs are listed oder names. Neither in the database or in the plugin itself. I think it's some library from oxide and a new/changed include is missing. I must excuse myself here, because I never coded a plugin for rust/oxide.
    I tested this file on my live server and it works, no warnings anymore in the rcon.

    Changelog:
    • Replaced "OnItemPickup" with "OnCollectiblePickup"
    • Replaced "OnWeaponThrown" with "OnExplosiveThrown"
     

    Attached Files:

  15. OOO thanks ill try this now!
     
  16. @Nathaira
    Code:
     [Error] Failed to call hook 'OnCollectiblePickup' on plugin 'stats v1.5.2' (InvalidCastException: Cannot cast from source type to destination type.)
    [Oxide] 5:25 PM [Debug]   at Oxide.Plugins.Stats.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 
    Oxide version: 2.0.1676, Rust Protocol: 1340.110.1
     
  17. Yeah I got the same error @isuelt - it just spams your logfile/console, but it triggers als events and write it to the database. So i think it's save to ignore it (just I do).
    But sadly I've no idea how to fix it, beneth of that I couldn't find any solution on fixing the database thing. Some objects are not stored by name, but triggert e.g. the high walls and other stuff. I don't have the knowledge to fix it :(

    If more stuff stops working I must delete it from my server, it's sad, 'cause it's a very good tool.