dpkg -l | grep postgres
.This will give you all the postgresql packages then run sudo apt-get --purge remove < all package names with space in between>
. Then run sudo rm -rf /var/lib/postgresql/
sudo rm -rf /var/log/postgresql/
sudo rm -rf /etc/postgresql/
Internal Server Error: /bundleup/1624217/13994201/
Traceback (most recent call last):
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/channels/handler.py", line 243, in process_exception_by_middleware
return super(AsgiHandler, self).process_exception_by_middleware(exception, request)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/django/views/generic/base.py", line 68, in view
return self.dispatch(request, *args, **kwargs)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/rest_framework/views.py", line 489, in dispatch
response = self.handle_exception(exc)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/rest_framework/views.py", line 449, in handle_exception
self.raise_uncaught_exception(exc)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/rest_framework/views.py", line 486, in dispatch
response = handler(request, *args, **kwargs)
File "/home/rick/origami-cloudcv/lib/python3.5/site-packages/rest_framework/decorators.py", line 52, in handler
return func(*args, **kwargs)
File "/home/rick/origami-cloudcv/Origami/api/views.py", line 314, in bundleup
hash_.update(key)
TypeError: Unicode-objects must be encoded before hashing
@techytushar docker ps -a and removing containers didn't work. What worked was:λ ~* sudo netstat -nlpt |grep 6379
λ ~* sudo service redis-server stop
Also is there permanent thing for docker setup like: I can run the docker container when I get back.
like docker run -it <container-id>
Also why are we always firing these commands when we are running Origami:python manage.py runserver --noworker
python manage.py runworker
Is one for django channels and other for general server?
Also it would have been nice if we could fire 3 terminals at same time with some bash script / other configuration(not docker) ?
Hi @/all,
We’re very happy to announce that CloudCV has been selected for GSoC ’19! This is our fifth consecutive year with GSoC, and we’re looking forward to your contributions and to an exciting summer ahead! For new students, you can get started using our GSoC Ideas page http://gsoc.cloudcv.org.
Feel free to reach out to the mentors of different projects and ask them questions if you have any. Also, please carefully go through the instructions on the official GSoC page of CloudCV mentioned below:
GSoC Website Page: https://summerofcode.withgoogle.com/organizations/5709446018236416/
Happy Coding!