Ticket #320 (closed defect: fixed)

Opened 20 months ago

Last modified 19 months ago

mediafile/{id}/analyse doesn't return a job_id

Reported by: Michiel.Schok Owned by:
Priority: trivial Milestone: MediaMosa 2.2
Component: Core Version:
Keywords: Cc:
MoSCoW: none Estimated time after impact analysis:
Related to project: none Tested: yes
Accepted: yes Estimated Hours: 0

Description

In the documentation (and me thinks also in Core 1.7) the /mediafile/{id}/analyse restcall returns a job_id in the response.

I observe that there is no job_id in the response anymore.

Documentation: http://mediamosa.org/node/41406
Response:

<response>
  <header>
    <item_count>0</item_count>
    <item_count_total>0</item_count_total>
    <item_offset>0</item_offset>
    <request_class>mediamosa_rest_call_job_analyse_mediafile</request_class>
    <request_matched_method>POST</request_matched_method>
    <request_matched_uri>/mediafile/$mediafile_id/analyse</request_matched_uri>
    <request_process_time>0.0268</request_process_time>
    <request_result>success</request_result>
    <request_result_description></request_result_description>
    <request_result_id>601</request_result_id>
    <request_uri>[POST] mediafile/MldkfgM3dQCHh8RBz8gUiQVr/analyse</request_uri>
    <version>2.1.4.628:0a325d1816b4</version>
  </header>
  <items/>
</response>

Change History

Changed 20 months ago by Frans

  • milestone changed from MediaMosa 2.1 to MediaMosa 2.2

Moved to MediaMosa 2.2
(we'll close the MM 2.1 release)

Changed 19 months ago by robert

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

Fixed -> release 2.2

Changed 19 months ago by Michiel.Schok

  • tested changed from no to yes
  • accepted changed from no to yes

Checked on POC: OK:

[POST] mediafile/VSACHndKfkATXaMvLy4UWm4h/analyse?user_id=csa.admin

<response>
  <header>
    <item_count>1</item_count>
    <item_count_total>1</item_count_total>
    <item_offset>0</item_offset>
    <request_class>mediamosa_rest_call_job_analyse_mediafile</request_class>
    <request_matched_method>POST</request_matched_method>
    <request_matched_uri>/mediafile/$mediafile_id/analyse</request_matched_uri>
    <request_process_time>0.2329</request_process_time>
    <request_result>success</request_result>
    <request_result_description></request_result_description>
    <request_result_id>601</request_result_id>
    <request_uri>[POST] mediafile/VSACHndKfkATXaMvLy4UWm4h/analyse?user_id=csa.admin</request_uri>
    <version>2.2.0.727:2453fceb2426</version>
    <request_query_count>2</request_query_count>
  </header>
  <items>
    <item id="1">
      <job_id>44</job_id>
    </item>
  </items>
Note: See TracTickets for help on using tickets.