You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at Piwik.Tracker.PiwikTracker.getRequest(Int32 idSite)
at Piwik.Tracker.PiwikTracker.getUrlTrackPageView(String documentTitle)
at Piwik.Tracker.PiwikTracker.doTrackPageView(String documentTitle)
I believe it is at Line 817:
Convert.ToString(new Random().Next()).Substring(2, 6)
The text was updated successfully, but these errors were encountered:
julienmoumne
changed the title
ArgumentOutOfRangeException
ArgumentOutOfRangeException is randomly thrown when generating &rand tracking parameter
Apr 24, 2017
julienmoumne
changed the title
ArgumentOutOfRangeException is randomly thrown when generating &rand tracking parameter
ArgumentOutOfRangeException randomly thrown when generating &rand tracking parameter
Apr 24, 2017
julienmoumne
changed the title
ArgumentOutOfRangeException randomly thrown when generating &rand tracking parameter
ArgumentOutOfRangeException randomly thrown when generating "rand" tracking parameter
Apr 24, 2017
Any idea why this is happening?
System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at Piwik.Tracker.PiwikTracker.getRequest(Int32 idSite)
at Piwik.Tracker.PiwikTracker.getUrlTrackPageView(String documentTitle)
at Piwik.Tracker.PiwikTracker.doTrackPageView(String documentTitle)
I believe it is at Line 817:
Convert.ToString(new Random().Next()).Substring(2, 6)
The text was updated successfully, but these errors were encountered: