Sharex: Streamable Upload Errors

Created on 31 Jul 2016  路  4Comments  路  Source: ShareX/ShareX

Screen recordings uploaded to Streamable come up with this error:

StreamableError.txt

I'm logged in to Streamable (it didn't work anonymously either) and the video actually uploads to my account, but the URL fails to copy to my clipboard.

Bug

All 4 comments

@lawlmart should I use nullable int or string for status? Nullable int is not good idea in API because not all programming languages support it.

That's looks like a bug in our api. Status should never be null, I'll check it out.

I'm going to hotfix our API so the file descriptor conforms to the ShareX class definition, but for the future StreamableStatusResponseVideo class definition should probably be changed to:

StreamableStatusResponseVideo
{
public string url { get; set; }
}

Looks like that did the trick. Everything but url in the files array is undocumented and therefore subject to change so this should probably still be fixed in ShareX in the future. I'll submit a pull once I get this windows box set up.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

notesplaymyheart picture notesplaymyheart  路  3Comments

sparxz picture sparxz  路  4Comments

Stele77 picture Stele77  路  3Comments

Yandols picture Yandols  路  4Comments

wilandlane picture wilandlane  路  3Comments