-
Notifications
You must be signed in to change notification settings - Fork 727
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
[RuntimeError] Can't get the atomspace that guile is using. python3 bot #3656
Comments
it works:
|
Thank you! It works.
|
Try Also, could someone please submit a pull req to patch up the telegram-bot? |
There's a backwards-compat function that should have made it work, but according to bug opencog#3656 it appears to fail. So fix by brute force.
I have fixed it by adding next config in python script: |
After next dialog:
It catch exception, In unknown file:
Adding next config to script, doesn't help:
|
Are you good at programming? You might try to find what it is in sureal that is throwing an exception ... |
opencog/opencog/nlp/chatbot/telegram_bot.py
Line 9 in df7dab0
RuntimeError: Python-Scheme Wrapper: Null atomspace for '(cog-atomspace)'
https://github.com/opencog/atomspace/blob/f8bb895982bc1fdc3f95bd17cf3b8d1deec3d9ab/opencog/cython/opencog/PyScheme.cc#L129
all Prerequisites from https://github.com/opencog/opencog installed
The text was updated successfully, but these errors were encountered: