Giter Club home page Giter Club logo

questbot's People

Contributors

pm-str avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

questbot's Issues

Redis ConnectionError

After running docker-compose up I got this error:
redis.exceptions.ConnectionError: Error -2 connecting to redis:6379. Name or service not known. ERROR: Service 'web' failed to build: The command '/bin/sh -c python manage.py makemigrations' returned a non-zero code: 1
What shoud I do?

Not working web_1

web_1 | Traceback (most recent call last):
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute
web_1 | return self.cursor.execute(sql, params)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 303, in execute
web_1 | return Database.Cursor.execute(self, query, params)
web_1 | sqlite3.OperationalError: no such table: main.web_step__old
web_1 |
web_1 | The above exception was the direct cause of the following exception:
web_1 |
web_1 | Traceback (most recent call last):
web_1 | File "./su_setup.py", line 16, in
web_1 | User.objects.create_superuser(username=username, email=email, password=password)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/models.py", line 161, in create_superuser
web_1 | return self._create_user(username, email, password, **extra_fields)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/models.py", line 144, in _create_user
web_1 | user.save(using=self._db)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/base_user.py", line 73, in save
web_1 | super().save(*args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 729, in save
web_1 | force_update=force_update, update_fields=update_fields)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 759, in save_base
web_1 | updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 842, in _save_table
web_1 | result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 880, in _do_insert
web_1 | using=using, raw=raw)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
web_1 | return getattr(self.get_queryset(), name)(*args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/query.py", line 1125, in _insert
web_1 | return query.get_compiler(using=using).execute_sql(return_id)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1280, in execute_sql
web_1 | cursor.execute(sql, params)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 100, in execute
web_1 | return super().execute(sql, params)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 68, in execute
web_1 | return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 77, in _execute_with_wrappers
web_1 | return executor(sql, params, many, context)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute
web_1 | return self.cursor.execute(sql, params)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/utils.py", line 89, in exit
web_1 | raise dj_exc_value.with_traceback(traceback) from exc_value
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute
web_1 | return self.cursor.execute(sql, params)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 303, in execute
web_1 | return Database.Cursor.execute(self, query, params)
web_1 | django.db.utils.OperationalError: no such table: main.web_step__old

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.