Cursor tab autocomplete does not work for me at all. I have tried http1 and http2, as I’m behind a corporate proxy. At home, it does seem to work. I also have intermittent connection problems with the sidebar and composer when using http1.1, but no connection problems on the sidebar and composer when using http2.
Version: 0.40.3
VSCode Version: 1.91.1
Commit: 2804893a83ef162ae6c48e8254717e25c7c7c510
Date: 2024-08-29T17:42:50.254Z (5 days ago)
Electron: 29.4.0
ElectronBuildId: undefined
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.6.0
Cursor tab output:
2024-09-04 10:00:34.031 [info] CURSOR LOG: restFunc initiated bb49922f-cdfd-4808-ab59-79bca3773efe
2024-09-04 10:00:34.472 [info] CURSOR LOG: Done streaming cpp with id bb49922f-cdfd-4808-ab59-79bca3773efe
2024-09-04 10:00:34.472 [info] CPP RT LOG: Time taken for streaming cpp 441.09521484375 with request bb49922f-cdfd-4808-ab59-79bca3773efe
2024-09-04 10:00:34.476 [info] CPP Request Log with id bb49922f-cdfd-4808-ab59-79bca3773efe
2024-09-04 10:00:34.476 [info] =======>Model input
2024-09-04 10:00:34.476 [info] =======>Model output
import argparse
import copy
import os
2024-09-04 10:00:34.476 [info] =======>Debug stream time 155.0561929999385
2024-09-04 10:00:34.476 [info] =======>Debug ttft time 138.45111200003885
2024-09-04 10:00:34.476 [info] Average of latest 20 ttft time 154.06921556247835
2024-09-04 10:00:34.476 [info] Average of latest 20 stream time 260.8786448124374
2024-09-04 10:00:34.476 [info] Average of latest 20 total time NaN
2024-09-04 10:00:34.476 [info] Average of latest 20 client time 474.9431915283203
2024-09-04 10:00:34.476 [info] Average of latest 20 discrepencies NaN
2024-09-04 10:00:34.476 [info] CPP RT LOG: All stats {"streamingtime":441.09521484375,"actualTtftFromStart":492.805908203125,"timeTillServerRequest":51.770751953125,"requestToTtft":441.03515625,"totalTime":492.8447265625}
2024-09-04 10:00:34.476 [info] CURSOR LOG: restFunc done bb49922f-cdfd-4808-ab59-79bca3773efe
2024-09-04 10:00:34.585 [error] ConnectError: [internal] Protocol error
at n.from (/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-always-local/dist/main.js:2:1581712)
at H (/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-always-local/dist/main.js:2:1555691)
at Promise.reject (/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-always-local/dist/main.js:2:1567284)
at ClientHttp2Stream.<anonymous> (/Applications/Cursor.app/Contents/Resources/app/extensions/cursor-always-local/dist/main.js:2:1565648)
at ClientHttp2Stream.emit (node:events:514:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)