continue icon indicating copy to clipboard operation
continue copied to clipboard

Failed to config.json with every update, and stays non responsive until delete old config...

Open nikhil-swamix opened this issue 1 year ago • 0 comments

Before submitting your bug report

Relevant environment info

its neglect to handle errors with config json. the system is curroupt.

Description

image

hi, whenever an update is detected by continue, the config system starts throwing this message, ive seen this happen 4 times, i mhave to make backup of conf file, start and wait for extension to create defaults, and replace with backup. this is ultimate inconvenience, where the extension was supposed to save time, is now requires hot fixes just to get it working... i appreciate the efforts being put, but without some basic checks, the fun reduced...

To reproduce

Random, but noticed update extension in store whenever this is getting toasted...

Log output

}

Error: No handler for message type "config/getSerializedProfileInfo"
2024-09-18 15:56:13.594 [error] [Extension Host] Error handling webview message: {
  "msg": {
    "messageId": "9fb42620-9fdc-4300-a076-fdd3f04145c4",
    "messageType": "config/getSerializedProfileInfo"
  }
}

Error: No handler for message type "config/getSerializedProfileInfo"
2024-09-18 15:56:15.603 [error] [Extension Host] Error handling webview message: {
  "msg": {
    "messageId": "982907aa-8465-4dfa-a63b-2106eddbb9db",
    "messageType": "config/getSerializedProfileInfo"
  }
}

Error: No handler for message type "config/getSerializedProfileInfo"
2024-09-18 15:56:17.595 [error] [Extension Host] Error handling webview message: {
  "msg": {
    "messageId": "f777e0e0-0f09-44de-885e-913961cadc2c",
    "messageType": "config/getSerializedProfileInfo"
  }
}

Error: No handler for message type "config/getSerializedProfileInfo"

nikhil-swamix avatar Sep 18 '24 10:09 nikhil-swamix