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.

Error and strange characters with completion on requests package

See original GitHub issue

when coding python, i write the following codes,

import requests
r = requests.get('www.github.com')
r.

when i pressed dot, then it completes with some strange words, i donot use any key mapping and other plugins, please help check it, thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
davidhaltercommented, Jul 14, 2016

@davidhalter btw: should we update the submodule? What branch / tag do you recommend to use currently.

I would recommend to stay on Jedi 0.9.0 for the next few weeks. I’m still fixing a few serious bugs and it doesn’t make sense to switch just a few weeks before the release. IMO.

0reactions
davidhaltercommented, Jul 22, 2016

The Jedi error seems to be solved (latest jedi dev branch).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Preserving special characters when using requests module
I am using Anaconda Python 3.7 Jupyter Notebook with the requests module to scrape some video game data from a website.
Read more >
Response.text returns improperly decoded text (requests 1.2.3 ...
With so few characters, charade will not return anything definitive because it uses statistical data to guess at what the right encoding is....
Read more >
Python's Requests Library (Guide)
The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a...
Read more >
Quickstart — Requests 2.28.1 documentation
Making a request with Requests is very simple. Begin by importing the Requests module: >>> import requests. Now, let's try to get a...
Read more >
Encountering Error Messages | GRANTS.GOV
You received one of these error messages because your application package or ... Avoid using any special characters (example: -,&,*,%,/,#) or spacing in...
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