The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"It seems like a bug."
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>
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:
0
Answers
looks like a bug indeed. I have filed an internal bug report for this.
Regards,
Marco