Giter Site home page Giter Site logo

vivifyhealthcare / open-health-bot-api Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 487 KB

Open Health Bot API's (for general purpose use related to Healthcare Info; which can be integrated in bot or any other application)

Home Page: https://vivifyhealthcare.com/blogs

License: MIT License

Python 97.95% PowerShell 1.09% Batchfile 0.96%
bot-api healthcare healthcarebot lifeeazy opemhealthapi rasa rasa-chatbot rasahealthcarebot vivifyhealthcare

open-health-bot-api's People

Contributors

anilbommidi avatar dhanunjayathota avatar gnani1918 avatar sacredabhishek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ram510

open-health-bot-api's Issues

Unable to start the app with python manage.py runserver

I have cloned the entire app
Env: WSL2 on Windows Machine
Python 3.7
installed all the dependencies
tried python manage.py runserver
application is failing with the below error.

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
Exception in thread django-main-thread:
Traceback (most recent call last):
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/utils/autoreload.py", line 64, in wrapper
fn(*args, **kwargs)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/core/management/commands/runserver.py", line 121, in inner_run
self.check_migrations()
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/core/management/base.py", line 486, in check_migrations
executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/migrations/executor.py", line 18, in init
self.loader = MigrationLoader(self.connection)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/migrations/loader.py", line 53, in init
self.build_graph()
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/migrations/loader.py", line 220, in build_graph
self.applied_migrations = recorder.applied_migrations()
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/migrations/recorder.py", line 77, in applied_migrations
if self.has_table():
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/migrations/recorder.py", line 56, in has_table
tables = self.connection.introspection.table_names(cursor)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/backends/base/introspection.py", line 52, in table_names
return get_names(cursor)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/django/db/backends/base/introspection.py", line 47, in get_names
return sorted(ti.name for ti in self.get_table_list(cursor)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/djongo/introspection.py", line 47, in get_table_list
for c in cursor.db_conn.list_collection_names()
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/database.py", line 886, in list_collection_names
for result in self.list_collections(session=session, **kwargs)]
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/database.py", line 849, in list_collections
_cmd, read_pref, session)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/mongo_client.py", line 1515, in _retryable_read
read_pref, session, address=address)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/mongo_client.py", line 1346, in _select_server
server = topology.select_server(server_selector)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/topology.py", line 246, in select_server
address))
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/topology.py", line 203, in select_servers
selector, server_timeout, address)
File "/home/neo510/miniconda3/envs/hbot/lib/python3.7/site-packages/pymongo/topology.py", line 220, in _select_servers_loop
(self._error_message(selector), timeout, self.description))
pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 111] Connection refused, Timeout: 30s, Topology Description: <TopologyDescription id: 644382266aee6cb939378a16, topology_type: Single, servers: [<ServerDescription ('localhost', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('localhost:27017: [Errno 111] Connection refused')>]>

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.