Giter Club home page Giter Club logo

chatterbot-live-example's People

Contributors

joellau avatar vkosuri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chatterbot-live-example's Issues

error when runing python manage.py migrate

python3 manage.py migrate
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/init.py", line 381, in execute_from_command_line
utility.execute()
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/init.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 316, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 350, in execute
self.check()
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 379, in check
include_deployment_checks=include_deployment_checks,
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/commands/migrate.py", line 60, in _run_checks
issues.extend(super()._run_checks(**kwargs))
File "/home/user/.local/lib/python3.5/site-packages/django/core/management/base.py", line 366, in _run_checks
return checks.run_checks(**kwargs)
File "/home/user/.local/lib/python3.5/site-packages/django/core/checks/registry.py", line 71, in run_checks
new_errors = check(app_configs=app_configs)
File "/home/user/.local/lib/python3.5/site-packages/django/core/checks/urls.py", line 13, in check_url_config
return check_resolver(resolver)
File "/home/user/.local/lib/python3.5/site-packages/django/core/checks/urls.py", line 23, in check_resolver
return check_method()
File "/home/user/.local/lib/python3.5/site-packages/django/urls/resolvers.py", line 396, in check
for pattern in self.url_patterns:
File "/home/user/.local/lib/python3.5/site-packages/django/utils/functional.py", line 37, in get
res = instance.dict[self.name] = self.func(instance)
File "/home/user/.local/lib/python3.5/site-packages/django/urls/resolvers.py", line 533, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/home/user/.local/lib/python3.5/site-packages/django/utils/functional.py", line 37, in get
res = instance.dict[self.name] = self.func(instance)
File "/home/user/.local/lib/python3.5/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
return import_module(self.urlconf_name)
File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 673, in _load_unlocked
File "", line 665, in exec_module
File "", line 222, in _call_with_frames_removed
File "/home/user/chatbot-heroku/example_app/urls.py", line 3, in
from chatterbot.ext.django_chatterbot import urls as chatterbot_urls
ImportError: cannot import name 'urls'

while using mysql it is showing error.

I have changed this line in settings.py line number 82.
'ENGINE': 'django.db.backends.mysql',
because I want to use mysql database to train the bot.
But it is showing showing this error. django.db.utils.OperationalError: (1045, "Access denied for user 'ODBC'@'localhost' (using password: NO)")
what is the solution for this?

Figuring out how to get this working on Heroku

Again not really an issue but can't find where to put my questions?

I get this error when typing:
heroku ps:scale web=0
Scaling dynos... !
โ–ธ Couldn't find that process type.

And this when checking the log files.

heroku logs -t

2017-04-14T18:25:02.884630+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=sleepy-hollows-66889.herokuapp.com request_id=c8c68ba9-7848-4e7a-ab50-15f56ab69c11 fwd="213.49.99.194" dyno= connect= service= status=502 bytes= protocol=https

Any idea what I'm doing wrong, my github pages looks exactly like the one you have and is connected and linked via the python tutorial on heroku.

https://github.com/BLCKPSTV/theloneliestmonk/tree/master

Chatterbot Django custom corpus

Hi how do I manage to get a custom corpus file in the same directory of the django project to be read?

And do I need to change the sql database?

I really want to import my own corpus...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.