Skip to content

Command 'python.updateFeedbackCounter' not found while using python remote debugging #278

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

Closed
ojhaujjwal opened this issue Nov 23, 2017 · 3 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@ojhaujjwal
Copy link

Environment data

  • VSCode Version: 1.18.1
  • OS Version: macOS Sierra Version 10.12.6
  • Python Extension version: 0.8.0
  • Python Version: 2.7

Actual behavior

Remote doesn't start

Expected behavior

Remote should start

Steps to reproduce:

  1. Run a python process in vscode.
  2. Create the following launch configuration:
        {
            "name": "xxxxx Remote",
            "type": "python",
            "request": "attach",
            "localRoot": "/Users/xxx/yy/zzz",
            "remoteRoot": "/home/xxx/yy/zzz",
            "port": 3453,
            "secret": "my_secret",
            "host": "192.168.7.156"
        },

Output from Console window (Help->Developer Tools menu)

Command 'python.updateFeedbackCounter' not found: Error: command 'python.updateFeedbackCounter' not found
    at t._tryExecuteCommand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:1117373)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:1117212
    at n.Class.define.cancel.then (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:69309)
    at t.executeCommand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:1117186)
    at e.$executeCommand (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:2823079)
    at t.e.invoke (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:2876809)
    at e._invokeHandler (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:2440566)
    at e._receiveOneMessage (file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:2440256)
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:2439283
    at file:///Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:9:2441202
e.onUnexpectedError @ workbench.main.js:10
(anonymous) @ workbench.main.js:10
e.onUnexpectedError @ workbench.main.js:9
o @ workbench.main.js:9
e.$onUnexpectedError @ workbench.main.js:9
e.invoke @ workbench.main.js:9
e._invokeHandler @ workbench.main.js:9
e._receiveOneMessage @ workbench.main.js:9
(anonymous) @ workbench.main.js:9
(anonymous) @ workbench.main.js:9
e.invoke @ workbench.main.js:9
e.fire @ workbench.main.js:9
(anonymous) @ workbench.main.js:9
emitOne @ events.js:96
emit @ events.js:191
readableAddChunk @ _stream_readable.js:178
Readable.push @ _stream_readable.js:136
onread @ net.js:560
@DonJayamanne
Copy link

Duplicate of #257

@DonJayamanne DonJayamanne marked this as a duplicate of #257 Nov 23, 2017
@DonJayamanne DonJayamanne added closed-duplicate bug Issue identified by VS Code Team member as probable bug labels Nov 23, 2017
@ojhaujjwal
Copy link
Author

Will fixing #24 fix this issue as well?

@DonJayamanne
Copy link

#257 fixes this

@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants