Export Wizard error - Mime Type

When trying to use the export feature, we get the error copied below. We have images logos in some projects, seems to be related with the error message "Mimetype not currently mapped: ‘image/gif’,

Mimetype not currently mapped: 'image/gif’
System.Exception: Mimetype not currently mapped: 'image/gif’
at Octopus.Shared.Util.MimeType.ToExtension(String mimeType) in Y:\work\refs\tags\3.2.2\source\Octopus.Shared\Util\MimeTypes.cs:line 37
at Octopus.Core.Model.Projects.Project.<get_AttachmentReferences>d__74.MoveNext() in Y:\work\refs\tags\3.2.2\source\Octopus.Core\Model\Projects\Project.cs:line 74
at Octopus.Migrator.ExportProcess.ExportController.ExportAttachments(IId obj) in Y:\work\refs\tags\3.2.2\source\Octopus.Migrator\ExportProcess\ExportController.cs:line 476
at Octopus.Migrator.ExportProcess.ExportController.WriteProjects(ExportContext context) in Y:\work\refs\tags\3.2.2\source\Octopus.Migrator\ExportProcess\ExportController.cs:line 316
at Octopus.Migrator.ExportProcess.ExportController.Export() in Y:\work\refs\tags\3.2.2\source\Octopus.Migrator\ExportProcess\ExportController.cs:line 92
at Octopus.Shared.Startup.AbstractCommand.Octopus.Shared.Startup.ICommand.Start(String[] commandLineArguments, ICommandRuntime commandRuntime, OptionSet commonOptions) in Y:\work\refs\tags\3.2.2\source\Octopus.Shared\Startup\AbstractCommand.cs:line 57
at Octopus.Shared.Startup.ConsoleHost.Run(Action`1 start, Action shutdown) in Y:\work\refs\tags\3.2.2\source\Octopus.Shared\Startup\ConsoleHost.cs:line 72
at Octopus.Shared.Startup.OctopusProgram.Run() in Y:\work\refs\tags\3.2.2\source\Octopus.Shared\Startup\OctopusProgram.cs:line 87
Error: The previous command returned a non-zero exit code of: 100

Hi,

We added support for this in 3.2.3 https://github.com/OctopusDeploy/Issues/issues/2050

Would it be possible for you to test this in that version?

Regards,

Dalmiro

Hi,
It worked perfectly!,

Thanks so much,

Gabriel