Ticket #289 (closed defect: fixed)
SURFmedia upload produces 'create still error'
| Reported by: | Michiel.Schok | Owned by: | forgacs |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 2.1 |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | none | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: |
Description
When uploading media from SURFmedia, the following error comes up under 'log':
create_still is specified more than once (GET / POST / URI), but has different values (value 1; true&redirect_uri=http://www.20.test.surfmedia.nl/app/video/uploaddone / value 2; true). (Exception thrown on line 759, in /var/opt/www/vpcore/htdocs/sites/all/modules/mediamosa/rest/mediamosa_rest_call.inc) Partial backtrace: #0 /var/opt/www/vpcore/htdocs/sites/all/modules/mediamosa/rest/mediamosa_rest_call.inc(262): mediamosa_rest_call->process_rest_args(Array) #1 /var/opt/www/vpcore/htdocs/sites/all/modules/mediamosa/rest/mediamosa_rest.inc(310): mediamosa_rest_call->process_call() #2 /var/opt/www/vpcore/htdocs/sites/all/modules/mediamosa/response/mediamosa_response.inc(130): mediamosa_rest->process_call(Array) #3 /var/opt/www/vpcore/htdocs/sites/all/modules/mediamosa/mediamosa.module(118): mediamosa_response->process_rest() #4 [internal function]: mediamosa_init() #5 /var/opt/www/vpcore/htdocs/includes/module.inc(709): ...
I'm not sure why this comes up.
In the HTML-source of our uploadpage we don't specify the time...
<div id="FlesUploadFormContainer">
<input name="MAX_FILE_SIZE" value=" 2000000000 " type="hidden"/>
<input name="create_still" value="true" type="hidden"/>
<input name="transcode_inherits_acl" value="true" type="hidden"/>
<input name="redirect_uri" value="http://www.20.test.surfmedia.nl/app/video/uploaddone" type="hidden"/>
<input name="upload_ticket" value="" type="hidden"/>
<input name="mediafile_id" value="H1k8ShUmMRLuqNdeNGpAqlga" type="hidden"/>
<input name="transcode[]" value="13" type="hidden"/>
<input name="edit" value="no" type="hidden"/>
<input name="active" value="Y" type="hidden" />
...
Change History
Note: See
TracTickets for help on using
tickets.
