-
Notifications
You must be signed in to change notification settings - Fork 1
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
get_handleset_by_type() missing. #6
Comments
try making the suggested change, of using Note also that the cogserver provides a generic json API that might be more general than the code in this repo. There's a README for it, and several examples/demos. |
Hi @gl-yziquel (sorry for the late reply). As @linas suggested, you should use the Also, I agree with @linas that if you should checkout the cogserver as it is well-maintained and supports the latest features of the Atomspace. This code was written to work with the annotation service and has a narrower scope/utility than what you'll find at the official Atomspace. |
Thank you for the feedback. I'll try to check that out. |
I made the suggested fix. The build keeps failing because |
Hi.
I tried compiling atomspace-rpc. It complains about a method
get_handleset_by_type
not being available. Though it does claim or seem to claim thatget_handles_by_type
does exist.It could be possible that such a change occured in dependencies. Anyhow, as of today, this code doesn't compile.
The text was updated successfully, but these errors were encountered: