RemixDownloader icon indicating copy to clipboard operation
RemixDownloader copied to clipboard

Issue with models with '/' in the name

Open vico93 opened this issue 6 years ago • 1 comments
trafficstars

While downloading the Microsoft catalog this model give me problems.

Since it have a slash on its name the downloader wrongly created a sub folder (result path was ./Oven/Stove-G009SWS6CQRP/) and so it wasn't able to download the model.

As a workaround i needed to make a folder myself (./Oven-Stove-G009SWS6CQRP/, so replacing the slash by a hyphen) and get the model manually using 3d Viewer.

vico93 avatar Aug 25 '19 14:08 vico93

Ugh, can't believe they allowed slashes in the model names :/

I'll see where I can parse this and replace it with underscore. A dash is being used for ID separator, it might be easier for searches later if dash and underscore have separate responsibilities.

LanceMcCarthy avatar Aug 26 '19 21:08 LanceMcCarthy