Ticket #64 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

0016745: 2 [Bulkupload] Kan niet updaten - parameter validation failed

Reported by: admin Owned by:
Priority: major Milestone: MediaMosa 1.6
Component: Core Version: Tested and Accepted
Keywords: Cc:
MoSCoW: Estimated time after impact analysis:
Related to project: none Tested:
Accepted: yes Estimated Hours:

Description


0016745: 2 [Bulkupload] Kan niet updaten - parameter validation failed
 http://mantis.kennisnet.nl/view.php?id=16745

De volgende .vuf:
<?xml version="1.0" encoding="utf-8"?>

<FTPupload>
<email>frans.ward@…</email>
<videos>
<video>

<action>update</action>
<type>video</type>
<referenceId>fjw005</referenceId>
<metadataFile>fjw001.xml</metadataFile>
<formats>
<format>

<action>delete</action>
<mediaFile>T1241085.wmv</mediaFile>
<available>yes</available>
<downloadable>yes</downloadable>

</format>
</formats>

</video>
</videos>
<transcodings>

<transcoding>preview</transcoding>
<transcoding>14</transcoding>
<transcoding>profile_id=14</transcoding>

</transcodings>
<recentList>yes</recentList>
</FTPupload>

Geeft de volgende error:

Handling video with reference ID fjw005
Existing asset ID: a9a3lEK0GEpvglURB912KThu
<?xml version="1.0"?>
<response>

<header>

<item_count>0</item_count>
<request_process_time>0.0094</request_process_time>
<request_query_count>12</request_query_count>
<request_result>error</request_result>
<request_result_description>VPX - parameter validation failed: created=Array (datetime)</request_result_description>
<request_result_id>1003</request_result_id>
<request_uri>[POST] Internal VPX call</request_uri>
<vpx_version>1.4.3</vpx_version>

</header>
<items/>

</response>

Error setting metadata for asset 'a9a3lEK0GEpvglURB912KThu'
Created FTP batch (62)

Change History

Changed 4 years ago by admin

De error had wellicht met de transcoding regels te maken:

<transcoding>14</transcoding>
<transcoding>profile_id=14</transcoding>

Deze verwijderd, maar dan krijg ik de volgende melding:

Handling video with reference ID fjw005
Existing asset ID: a9a3lEK0GEpvglURB912KThu
Mediafile 'T1241085.wmv' not found in database
Created FTP batch (63)

Changed 4 years ago by MC-arjen

  • status changed from new to closed
  • resolution set to fixed
  • component set to Core

bug fixed in xmlparser 1.6

Changed 4 years ago by Frans

  • version set to Not Tested
  • related_to set to none

Changed 4 years ago by Frans

  • accepted changed from no to yes
  • version changed from Not Tested to Tested and Accepted

Updating metadata as wel as updating mediafiles seems to work properly now.
There is one other issue regarding the action=update function of mediafiles in combination with the <collections> and/or <categories> tags, but this will be a new issue.

Note: See TracTickets for help on using tickets.