-
Notifications
You must be signed in to change notification settings - Fork 499
re.error: nothing to repeat at position 2 #568
Comments
Traceback (most recent call last): |
Beautiful! As you lined out, I replaced |
Rather than using the user/document-provided values directly, we instead escape them to use them verbatim. This fixes issue #568.
Rather than using the user/document-provided values directly, we instead escape them to use them verbatim. This fixes issue the-paperless-project#568.
Rather than using the user/document-provided values directly, we instead escape them to use them verbatim. This fixes issue the-paperless-project#568.
Rather than using the user/document-provided values directly, we instead escape them to use them verbatim. This fixes issue #568.
Rather than using the user/document-provided values directly, we instead escape them to use them verbatim. This fixes issue #568.
Great work with Paperless, It's making my paperwork less time consuming.
Recently I have been getting a regex error while running the consumer. The process quits with the line "re.error: nothing to repeat at position 2" in the Traceback. It seems to relate to the systems Python file "sre_parse.py" and the line 651:
raise source.error("nothing to repeat", source.tell() - here + len(this))
It seems to interpret the "+" as a repetition symbol in the regexp. I'm wondering how to fix this, since I don't feel comfortable messing around in the systems Python files.
The text was updated successfully, but these errors were encountered: