question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

keep saying `2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser start` when I'm typing

See original GitHub issue

python3.65rc1 I just did pip install ptpython then scrapy shell ... it says when I’m typing re[sponse]

>>> re2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser start
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser calculated
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff: line_lengths old: 1, new: 1
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff replace old[1:1] new[1:1]
2018-03-29 03:55:35 [parso.python.diff] DEBUG: parse_part from 1 to 1 (to 0 in part parser)
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser end
 [F4] 2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser start                       [F2] Menu - CPython 3.6.5
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser calculated
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff: line_lengths old: 1, new: 1
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff replace old[1:1] new[1:1]
s2018-03-29 03:55:35 [parso.python.diff] DEBUG: parse_part from 1 to 1 (to 0 in part parser)
2018-03-29 03:55:35 [parso.python.diff] DEBUG: diff parser end

there’s completion popup, but it’s keeping saying these DEBUG. so it’s unuseable.

it’s fine I use ptpython in my last installing with 3.5 which I’m upgraded from to 3.65rc1

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:4
  • Comments:24

github_iconTop GitHub Comments

2reactions
lhuaizhongcommented, Oct 23, 2020

It bothers me for a long time, not found an ideal solution, after I uninstall parso module, all is well! pip uninstall parso

2reactions
davidhaltercommented, Oct 16, 2019

It might be a good idea to just disable the parso logger in Scrapy/ptpython altogether. I don’t really think that it is needed in any case.

When people are enabling logging, they usually want to see the logs about the stuff they import and not the stuff that scrapy/ptpython imports.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prevent showing debugging log info inside ipython shell
I'm using scrapy shell inside virtualenv.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found