Forums

It seems that something went wrong since the last update

After the last maintenance release my scheduled tasks return exit code 1:

Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/django/core/management/init.py", line 399, in execute_from_command_line utility.execute() File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/django/core/management/init.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/django/core/management/base.py", line 242, in run_from_argv self.execute(args, options.dict) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/django/core/management/base.py", line 285, in execute output = self.handle(args, options) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/django/core/management/base.py", line 415, in handle return self.handle_noargs(options) File "/home/gestionebeb/bebwebsite/bebapp/management/commands/bookingcommand.py", line 69, in handle_noargs browser.open(log_in_page) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/robobrowser/browser.py", line 209, in open response = self.session.get(url, self._build_send_args(kwargs)) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/sessions.py", line 468, in get return self.request('GET', url, kwargs) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/sessions.py", line 456, in request resp = self.send(prep, send_kwargs) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/sessions.py", line 559, in send r = adapter.send(request, kwargs) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/adapters.py", line 327, in send timeout=timeout File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/packages/urllib3/connectionpool.py", line 493, in urlopen body=body, headers=headers) File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/packages/urllib3/connectionpool.py", line 291, in _make_request conn.request(method, url, httplib_request_kw) File "/usr/lib/python3.3/http/client.py", line 1065, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.3/http/client.py", line 1103, in _send_request self.endheaders(body) File "/usr/lib/python3.3/http/client.py", line 1061, in endheaders self._send_output(message_body) File "/usr/lib/python3.3/http/client.py", line 906, in _send_output self.send(msg) File "/usr/lib/python3.3/http/client.py", line 844, in send self.connect() File "/home/gestionebeb/.virtualenvs/django16/lib/python3.3/site-packages/requests/packages/urllib3/connection.py", line 129, in connect self.sock = ssl.wrap_socket(conn, self.key_file, self.cert_file) AttributeError: 'NoneType' object has no attribute 'wrap_socket'

2014-10-29 19:07:08 -- Completed task, took 4.00 seconds, return code was 1.

Ok, all done. Thanks