FormatException at GetFriendListError
09/17 21:59:12 | Failed to call hook 'GetFriendList' on plugin 'Friends v3.1.1' (FormatException: Input string was not in a correct format.)
at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Number.ParseUInt64 (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00014] in <437ba245d8404784b9fbab9b439ac908>:0
at System.UInt64.Parse (System.String s) [0x00007] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToArray () [0x00012] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at Oxide.Plugins.Friends.GetFriendList (System.UInt64 playerId) [0x00035] in :0
at Oxide.Plugins.Friends.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01754] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
I'd need details on how you were using it along with your configuration, thanks.
Evening Wulf. - Config:

{
"Friend list cache time (0 to disable)": 100,
"Maximum number of friends (0 to disable)": 100,
"Use permissions system (true/false)": false
}

- This error seems to happen every so often im not sure why
Sounds like you have a plugin using GetFriendsList(ulong id), but isn't supplying a valid ulong. I'll make sure to handle it in the plugin though.
Any update on this Wulf? As its spam console with errors and I believe it's causing lag to our server.

Merged post

We are using another plugin that works with Friends plugin: FriendsUI is the ui causing issues to your friends plugin?
I'm not sure exactly. Could you upload your Friends.json somewhere for me to review? Thanks.