<div dir="ltr"><div>I've been using the Tangelo framework to put together a web app. I've found one of my python service calls seems to throw an error only sometimes. The error that I get is:</div><div><br></div>
<div><div><!doctype html></div><div><h2>501 Error in Python Service</h2></div><div><p>There was an error executing service /app/ice_images/ltquery/:<br><pre>Traceback (most recent call last):</div>
<div> File "./tangelo", line 170, in invoke_service</div><div> result = service.run(*pargs, **kwargs)</div><div>TypeError: run() got an unexpected keyword argument 'ltnum'</div><div></pre></div>
<div><hr></div><div><p><em>Powered by Tangelo</em> <img src=/img/tangelo.ico> </div>
</div><div>But 'run()' does expect an ltnum keyword argument, and happily receives it sometimes. I also sometimes get the same error with another call on the same page, to network.run(). Once I get one of these errors, the tangelo server crashes and I can't call any more python services without restarting.</div>
<div><br></div><div>Anyone have any thoughts as to what might be going on?</div><div><br></div><div>I've been using commit 266ed76575c51a55e4acdd450b4f578e1c104c17</div><div><br></div><div>Thanks,</div><div><br></div>
<div>Jeff Borowitz</div><div>Social Scientist</div><div>Giant Oak</div><div><br></div></div>