-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in fp.py #17
Comments
Hello, I am having same issue, |
its been so long now... but I re-wrote the whole thing since |
Hi GeneDynamics and kpbird, You can go to http://localhost:8502/solr/fp/admin in your web browser to perform admin tasks on your Solr installation. But there is no functionality at http://localhost:8502/solr/fp which is accessible in a similar way in a web browser - this endpoint is meant to be accessed programmatically instead, via the fp.py module and, in turn, via solr.py So the responses you are seeing are normal, i.e., from your description Solr seems to be working fine. I cannot reproduce the traceback you are getting from running lookup.py, i.e., it works just fine on my installation. It looks like in your situation lookup.py is unable to find fp.py and, as such, is unable to import it. Have you changed the directory layout of the Echoprint installation or changed the relative locations of fp.py and lookup.py compared to each other? Best, Andrew |
Finally, how can we Fix it? Or is this software can not work? |
in current build I am getting
Traceback (most recent call last):
File "./lookup.py", line 21, in ?
import fp
File "/usr/lib/echoserver/API/fp.py", line 115
with solr.pooled_connection(_fp_solr) as host:
when I look at _fp_solr = solr.SolrConnectionPool("http://localhost:8502/solr/fp")
HTTP ERROR: 404
NOT_FOUND
RequestURI=/solr/fp/
but I can go to "http://localhost:8502/solr/fp/admin"
The text was updated successfully, but these errors were encountered: