DKit icon indicating copy to clipboard operation
DKit copied to clipboard

"Could not unpack the response" DCD error when using newer versions of DCD

Open andrejp88 opened this issue 5 years ago • 0 comments

I've set up DKit and while it mostly functions properly, I frequently get the following error:

image

I'm not sure under what circumstances it gets triggered. It only pops up when starting to type the name of a function/variable/type, but not always.

I found a workaround for now: The error appeared for me under version 0.10.2 of DCD, but reverting back to v0.9.1 (from around the time of the latest commit to the DKit repository), it seems to work just fine. However, I don't think this a long-term solution, because that version of DCD doesn't compile with the current stable version of dmd (2.086.1), due to hex strings becoming deprecated and some Phobos API changes.

Updating DCD to the latest stable version (v0.11.1) didn't work either.

andrejp88 avatar Jun 22 '19 16:06 andrejp88