microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.57k stars 29.02k forks source link

Settings sync disabled for making invalid requests #195738

Closed joyceerhl closed 1 year ago

joyceerhl commented 1 year ago

Logs below

``` 2023-10-16 15:17:24.990 [info] Using settings sync service https://vscode-sync-insiders.trafficmanager.net/ 2023-10-16 15:17:24.990 [info] Auto Sync is enabled. 2023-10-16 15:17:24.991 [info] Auto Sync: Suspended until auth token is available. 2023-10-16 15:17:27.993 [info] Auto Sync: Triggered by Interval 2023-10-16 15:17:27.994 [info] Sync started. 2023-10-16 15:17:28.626 [info] Settings: Last sync resource does not exist locally. 2023-10-16 15:17:28.866 [info] Settings: No changes found during synchronizing settings. 2023-10-16 15:17:28.876 [info] Keybindings: Last sync resource does not exist locally. 2023-10-16 15:17:28.954 [info] Keybindings: No changes found during synchronizing keybindings. 2023-10-16 15:17:28.969 [info] Snippets: Last sync resource does not exist locally. 2023-10-16 15:17:29.028 [info] Snippets: No changes found during synchronizing snippets. 2023-10-16 15:17:29.033 [info] Tasks: Last sync resource does not exist locally. 2023-10-16 15:17:29.136 [info] Tasks: No changes found during synchronizing tasks. 2023-10-16 15:17:29.148 [info] GlobalState: Last sync resource does not exist locally. 2023-10-16 15:17:29.200 [info] Request failed {"url":"https://vscode-sync-insiders.trafficmanager.net/v1/resource/globalState/46ab78ab-175a-48e3-ae1f-525212933306","status":404,"execution-id":"ff08e1a5-0b25-43b5-b439-d03dd7b1b7b1"} Not Found 2023-10-16 15:17:29.201 [info] GlobalState: Last sync resource does not exist remotely. 2023-10-16 15:17:29.390 [info] GlobalState: Accepting remote because it was synced before and the last sync data is not available. 2023-10-16 15:17:29.441 [info] GlobalState: Updated global state ["workbench.panel.chatSidebar.copilot-test.hidden","colorThemeData","commandPalette.mru.cache","commandPalette.mru.counter","cpp.1.lastSessionDate","csharp.1.lastSessionDate","java.2.lastSessionDate","javascript.1.lastSessionDate","recently.opened","workbench.activity.pinnedViewlets2","workbench.panel.pinnedPanels","workbench.scm.views.state.hidden","workbench.statusbar.hidden"] 2023-10-16 15:17:29.441 [info] GlobalState: Updated local ui state 2023-10-16 15:17:29.538 [info] GlobalState: Updated remote ui state. 2023-10-16 15:17:29.547 [info] GlobalState: Updated last synchronized ui state 2023-10-16 15:17:29.576 [info] Extensions: Last sync resource does not exist locally. 2023-10-16 15:17:30.049 [info] Extensions: Skipped synchronizing extension because the extension is not found. github.copilot-chat 2023-10-16 15:17:30.414 [info] Extensions: Skipped synchronizing extension because it cannot be installed. isort 2023-10-16 15:17:30.736 [info] Extensions: Uninstalled local extension. visualstudioexptteam.vscodeintellicode 2023-10-16 15:17:30.801 [info] Extensions: Updated last synchronized extensions. Skipped: ["undefined_publisher.vscode-themegen","christian-kohler.npm-intellisense","alefragnani.bookmarks","dbaeumer.vscode-eslint","golang.go","github.copilot-nightly","ms-ceintl.vscode-language-pack-qps-ploc","jrieken.vscode-pr-pinger","jrieken.vscode-memfs","ms-vscode-remote.remote-containers","ms-vscode-remote.remote-ssh-edit","ms-vscode-remote.remote-ssh","ms-python.isort","ms-ceintl.vscode-language-pack-zh-hans","ms-vscode.cpptools-extension-pack","ms-vscode.azure-account","github.copilot-chat","vscjava.vscode-java-debug","visualstudioexptteam.intellicode-api-usage-examples","ms-vscode.live-server","vscjava.vscode-java-test","ms-vscode.vscode-selfhost-test-provider","vscjava.vscode-java-pack","ms-vscode.js-debug-nightly","github.copilot","ms-python.debugpy","vscjava.vscode-maven","vscjava.vscode-java-dependency","redhat.java"]. 2023-10-16 15:17:31.034 [info] Profiles: Last sync resource does not exist locally. 2023-10-16 15:17:31.596 [info] Profiles: Created profile 'Node.js'. 2023-10-16 15:17:31.727 [info] Profiles: Updated last synchronized profiles. 2023-10-16 15:17:31.811 [info] Syncing profile. codespaces 2023-10-16 15:17:31.883 [info] Settings (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:31.883 [info] Settings (codespaces): Last sync data state does not exist. 2023-10-16 15:17:32.108 [info] Settings (codespaces): No changes found during synchronizing settings. 2023-10-16 15:17:32.169 [info] Settings (codespaces): Updated last synchronized settings 2023-10-16 15:17:32.176 [info] Keybindings (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:32.176 [info] Keybindings (codespaces): Last sync data state does not exist. 2023-10-16 15:17:32.383 [info] Extensions (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:32.384 [info] Extensions (codespaces): Last sync data state does not exist. 2023-10-16 15:17:32.439 [info] Keybindings (codespaces): No changes found during synchronizing keybindings. 2023-10-16 15:17:32.536 [info] Keybindings (codespaces): Updated last synchronized keybindings 2023-10-16 15:17:32.549 [info] Snippets (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:32.549 [info] Snippets (codespaces): Last sync data state does not exist. 2023-10-16 15:17:32.592 [info] Snippets (codespaces): No changes found during synchronizing snippets. 2023-10-16 15:17:32.659 [info] Snippets (codespaces): Updated last synchronized snippets 2023-10-16 15:17:32.666 [info] Tasks (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:32.666 [info] Tasks (codespaces): Last sync data state does not exist. 2023-10-16 15:17:32.730 [info] Tasks (codespaces): No changes found during synchronizing tasks. 2023-10-16 15:17:32.769 [info] Tasks (codespaces): Updated last synchronized tasks 2023-10-16 15:17:32.776 [info] GlobalState (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:32.776 [info] GlobalState (codespaces): Last sync data state does not exist. 2023-10-16 15:17:33.032 [info] GlobalState (codespaces): No changes found during synchronizing ui state. 2023-10-16 15:17:33.115 [info] GlobalState (codespaces): Updated last synchronized ui state 2023-10-16 15:17:33.127 [info] Extensions (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:33.127 [info] Extensions (codespaces): Last sync data state does not exist. 2023-10-16 15:17:33.372 [info] Extensions (codespaces): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:33.372 [info] Extensions (codespaces): Last sync data state does not exist. 2023-10-16 15:17:35.288 [info] Extensions (codespaces): Updated remote extensions. Added: ["github.github-vscode-theme","ms-vscode.anycode","ms-vscode.anycode-python","ms-vscode.anycode-java","ms-vscode.anycode-cpp","ms-vscode.anycode-php","ms-vscode.anycode-c-sharp","ms-vscode.anycode-kotlin","ms-vscode.anycode-rust","ms-vscode.anycode-typescript","ms-vscode.anycode-go","github.vscode-pull-request-github","github.remotehub","github.codespaces","ms-vscode.remote-repositories","ms-vscode.azure-repos"]. 2023-10-16 15:17:35.364 [info] Extensions (codespaces): Updated last synchronized extensions. 2023-10-16 15:17:35.371 [info] Extensions (codespaces): Last sync resource does not exist locally. 2023-10-16 15:17:35.438 [info] Syncing profile. Debug Profile 2023-10-16 15:17:35.582 [info] Settings (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:35.582 [info] Settings (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:35.645 [info] Request failed {"url":"https://vscode-sync-insiders.trafficmanager.net/v1/collection/15817176-1c67-472d-8399-d12102d4d848/resource/settings/latest","status":405,"execution-id":"ff08e1a5-0b25-43b5-b439-d03dd7b1b7b1"} Cannot modify non-existent collection 2023-10-16 15:17:35.649 [error] MethodNotFound (UserDataSyncError) syncResource:unknown operationId:unknown: GET request 'https://vscode-sync-insiders.trafficmanager.net/v1/collection/15817176-1c67-472d-8399-d12102d4d848/resource/settings/latest' failed because the requested endpoint is not found (405). Cannot modify non-existent collection at N.D (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:134778) at async N.readResource (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:130399) at async l.getRemoteUserData (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:30118) at async l.U (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:21820) at async l.sync (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:21144) at async C.sync (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:122668) at async p.S (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:114974) at async p.Q (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:114443) at async p.P (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:114009) 2023-10-16 15:17:35.649 [info] Auto Sync: Client is making invalid requests. Cleaning up data... 2023-10-16 15:17:35.755 [info] Resetting the last synced state of profiles 2023-10-16 15:17:35.821 [info] Did reset the last synced state of profiles 2023-10-16 15:17:35.821 [info] Updating remote profiles with invalid collections on server 2023-10-16 15:17:35.922 [info] Updated remote profiles on server 2023-10-16 15:17:35.923 [info] Auto Sync: Retrying sync... 2023-10-16 15:17:35.923 [info] Sync started. 2023-10-16 15:17:36.085 [info] Settings: No changes found during synchronizing settings. 2023-10-16 15:17:36.143 [info] Keybindings: No changes found during synchronizing keybindings. 2023-10-16 15:17:36.217 [info] Snippets: No changes found during synchronizing snippets. 2023-10-16 15:17:36.331 [info] Tasks: No changes found during synchronizing tasks. 2023-10-16 15:17:36.337 [info] Extensions (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:36.337 [info] Extensions (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:36.552 [info] GlobalState: Updated remote ui state. Added: globalState.argv.locale,sync.store.url.type,Comments.hidden,ces/skipSurvey,colorThemeData,commandPalette.mru.cache,commandPalette.mru.counter,cpp.1.lastSessionDate,cpp.1.sessionCount,extensionsAssistant/deprecated,fileBasedRecommendations/promptedRecommendations,github-joyceerhl,java.2.lastSessionDate,java.2.sessionCount,memento/gettingStartedService,memento/notebookGettingStarted2,memento/workbench.editor.keybindings,microsoft-Joyce Er - Joyce.Er@microsoft.com,nps/lastSessionDate,nps/sessionCount,recently.opened,remote.explorerType,remote.tunnels.toRestore.codespaces+joyceerhl-microsoft-vscode-j94wj4jg35p5.-1368573451,remote.tunnels.toRestore.codespaces+joyceerhl-zany-dollop-vp46x7jrvg4hw44g.-1895442956,remote.tunnels.toRestore.codespaces+joyceerhl-zany-dollop-vp46x7jrvg4hw44g.-65776143,remote.tunnels.toRestore.codespaces+joyceerhl-zany-dollop-vp46x7jrvg4hw44g.666113603,tabs-list-width-horizontal,terminal.hidden,terminal.integrated.showTerminalConfigPrompt,themeUpdatedNotificationShown,typescript.1.editedCount,typescript.1.editedDate,views.customizations,workbench.activity.pinnedViewlets2,workbench.auxiliarybar.pinnedPanels,workbench.explorer.views.state.hidden,workbench.panel.alignment,workbench.panel.chatSidebar.copilot.hidden,workbench.panel.markers.hidden,workbench.panel.output.hidden,workbench.panel.pinnedPanels,workbench.panel.repl.hidden,workbench.scm.views.state.hidden,workbench.statusbar.hidden,workbench.telemetryOptOutShown,workbench.view.debug.state.hidden,workbench.view.extension.azure.state.hidden,workbench.view.extension.bookmarks.state.hidden,workbench.view.extension.dockerView.state.hidden,workbench.view.extension.github-pull-request.state.hidden,workbench.view.extension.github-pull-requests.state.hidden,workbench.view.extension.gitlens.state.hidden,workbench.view.extension.gitlensInspect.state.hidden,workbench.view.extension.gitlensPanel.state.hidden,workbench.view.extension.jupyter-variables.state.hidden,workbench.view.extension.microsoft-todo-unoffcial.state.hidden,workbench.view.extension.test.state.hidden,workbench.view.extension.thunder-client.state.hidden,workbench.view.extensions.state.hidden,workbench.view.remote.state.hidden,workbench.view.search.state.hidden,workbench.view.sync.state.hidden,workbench.views.service.auxiliarybar.5b4998c7-20d1-4472-bf99-12f3bf4d6434.state.hidden,workbench.welcomePage.walkthroughMetadata,~remote.forwardedPortsContainer.hidden,csharp.1.lastSessionDate,csharp.1.sessionCount,javascript.1.editedCount,javascript.1.editedDate,javascript.1.lastSessionDate,javascript.1.sessionCount,nps/isCandidate,nps/skipVersion,remote.tunnels.toRestore.codespaces+joyceerhl-fuzzy-enigma-5474649q4gfvqx5.-1443795858,remote.tunnels.toRestore.codespaces+joyceerhl-fuzzy-enigma-5474649q4gfvqx5.-1807998589,remote.tunnels.toRestore.codespaces+joyceerhl-fuzzy-enigma-5474649q4gfvqx5.-1895442956,remote.tunnels.toRestore.codespaces+joyceerhl-fuzzy-enigma-5474649q4gfvqx5.-421990339,remote.tunnels.toRestore.codespaces+joyceerhl-fuzzy-enigma-5474649q4gfvqx5.-65776143,remote.tunnels.toRestore.codespaces+joyceerhl-fuzzy-enigma-5474649q4gfvqx5.1699584245,remote.tunnels.toRestore.codespaces+joyceerhl-glowing-space-spoon-77qvg4j5966frvw.-1368573451,remote.tunnels.toRestore.codespaces+joyceerhl-zany-dollop-vp46x7jrvg4hw44g.-2039060384,remote.tunnelsView.autoForwardNeverShow,remoteTunnelServicePromptedPreview,remoteTunnelServiceUsed,typescript.1.isCandidate,typescript.1.lastSessionDate,typescript.1.sessionCount,typescript.1.skipVersion,workbench.panel.testResults.state.hidden,workbench.view.extension.copilot-chat.state.hidden,workbench.views.service.sidebar.b84fed92-8cba-471d-a4a4-972a353652f0.state.hidden,workbench.welcomePage.hiddenCategories,github-enterprise-joyceerhl,expandSuggestionDocs,remote.tunnels.toRestore.codespaces+joyceerhl-scaling-sniffle-96v7p4g57qg37q44.1634954834,timeline.excludeSources,workbench.panel.chatSidebar.copilot-test.hidden. 2023-10-16 15:17:36.621 [info] GlobalState: Updated last synchronized ui state 2023-10-16 15:17:37.375 [info] Extensions (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:37.375 [info] Extensions (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:37.695 [info] Extensions: Updated remote extensions. Updated: ["eamodio.gitlens"]. 2023-10-16 15:17:37.751 [info] Extensions: Updated last synchronized extensions. Skipped: ["undefined_publisher.vscode-themegen","christian-kohler.npm-intellisense","alefragnani.bookmarks","dbaeumer.vscode-eslint","golang.go","github.copilot-nightly","ms-ceintl.vscode-language-pack-qps-ploc","jrieken.vscode-pr-pinger","jrieken.vscode-memfs","ms-vscode-remote.remote-containers","ms-vscode-remote.remote-ssh-edit","ms-vscode-remote.remote-ssh","ms-python.isort","ms-ceintl.vscode-language-pack-zh-hans","ms-vscode.cpptools-extension-pack","ms-vscode.azure-account","github.copilot-chat","vscjava.vscode-java-debug","visualstudioexptteam.intellicode-api-usage-examples","ms-vscode.live-server","vscjava.vscode-java-test","ms-vscode.vscode-selfhost-test-provider","vscjava.vscode-java-pack","ms-vscode.js-debug-nightly","github.copilot","ms-python.debugpy","vscjava.vscode-maven","vscjava.vscode-java-dependency","redhat.java"]. 2023-10-16 15:17:37.839 [info] Profiles: Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:37.839 [info] Profiles: Last sync data state does not exist. 2023-10-16 15:17:38.344 [info] Extensions (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:38.344 [info] Extensions (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:38.546 [info] Profiles: Updated remote profiles. Added: ["Debug Profile","insiders-vscode-dev","test-serialization"]. 2023-10-16 15:17:38.593 [info] Profiles: Updated last synchronized profiles. 2023-10-16 15:17:38.636 [info] Syncing profile. codespaces 2023-10-16 15:17:38.687 [info] Settings (codespaces): No changes found during synchronizing settings. 2023-10-16 15:17:38.696 [info] Keybindings (codespaces): No changes found during synchronizing keybindings. 2023-10-16 15:17:38.702 [info] Snippets (codespaces): No changes found during synchronizing snippets. 2023-10-16 15:17:38.711 [info] Tasks (codespaces): No changes found during synchronizing tasks. 2023-10-16 15:17:38.720 [info] GlobalState (codespaces): No changes found during synchronizing ui state. 2023-10-16 15:17:38.786 [info] Extensions (codespaces): No changes found during synchronizing extensions. 2023-10-16 15:17:38.787 [info] Syncing profile. Debug Profile 2023-10-16 15:17:38.787 [error] Profile synchronizer collection does not match with the remote sync profile collection 2023-10-16 15:17:38.796 [info] Settings (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:38.796 [info] Settings (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:38.988 [info] Settings (Debug Profile): Updated remote settings 2023-10-16 15:17:39.019 [info] Settings (Debug Profile): Updated last synchronized settings 2023-10-16 15:17:39.039 [info] Keybindings (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:39.040 [info] Keybindings (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:39.100 [info] Keybindings (Debug Profile): No changes found during synchronizing keybindings. 2023-10-16 15:17:39.114 [info] Keybindings (Debug Profile): Updated last synchronized keybindings 2023-10-16 15:17:39.123 [info] Snippets (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:39.123 [info] Snippets (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:39.176 [info] Snippets (Debug Profile): No changes found during synchronizing snippets. 2023-10-16 15:17:39.187 [info] Snippets (Debug Profile): Updated last synchronized snippets 2023-10-16 15:17:39.193 [info] Tasks (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:39.193 [info] Tasks (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:39.258 [info] Tasks (Debug Profile): No changes found during synchronizing tasks. 2023-10-16 15:17:39.267 [info] Tasks (Debug Profile): Updated last synchronized tasks 2023-10-16 15:17:39.273 [info] GlobalState (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:39.273 [info] GlobalState (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:39.531 [info] GlobalState (Debug Profile): Updated remote ui state. Added: workbench.panel.pinnedPanels,workbench.view.extension.gitlensPanel.state.hidden,workbench.activity.pinnedViewlets2,workbench.explorer.views.state.hidden,workbench.scm.views.state.hidden,workbench.panel.repl.hidden,workbench.view.debug.state.hidden,workbench.panel.alignment,workbench.panel.markers.hidden,workbench.panel.output.hidden,terminal.hidden,workbench.view.search.state.hidden,workbench.telemetryOptOutShown,workbench.statusbar.hidden,workbench.view.remote.state.hidden,workbench.welcomePage.walkthroughMetadata,colorThemeData,memento/gettingStartedService,workbench.view.extensions.state.hidden,commandPalette.mru.cache,commandPalette.mru.counter,~remote.forwardedPortsContainer.hidden,remote.tunnels.toRestore.codespaces+joyceerhl-improved-pancake-6v69j7x5vpr2r75p.-1368573451,workbench.view.extension.gitlens.state.hidden,workbench.view.extension.github-pull-requests.state.hidden,workbench.view.extension.github-pull-request.state.hidden,remote.tunnels.toRestore.codespaces+joyceerhl-literate-umbrella-xr65jqgv6j7hwwv.-1368573451,workbench.view.editSessions.state.hidden,workbench.view.extension.references-view.state.hidden,remote.tunnels.toRestore.codespaces+joyceerhl-obscure-guide-p7vjxq5wjrxh7xrp.-1368573451,remote.tunnels.toRestore.codespaces+joyceerhl-literate-goggles-77qvg4j5rrx2456.-1368573451. 2023-10-16 15:17:39.540 [info] GlobalState (Debug Profile): Updated last synchronized ui state 2023-10-16 15:17:39.556 [info] Extensions (Debug Profile): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:39.556 [info] Extensions (Debug Profile): Last sync data state does not exist. 2023-10-16 15:17:39.772 [info] Extensions (Debug Profile): Updated remote extensions. Added: ["vscode.bat","vscode.clojure","vscode.coffeescript","vscode.configuration-editing","vscode.cpp","vscode.csharp","vscode.css","vscode.css-language-features","vscode.dart","vscode.diff","vscode.docker","vscode.emmet","vscode.extension-editing","vscode.fsharp","vscode.git-base","vscode.github-authentication","vscode.go","vscode.groovy","vscode.handlebars","vscode.hlsl","vscode.html","vscode.html-language-features","vscode.ini","vscode.ipynb","vscode.java","vscode.javascript","vscode.json","vscode.json-language-features","vscode.julia","vscode.latex","vscode.less","vscode.log","vscode.lua","vscode.make","vscode.markdown","vscode.markdown-language-features","vscode.markdown-math","vscode.media-preview","vscode.merge-conflict","vscode.microsoft-authentication","vscode.builtin-notebook-renderers","vscode.npm","vscode.objective-c","vscode.perl","vscode.php","vscode.powershell","vscode.pug","vscode.python","vscode.r","vscode.razor","vscode.references-view","vscode.restructuredtext","vscode.ruby","vscode.rust","vscode.scss","vscode.search-result","vscode.shaderlab","vscode.shellscript","vscode.simple-browser","vscode.sql","vscode.swift","vscode.theme-abyss","vscode.theme-defaults","vscode.theme-kimbie-dark","vscode.theme-monokai","vscode.theme-monokai-dimmed","vscode.theme-quietlight","vscode.theme-red","vscode.vscode-theme-seti","vscode.theme-solarized-dark","vscode.theme-solarized-light","vscode.theme-tomorrow-night-blue","vscode.typescript","vscode.typescript-language-features","vscode.vb","vscode.xml","vscode.yaml","github.github-vscode-theme","ms-vscode.anycode","ms-vscode.anycode-python","ms-vscode.anycode-java","ms-vscode.anycode-cpp","ms-vscode.anycode-php","ms-vscode.anycode-c-sharp","ms-vscode.anycode-kotlin","ms-vscode.anycode-rust","ms-vscode.anycode-typescript","ms-vscode.anycode-go","ms-vscode.azure-repos","ms-vscode.remote-repositories","github.codespaces","github.vscode-pull-request-github","github.remotehub"]. 2023-10-16 15:17:39.783 [info] Extensions (Debug Profile): Updated last synchronized extensions. 2023-10-16 15:17:39.803 [info] Syncing profile. foo 2023-10-16 15:17:39.808 [info] Settings (foo): Last sync resource does not exist locally. 2023-10-16 15:17:40.200 [info] Settings (foo): Updated remote settings 2023-10-16 15:17:40.222 [info] Settings (foo): Updated last synchronized settings 2023-10-16 15:17:40.234 [info] Keybindings (foo): Last sync resource does not exist locally. 2023-10-16 15:17:40.319 [info] Keybindings (foo): No changes found during synchronizing keybindings. 2023-10-16 15:17:40.327 [info] Snippets (foo): Last sync resource does not exist locally. 2023-10-16 15:17:40.411 [info] Snippets (foo): No changes found during synchronizing snippets. 2023-10-16 15:17:40.416 [info] Tasks (foo): Last sync resource does not exist locally. 2023-10-16 15:17:40.487 [info] Tasks (foo): No changes found during synchronizing tasks. 2023-10-16 15:17:40.494 [info] GlobalState (foo): Last sync resource does not exist locally. 2023-10-16 15:17:40.572 [info] GlobalState (foo): No changes found during synchronizing ui state. 2023-10-16 15:17:40.579 [info] Extensions (foo): Last sync resource does not exist locally. 2023-10-16 15:17:40.765 [info] Extensions (foo): No changes found during synchronizing extensions. 2023-10-16 15:17:40.773 [info] Extensions (foo): Updated last synchronized extensions. Skipped: ["jrieken.vscode-pr-pinger","ms-vscode-remote.remote-ssh-edit","ms-ceintl.vscode-language-pack-qps-ploc","ms-ceintl.vscode-language-pack-zh-hans"]. 2023-10-16 15:17:40.774 [info] Syncing profile. insiders-vscode-dev 2023-10-16 15:17:40.778 [info] Settings (insiders-vscode-dev): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:40.778 [info] Settings (insiders-vscode-dev): Last sync data state does not exist. 2023-10-16 15:17:40.943 [info] Settings (insiders-vscode-dev): Updated remote settings 2023-10-16 15:17:40.960 [info] Settings (insiders-vscode-dev): Updated last synchronized settings 2023-10-16 15:17:40.982 [info] Keybindings (insiders-vscode-dev): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:40.982 [info] Keybindings (insiders-vscode-dev): Last sync data state does not exist. 2023-10-16 15:17:41.039 [info] Keybindings (insiders-vscode-dev): No changes found during synchronizing keybindings. 2023-10-16 15:17:41.047 [info] Keybindings (insiders-vscode-dev): Updated last synchronized keybindings 2023-10-16 15:17:41.051 [info] Snippets (insiders-vscode-dev): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.052 [info] Snippets (insiders-vscode-dev): Last sync data state does not exist. 2023-10-16 15:17:41.096 [info] Snippets (insiders-vscode-dev): No changes found during synchronizing snippets. 2023-10-16 15:17:41.103 [info] Snippets (insiders-vscode-dev): Updated last synchronized snippets 2023-10-16 15:17:41.109 [info] Tasks (insiders-vscode-dev): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.109 [info] Tasks (insiders-vscode-dev): Last sync data state does not exist. 2023-10-16 15:17:41.175 [info] Tasks (insiders-vscode-dev): No changes found during synchronizing tasks. 2023-10-16 15:17:41.188 [info] Tasks (insiders-vscode-dev): Updated last synchronized tasks 2023-10-16 15:17:41.196 [info] GlobalState (insiders-vscode-dev): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.196 [info] GlobalState (insiders-vscode-dev): Last sync data state does not exist. 2023-10-16 15:17:41.258 [info] GlobalState (insiders-vscode-dev): No changes found during synchronizing ui state. 2023-10-16 15:17:41.268 [info] GlobalState (insiders-vscode-dev): Updated last synchronized ui state 2023-10-16 15:17:41.272 [info] Extensions (insiders-vscode-dev): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.272 [info] Extensions (insiders-vscode-dev): Last sync data state does not exist. 2023-10-16 15:17:41.519 [info] Extensions (insiders-vscode-dev): Updated remote extensions. Added: ["vscode.bat","vscode.clojure","vscode.coffeescript","vscode.configuration-editing","vscode.cpp","vscode.csharp","vscode.css","vscode.css-language-features","vscode.dart","vscode.diff","vscode.docker","vscode.emmet","vscode.extension-editing","vscode.fsharp","vscode.git-base","vscode.github-authentication","vscode.go","vscode.groovy","vscode.handlebars","vscode.hlsl","vscode.html","vscode.html-language-features","vscode.ini","vscode.ipynb","vscode.java","vscode.javascript","vscode.json","vscode.json-language-features","vscode.julia","vscode.latex","vscode.less","vscode.log","vscode.lua","vscode.make","vscode.markdown","vscode.markdown-language-features","vscode.markdown-math","vscode.media-preview","vscode.merge-conflict","vscode.microsoft-authentication","vscode.builtin-notebook-renderers","vscode.npm","vscode.objective-c","vscode.perl","vscode.php","vscode.powershell","vscode.pug","vscode.python","vscode.r","vscode.razor","vscode.references-view","vscode.restructuredtext","vscode.ruby","vscode.rust","vscode.scss","vscode.search-result","vscode.shaderlab","vscode.shellscript","vscode.simple-browser","vscode.sql","vscode.swift","vscode.theme-abyss","vscode.theme-defaults","vscode.theme-kimbie-dark","vscode.theme-monokai","vscode.theme-monokai-dimmed","vscode.theme-quietlight","vscode.theme-red","vscode.vscode-theme-seti","vscode.theme-solarized-dark","vscode.theme-solarized-light","vscode.theme-tomorrow-night-blue","vscode.typescript","vscode.typescript-language-features","vscode.vb","vscode.xml","vscode.yaml","github.github-vscode-theme","ms-vscode.anycode","ms-vscode.anycode-python","ms-vscode.anycode-java","ms-vscode.anycode-cpp","ms-vscode.anycode-php","ms-vscode.anycode-c-sharp","ms-vscode.anycode-kotlin","ms-vscode.anycode-rust","ms-vscode.anycode-typescript","ms-vscode.anycode-go","ms-vscode.azure-repos","ms-vscode.remote-repositories","github.codespaces","github.vscode-pull-request-github","github.remotehub","azemoh.one-monokai"]. 2023-10-16 15:17:41.527 [info] Extensions (insiders-vscode-dev): Updated last synchronized extensions. 2023-10-16 15:17:41.540 [info] Syncing profile. Node.js 2023-10-16 15:17:41.548 [info] Settings (Node.js): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.548 [info] Settings (Node.js): Last sync data state does not exist. 2023-10-16 15:17:41.614 [info] Settings (Node.js): No changes found during synchronizing settings. 2023-10-16 15:17:41.622 [info] Settings (Node.js): Updated last synchronized settings 2023-10-16 15:17:41.625 [info] Keybindings (Node.js): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.625 [info] Keybindings (Node.js): Last sync data state does not exist. 2023-10-16 15:17:41.796 [info] Keybindings (Node.js): No changes found during synchronizing keybindings. 2023-10-16 15:17:41.835 [info] Keybindings (Node.js): Updated last synchronized keybindings 2023-10-16 15:17:41.842 [info] Snippets (Node.js): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.842 [info] Snippets (Node.js): Last sync data state does not exist. 2023-10-16 15:17:41.895 [info] Snippets (Node.js): No changes found during synchronizing snippets. 2023-10-16 15:17:41.908 [info] Snippets (Node.js): Updated last synchronized snippets 2023-10-16 15:17:41.922 [info] Tasks (Node.js): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:41.922 [info] Tasks (Node.js): Last sync data state does not exist. 2023-10-16 15:17:42.004 [info] Tasks (Node.js): No changes found during synchronizing tasks. 2023-10-16 15:17:42.011 [info] Tasks (Node.js): Updated last synchronized tasks 2023-10-16 15:17:42.016 [info] GlobalState (Node.js): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:42.016 [info] GlobalState (Node.js): Last sync data state does not exist. 2023-10-16 15:17:42.080 [info] GlobalState (Node.js): No changes found during synchronizing ui state. 2023-10-16 15:17:42.089 [info] GlobalState (Node.js): Updated last synchronized ui state 2023-10-16 15:17:42.095 [info] Extensions (Node.js): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:42.095 [info] Extensions (Node.js): Last sync data state does not exist. 2023-10-16 15:17:42.578 [info] Extensions (Node.js): Updated remote extensions. Added: ["vscode.bat","vscode.clojure","vscode.coffeescript","vscode.configuration-editing","vscode.cpp","vscode.csharp","vscode.css","vscode.css-language-features","vscode.dart","vscode.diff","vscode.docker","vscode.emmet","vscode.extension-editing","vscode.fsharp","vscode.git-base","vscode.github-authentication","vscode.go","vscode.groovy","vscode.handlebars","vscode.hlsl","vscode.html","vscode.html-language-features","vscode.ini","vscode.ipynb","vscode.java","vscode.javascript","vscode.json","vscode.json-language-features","vscode.julia","vscode.latex","vscode.less","vscode.log","vscode.lua","vscode.make","vscode.markdown","vscode.markdown-language-features","vscode.markdown-math","vscode.media-preview","vscode.merge-conflict","vscode.microsoft-authentication","vscode.builtin-notebook-renderers","vscode.npm","vscode.objective-c","vscode.perl","vscode.php","vscode.powershell","vscode.pug","vscode.python","vscode.r","vscode.razor","vscode.references-view","vscode.restructuredtext","vscode.ruby","vscode.rust","vscode.scss","vscode.search-result","vscode.shaderlab","vscode.shellscript","vscode.simple-browser","vscode.sql","vscode.swift","vscode.theme-abyss","vscode.theme-defaults","vscode.theme-kimbie-dark","vscode.theme-monokai","vscode.theme-monokai-dimmed","vscode.theme-quietlight","vscode.theme-red","vscode.vscode-theme-seti","vscode.theme-solarized-dark","vscode.theme-solarized-light","vscode.theme-tomorrow-night-blue","vscode.typescript","vscode.typescript-language-features","vscode.vb","vscode.xml","vscode.yaml","github.github-vscode-theme","ms-vscode.anycode","ms-vscode.anycode-python","ms-vscode.anycode-java","ms-vscode.anycode-cpp","ms-vscode.anycode-php","ms-vscode.anycode-c-sharp","ms-vscode.anycode-kotlin","ms-vscode.anycode-rust","ms-vscode.anycode-typescript","ms-vscode.anycode-go","ms-vscode.azure-repos","ms-vscode.remote-repositories","github.codespaces","github.vscode-pull-request-github","github.remotehub"]. 2023-10-16 15:17:42.591 [info] Extensions (Node.js): Updated last synchronized extensions. 2023-10-16 15:17:42.662 [info] Syncing profile. test-profile 2023-10-16 15:17:42.680 [info] Settings (test-profile): Last sync resource does not exist locally. 2023-10-16 15:17:42.883 [info] Settings (test-profile): No changes found during synchronizing settings. 2023-10-16 15:17:42.902 [info] Keybindings (test-profile): Last sync resource does not exist locally. 2023-10-16 15:17:43.067 [info] Keybindings (test-profile): No changes found during synchronizing keybindings. 2023-10-16 15:17:43.082 [info] Snippets (test-profile): Last sync resource does not exist locally. 2023-10-16 15:17:43.144 [info] Snippets (test-profile): No changes found during synchronizing snippets. 2023-10-16 15:17:43.150 [info] Tasks (test-profile): Last sync resource does not exist locally. 2023-10-16 15:17:43.252 [info] Tasks (test-profile): No changes found during synchronizing tasks. 2023-10-16 15:17:43.260 [info] GlobalState (test-profile): Last sync resource does not exist locally. 2023-10-16 15:17:43.369 [info] GlobalState (test-profile): No changes found during synchronizing ui state. 2023-10-16 15:17:43.381 [info] Extensions (test-profile): Last sync resource does not exist locally. 2023-10-16 15:17:43.573 [info] Extensions (test-profile): No changes found during synchronizing extensions. 2023-10-16 15:17:43.584 [info] Extensions (test-profile): Updated last synchronized extensions. Skipped: ["ms-ceintl.vscode-language-pack-qps-ploc","ms-ceintl.vscode-language-pack-zh-hans"]. 2023-10-16 15:17:43.585 [info] Syncing profile. test-serialization 2023-10-16 15:17:43.591 [info] Settings (test-serialization): Migrating last sync user data. Resource does not exist. 2023-10-16 15:17:43.591 [info] Settings (test-serialization): Last sync data state does not exist. 2023-10-16 15:17:43.723 [info] Request failed {"url":"https://vscode-sync-insiders.trafficmanager.net/v1/collection/be0a8afb-0e29-422e-b437-b8376a4ede48/resource/settings/latest","status":405,"execution-id":"b46c7bc3-f10f-46f1-b28b-25885c9c1d6a"} Cannot modify non-existent collection 2023-10-16 15:17:43.725 [error] MethodNotFound (UserDataSyncError) syncResource:unknown operationId:unknown: GET request 'https://vscode-sync-insiders.trafficmanager.net/v1/collection/be0a8afb-0e29-422e-b437-b8376a4ede48/resource/settings/latest' failed because the requested endpoint is not found (405). Cannot modify non-existent collection at N.D (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:134778) at async N.readResource (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:130399) at async l.getRemoteUserData (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:30118) at async l.U (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:21820) at async l.sync (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:21144) at async C.sync (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:122668) at async p.S (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:114974) at async p.Q (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:114443) at async p.P (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:114009) 2023-10-16 15:17:43.727 [info] Auto Sync: Triggered by Activity 2023-10-16 15:17:43.727 [info] Sync started. 2023-10-16 15:17:43.836 [info] Settings: No changes found during synchronizing settings. 2023-10-16 15:17:43.846 [info] Keybindings: No changes found during synchronizing keybindings. 2023-10-16 15:17:43.854 [info] Snippets: No changes found during synchronizing snippets. 2023-10-16 15:17:43.864 [info] Tasks: No changes found during synchronizing tasks. 2023-10-16 15:17:43.885 [info] GlobalState: No changes found during synchronizing ui state. 2023-10-16 15:17:43.896 [info] Auto Sync: Disabled. 2023-10-16 15:17:43.897 [info] Auto Sync: Stopped 2023-10-16 15:17:43.901 [error] Canceled: Canceled at d.value (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:146:12584) at l.y (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:87:1902) at l.fire (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:87:2119) at P.cancel (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:87:9873) at E.cancel (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:87:10283) at Object.cancel (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:146:12730) at Object.stop (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:112770) at https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:765:101174 at https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:37:1146 at Object.dispose (https://assets.github.dev/insider/0c36b92c82064882a228487040187cfc13669c0f/out/vs/workbench/workbench.web.main.js:12:9343) 2023-10-16 15:17:43.902 [info] Extensions: Stopped synchronizing extensions. 2023-10-16 15:17:44.008 [info] Extensions: No changes found during synchronizing extensions. 2023-10-16 15:17:44.587 [info] Did reset the local sync state. 2023-10-16 15:17:44.587 [info] Auto Sync: Turned off sync because current client is making requests to server that are not supported ```
sandy081 commented 1 year ago

/duplicate

https://github.com/microsoft/vscode-settings-sync-server/issues/796

vscodenpa commented 1 year ago

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!