-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScanHashtagsCommand [Ctrl+ALt+F9] = Exception "The index and length must refer to a location within the string" #1683
Labels
bug
Something isn't working
Comments
nhwCoder
added
bug
Something isn't working
unread
I have seen it or had time to refine it yet
labels
Nov 26, 2024
nhwCoder
changed the title
ScanHashtagsCommand - Exception
ScanHashtagsCommand [Ctrl+ALt+F9] - Exception
Nov 26, 2024
@nhwCoder I'm not sure what you mean by this. Can you explain more or show a picture please?
|
nhwCoder
changed the title
ScanHashtagsCommand [Ctrl+ALt+F9] - Exception
ScanHashtagsCommand [Ctrl+ALt+F9] = Exception "The index and length must refer to a location within the string"
Nov 26, 2024
Note to self: The <one:T>
<![CDATA[<a href="c:">aaa <span style='background:#FFFF99'>#abb</span> <span style='background:#FFFF99'>#acc</span></a>]]>
</one:T> And a more complete stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem to Solve
ScanHashtagsCommand [Ctrl+ALt+F9] results in Exception (see log below)
To Reproduce
Steps to reproduce the behavior:
Environment (if applicable)
The Exception
07|02:14:22.682| Running command ScanHashtagsCommand
07|02:14:23.687| Error running command ScanHashtagsCommand
07|02:14:23.687| System.ArgumentOutOfRangeException
Message: Der Index und die Länge müssen sich auf eine Position in der Zeichenfolge beziehen.
=====> (+/-)EN: "The index and length must refer to a location within the string."
Parametername: length
Source: mscorlib
StackTrace: bei System.String.Substring(Int32 startIndex, Int32 length)
bei River.OneMoreAddIn.Commands.TextAtom.Replace(Int32 index, Int32 length, XElement replacement)
bei River.OneMoreAddIn.Commands.ElementAtom.Replace(Int32 index, Int32 length, XElement replacement)
bei River.OneMoreAddIn.Commands.SearchAndReplaceEditor.Replace(XElement wrapper, Int32 searchIndex, Int32 searchLength, String stringValue, XElement elementValue)
bei River.OneMoreAddIn.Commands.SearchAndReplaceEditor.ScanElement(XElement element)
bei River.OneMoreAddIn.Commands.SearchAndReplaceEditor.SearchAndReplace(XElement paragraph)
bei River.OneMoreAddIn.Commands.HashtagPageScanner.Scan()
bei River.OneMoreAddIn.Commands.HashtagScanner.d__21.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter
1.GetResult() bei River.OneMoreAddIn.Commands.HashtagScanner.<Scan>d__20.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei System.Runtime.CompilerServices.TaskAwaiter
1.GetResult()bei River.OneMoreAddIn.Commands.HashtagScanner.d__19.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei River.OneMoreAddIn.Commands.HashtagScanner.d__19.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bei River.OneMoreAddIn.Commands.ScanHashtagsCommand.d__1.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bei River.OneMoreAddIn.CommandFactory.d__6.MoveNext()
TargetSite: [mscorlib] System.String::Substring()
The text was updated successfully, but these errors were encountered: