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
read rss
outer_space
Member Posts: 4 Contributor I
I am trying to use a single operator, read rss feed, and output to a text file. I drag the rss operator into the gui window, and connect its output to the right side of the screen. When I hit play it generates the following error:
Exception: com.rapidminer.operator.UserError
Message: Cannot retrieve repository data from entry '//testrepo/testrss'. Reason: Not an IOObject entry..
Stack trace:
com.rapidminer.Process.loadInitialData(Process.java:696)
com.rapidminer.Process.run(Process.java:843)
com.rapidminer.Process.run(Process.java:770)
com.rapidminer.Process.run(Process.java:765)
com.rapidminer.Process.run(Process.java:755)
com.rapidminer.gui.ProcessThread.run(ProcessThread.java:65)
What else do I need to do to get this to work? I don't have any initial data, how do I make it stop trying to load initial data?
Exception: com.rapidminer.operator.UserError
Message: Cannot retrieve repository data from entry '//testrepo/testrss'. Reason: Not an IOObject entry..
Stack trace:
com.rapidminer.Process.loadInitialData(Process.java:696)
com.rapidminer.Process.run(Process.java:843)
com.rapidminer.Process.run(Process.java:770)
com.rapidminer.Process.run(Process.java:765)
com.rapidminer.Process.run(Process.java:755)
com.rapidminer.gui.ProcessThread.run(ProcessThread.java:65)
What else do I need to do to get this to work? I don't have any initial data, how do I make it stop trying to load initial data?
0
Answers
could you post your example process please? For me the Read RSS operator works fine.
Ciao Sebastian