Skip to content

Visual Studio reports 'invalid value for "since"' when starting container #419

@kitgrose

Description

@kitgrose

I recently opened Visual Studio and rebuilt a Docker Compose project without making any changes since it was last run.

Visual Studio's Containers window shows a banner saying "An error occurred during the stream operation":
A screenshot of the error banner in the Visual Studio Containers window

When I click the View Details link, I get a dialog box saying:

Containers Tools Extensions

invalid value for "since": failed to parse value as time or duration: "16:12:44".\r\n\r\nFor more troubleshooting information, go to https://aka.ms/DockerToolsTroubleshooting

The broken formatting (CRLF literals, lowercase starting letter on the error message, weird pluralisation and formatting of the header, etc.) are all exactly as per the dialog, which makes it feel like an error generated by a less trustworthy third party:
A screenshot of the Container Tools Extensions error dialog

I've seen this dialog before and I'm fairly sure it went away once I restarted Docker, but surely 16:12:44 is a valid duration, and should be supported.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions