-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error to Parse request to json in debug #137
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
Comments
From @afraniohonorio on August 25, 2017 14:5 Same here!!!! |
From @fernandobrandao on August 25, 2017 14:47 I'm having the same problem... |
@afraniohonorio @fernandobrandao @rafaelfamorim Please do let me know how that goes. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
From @rafaelfamorim on July 4, 2017 15:50
Environment data
VS Code version: 1.13.1
Python Extension version: 0.6.7
Python Version: 2.7
OS and version: Ubuntu 16.04
Django version: 1.6.1
Actual behavior
When we are debugging with VS Code + Django (version 1.6.1) we get the error trying to parse the request object JSONParser().parse(request)

Request Data

When we run this code from terminal (without debugging) it works fine. In others IDEs like PyCharm and Eclipse works as well.
Settings
Your launch.json (if dealing with debugger issues):
Your settings.json:
Copied from original issue: DonJayamanne/pythonVSCode#1069
The text was updated successfully, but these errors were encountered: