Options

"It seems like a bug."

AlexKeyAlexKey Member Posts: 2 Contributor I
edited June 2019 in Help
Hello!
I am trying to read RSS via "Read RSS" operator. It works. Than I cretae "loop parameters operator". Put in it my "RSS read". Than push edit parameters list. There I choose "URL" and create a list of urls with "plus button". Click "OK".
And run process. It shows mistake, that parameters are wrong. I open them to reconfigure, but they are not stored in loop operator. Is it bag or I do something wrong?

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.3.013">
 <context>
   <input/>
   <output/>
   <macros/>
 </context>
 <operator activated="true" class="process" compatibility="5.3.013" expanded="true" name="Process">
   <process expanded="true">
     <operator activated="true" class="loop_parameters" compatibility="5.3.013" expanded="true" height="76" name="Loop Parameters" width="90" x="246" y="345">
       <list key="parameters">
         <parameter key="Read RSS Feed (3).url" value="http://news.yandex.ua/auto.rss,http://news.yandex.ua/security.rss"/>
       </list>
       <process expanded="true">
         <operator activated="true" class="web:read_rss" compatibility="5.3.001" expanded="true" height="60" name="Read RSS Feed (3)" width="90" x="246" y="165">
           <parameter key="url" value="http://news.yandex.ru/hardware.rss"/>
           <parameter key="random_user_agent" value="true"/>
         </operator>
         <connect from_op="Read RSS Feed (3)" from_port="output" to_port="result 1"/>
         <portSpacing port="source_input 1" spacing="0"/>
         <portSpacing port="sink_performance" spacing="0"/>
         <portSpacing port="sink_result 1" spacing="0"/>
         <portSpacing port="sink_result 2" spacing="0"/>
       </process>
     </operator>
     <connect from_op="Loop Parameters" from_port="result 1" to_port="result 1"/>
     <portSpacing port="source_input 1" spacing="0"/>
     <portSpacing port="sink_result 1" spacing="0"/>
     <portSpacing port="sink_result 2" spacing="0"/>
   </process>
 </operator>
</process>

Tagged:

Answers

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    Hi,

    looks like a bug indeed. I have filed an internal bug report for this.

    Regards,
    Marco
Sign In or Register to comment.