latest 4 messages by cmyers_

+ [2017-03-13T18:21:16Z] cmyers_ I just changed hte name= and it is uploading now, but iut is doing the hanging thing again...
+ [2017-03-13T18:21:01Z] cmyers_ hmm, I think this is a bug on the backend because the first time I ran it, it hung for a really long time then timed out, so I think the resource is half-created
+ [2017-03-13T18:17:07Z] cmyers_ ttps://uploads.github.com/repos/TerabyteQbt/meta/releases/5727608/assets). I get the error: {"message":"Validation Failed","request_id":"B4FA:2040E:1115673:11BD549:58C6E1D8","documentation_url":"https://developer.github.com/v3","errors":[{"resource":"ReleaseAsset","code":"already_exists","field":"name"}]} but you can see such an asset does not already exist: https://github.com/TerabyteQbt/meta/releases
+ [2017-03-13T18:17:01Z] cmyers_ I am trying to use curl to upload a release from a script, but I'm having some trouble. I've read the API page: https://developer.github.com/v3/repos/releases/ - currently my cmd looks like this: curl -v -XPOST -H "Content-Type: application/gzip" -H "Content-Length: $CT_LENGTH" "$UPLOAD_URL?label=meta_tools&name=meta_tools-$META_TOOLS_CV.tar.gz&access_token=$TOKEN" @$MT_PATH where UPLOAD_URL is the url (h