<div dir="ltr">This is strange, I don&#39;t know what is happening here.<div>Which version of the code are you using?</div><div><br></div><div>As with the latest master, you should be able to use the FileViewer URL directly while providing extra arguments such as the file to load.</div>
<div>The only issue there, is that it does not support a state file yet. But if you will, you can create your own server script that will handle the state file loading. </div><div><br></div><div>Seb</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Nov 5, 2013 at 8:46 AM, kyr <span dir="ltr">&lt;<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I use this line in the Jetty config file (sphere_12.vtu holds a simple<br>
sphere I made in paraview):<br>
<br>
pw.file_loader.cmd=./bin/pvpython<br>
lib/paraview-4.0/site-packages/paraview/web/pv_web_file_loader.py --data-dir<br>
. --file-to-load ../Data/sphere_12.vtu --port PORT --authKey SECRET<br>
<br>
then the sphere is briefly visibly (1 sec) but then I get the black iframe<br>
again but no exception. Why is that ? The same happens if I read in a file<br>
from ParaViewData-v4.0.1.<br>
<br>
When I use :<br>
<br>
pw.file_loader.cmd=./bin/pvpython<br>
lib/paraview-4.0/site-packages/paraview/web/pv_web_file_loader.py --data-dir<br>
. --file-to-load ../Data/cyl.pvsm --port PORT --authKey SECRET<br>
<br>
then I get the new runtime error in the log:<br>
<br>
 raise RuntimeError, msg<br>
        exceptions.RuntimeError: File not readable. No reader found for<br>
&#39;../Data/cyl.pvsm&#39;<br>
<br>
<br>
Thanks for any help.<br>
k.<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2582.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2582.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>