Skip to content
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

Improve method names parsing #4

Open
macbre opened this issue Jun 24, 2017 · 0 comments
Open

Improve method names parsing #4

macbre opened this issue Jun 24, 2017 · 0 comments

Comments

@macbre
Copy link
Owner

macbre commented Jun 24, 2017

2017-06-24 15:24:07 dataflow                            ERROR    Unable to parse method name: WallThread:getReplyIdsFromDB
Traceback (most recent call last):
  File "/home/macbre/github/query-digest/digest/dataflow.py", line 82, in data_flow_format_entry
    (target, edge) = method.rsplit('::', 1)
ValueError: need more than 1 value to unpack
2017-06-24 15:24:07 dataflow                            ERROR    Unable to parse method name: wfGetWikiaPageProp
Traceback (most recent call last):
  File "/home/macbre/github/query-digest/digest/dataflow.py", line 82, in data_flow_format_entry
    (target, edge) = method.rsplit('::', 1)
ValueError: need more than 1 value to unpack
2017-06-24 15:24:07 dataflow                            ERROR    Unable to parse method name: {closure}
Traceback (most recent call last):
  File "/home/macbre/github/query-digest/digest/dataflow.py", line 82, in data_flow_format_entry
    (target, edge) = method.rsplit('::', 1)
ValueError: need more than 1 value to unpack
2017-06-24 15:24:07 dataflow                            ERROR    Unable to parse method name: DPLMain:dynamicPageList
Traceback (most recent call last):
  File "/home/macbre/github/query-digest/digest/dataflow.py", line 82, in data_flow_format_entry
    (target, edge) = method.rsplit('::', 1)
ValueError: need more than 1 value to unpack
2017-06-24 15:24:07 dataflow                            ERROR    Unable to parse method name: AjaxPollClass:getVotes
Traceback (most recent call last):
  File "/home/macbre/github/query-digest/digest/dataflow.py", line 82, in data_flow_format_entry
    (target, edge) = method.rsplit('::', 1)
ValueError: need more than 1 value to unpack
2017-06-24 15:24:07 dataflow                            ERROR    Unable to parse method name: wfSetWikiaPageProp
Traceback (most recent call last):
  File "/home/macbre/github/query-digest/digest/dataflow.py", line 82, in data_flow_format_entry
    (target, edge) = method.rsplit('::', 1)
ValueError: need more than 1 value to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant