IG Data

FREEMIUM
By logicbuilder | Updated 16 days ago | Social
Popularity

9.9 / 10

Latency

1,861ms

Service Level

96%

Health Check

N/A

Back to All Discussions

Problem Downloading

Rapid account: Lowrepping
lowrepping
8 years ago

Hello,

I am using your service in a .NET project to convert flac files to mp3. The conversion seems to work correctly using the ‘TargetFormat’ of ‘MP3’ But when I call the get using the taskid I am getting an error, System.NotSupportedException.

My code is pretty identical to the example you have on the site. And it actually does work when I use your test tools on the site.

HttpResponse<Stream> file = Unirest.get(“https://petadata-simple-audio-and-sound-converter-v1.p.mashape.com/DownloadConvertedFile?taskid=” + MYTASKID)
.header(“X-Mashape-Key”, “MYKEY”)
.asBinary();

Any help would be appreciated! Thanks!

// file to convert.
https://s3.amazonaws.com/transfers001/reg02-1474643578.2865017.flac

Rapid account: Petadata
petadata Commented 8 years ago

Hi;
We are not able to reach sample flac file to investigate the issue. Before making any download request please call CheckConversionStatus method and ensure conversionStatus field equals to Completed.

Kind Regards;

Join in the discussion - add comment below:

Login / Signup to post new comments