HeyM1ke / ValorantStreamOverlay

500 stars 65 forks source link

Unhandled Exception has occurred in your application... #142

Open veggiestraws opened 3 years ago

veggiestraws commented 3 years ago

shows me my elo from the past 3 games but doesn't show rp or elo

HUMBL3B33 commented 3 years ago

I am getting the same error. Is there any solution?

MartinGuelbenzu commented 3 years ago

Same for me, I am logging the same as I do in Valorant launcher, it shows +/- points but will never show rank etc. I will paste the whole error message after the image for you to fix it. Thank you @RumbleMike . image

System.ArgumentNullException: Value cannot be null. (Parameter 'o')
   at Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(Object value, String parameterName)
   at Newtonsoft.Json.Linq.JToken.FromObjectInternal(Object o, JsonSerializer jsonSerializer)
   at Newtonsoft.Json.Linq.JToken.FromObject(Object o)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at ValorantStreamOverlay.RankDetection.RankParser(Int32 rankNumber)
   at ValorantStreamOverlay.RankDetection..ctor()
   at ValorantStreamOverlay.LogicHandler.ReadSettings()
   at ValorantStreamOverlay.LogicHandler..ctor(ValorantOverStream instance)
   at ValorantStreamOverlay.ValorantOverStream.ValorantOverStream_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)