Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Brabbel chokes #1

Open
toirl opened this issue Jan 12, 2016 · 0 comments
Open

Brabbel chokes #1

toirl opened this issue Jan 12, 2016 · 0 comments
Labels

Comments

@toirl
Copy link
Member

toirl commented Jan 12, 2016

Unter some conditions brabbel chokes and fails to parse the expression with the result of a alrge amount of error messages.
This is only a short excerpt of the traceback. This traceback goes over many screens.

[:error]     return self.expr._parse( instring, loc, doActions, callPreParse=False )                                                                                              
 7741 [:error]   File "/usr/lib/python2.7/site-packages/pyparsing.py", line 946, in _parseCache                                                                                         
 7742 [:error]     value = ParserElement._exprArgCache[ lookup ]                                                                                                                        
 7743 [:error] KeyError: ({{FollowedBy:({Forward: {{FollowedBy:({Forward: {{FollowedBy:({Forward: {{FollowedBy:({Forward: {{FollowedBy:({"not" ...}) Group:({["not"] ...})} | {Suppress:      ("[") [{string enclosed in single quotes | Combine:({["-"] W:(0123...)})}] [, [{string enclosed in single quotes | Combine:({["-"] W:(0123...)})}]]... Suppress:("]")} | Combine:(      {["-"] W:(0123...)}) | string enclosed in single quotes | Combine:({"$" W:(abcd...)}) | "True" | "False" | "None" | {W:(abcd...) Suppress:("(") Group:([{{{{{{Combine:({["-"] W:(0      123...)}) | string enclosed in single quotes} | Combine:({"$" W:(abcd...)})} | {{Suppress:("[") [{string enclosed in single quotes | Combine:({["-"] W:(0123...)})}] [, [{string e      nclosed in single quotes | Combine:({["-"] W:(0123...)})}]]...} Suppress:("]")}} | "True"} | "False"} | "None"} [, {{{{{{Combine:({["-"] W:(0123...)}) | string enclosed in single       quotes} | Combine:({"$" W:(abcd...)})} | {{Suppress:("[")  ....

This error currently only occurred when triggering brabbel from a web application more the once in a short time (E.g by clicking multiple times on submit).

Currently the reason for this is not known and must be examined.

@toirl toirl added the bug label Jan 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant