1. Code:
    [Oxide] 16:25 [Error] Failed to initialize plugin 'rankme v2.6.0'
    Traceback (most recent call last):
      File "rankme.py", line 238, in Init
    RuntimeError: Failed to call Init (Exception: Unexpected end of json)
      at Oxide.Core.Configuration.KeyValuesConverter.ReadJson (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue, Newtonsoft.Json.JsonSerializer serializer) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable (Newtonsoft.Json.JsonConverter converter, Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
    
     
  2. upload your config
     
  3. is working now, i delete rankme-db
     

    Attached Files:

  4. You most probably might have messed up the JSON in the db.
     
  5. I have a question. The following line gives out all ranks ( /rank )
    Code:
    k.append('<lightblue>%s<end>: <white>%s<end>' % (LISTS[i.upper()], ply[i]))
    I would like to give out after every lightblue-entry the rank-name like this:
    Code:
    k.append('<lightblue>%s<end> (%s): <white>%s<end>' % (LISTS[i.upper()], 'X', ply[i]))
    But with what I need to replace 'X'?

    Lists containts e.g.:
    Code:
    'LISTS': {
      'PVPKILLS': 'PVP Kills'
    }
    No I want to get "PVPKILLS" - how to manage that?
     
  6. Update appears to have broke this.
    16:44 [Error] Failed to load plugin rankme
    Traceback (most recent call last):
    File "rankme.py", line 6, in <module>
    ImportError: Import of module System not allowed
     
  7. î can confirm, plugin is broken since new update ;/
     
  8. Same error as above
     
  9. Yes pls fix(
     
  10. the problem is the plugin is not compiled just gotta compile it
     
  11. > Oxide.reload rankme
    [Oxide] 02:50 [Error] Failed to load plugin rankme
    Traceback (most recent call last):
    File "rankme.py", line 6, in <module>
    ImportError: Import of module System not allowed
     
  12. hold on guys, im on to it
    [DOUBLEPOST=1458864209][/DOUBLEPOST]Guys I just talked with Wulf and this error is due to an Oxide issue, we have to wait for an Oxide update to fix it. This said I am not going to release a fix since the current version is stable, however I have uploaded a temporary fix for you, just take in mind this temporary fix disables all timers, so this means Top3 Advert and Auto-Save features are disabled as well.
    Once the Oxide update is released you just have to re-download the current version and all will work fine. (At least is what I expect :))

    Have a good one
     

    Attached Files:

  13. Wulf

    Wulf Community Admin

    The import error will be fixed in the next Oxide snapshot. I'll be putting out a release for it as well soon.
     
  14. Fixed with latest update of oxide
     
  15. [Oxide] 20:54 [Error] Failed to load plugin rankme
    Traceback (most recent call last):
    File "rankme.py", line 6, in <module>
    ImportError: Import of module System not allowed
     
  16. update your server and install the latest oxide
     
  17. i do it ... its do it again
     
  18. What version is your plugin also are you running this from your pc
     
  19. ireinstall the plagin and its not work
     
  20. Did you also delete the config as well as the file in the data folder