Skip to content

Instantly share code, notes, and snippets.

@clayote
Created July 6, 2017 00:00
Show Gist options
  • Save clayote/c3a37095fa0834e63b2c85ca8595812d to your computer and use it in GitHub Desktop.
Save clayote/c3a37095fa0834e63b2c85ca8595812d to your computer and use it in GitHub Desktop.
Errors I got when I tried to sync calendar events
.local/bin/etesync-dav -D
[7f9876f56700] INFO: Starting Radicale
[7f9876f56700] DEBUG: Authentication type is htpasswd
[7f9876f56700] DEBUG: Listening to localhost port 37358
[7f9876f56700] DEBUG: Radicale server ready
[7f986d2ae700] INFO: PROPFIND request for /me@etesync.com/Default/ with depth 0 received from 127.0.0.1 using "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 Lightning/5.4.1.1"
[7f986d2ae700] DEBUG: Request headers:
{'CONTENT_LENGTH': '306',
'CONTENT_TYPE': 'text/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:37358',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 '
'Thunderbird/52.1.1 Lightning/5.4.1.1',
'PATH_INFO': '/me@etesync.com/Default/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f9873e79e58>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=6>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f986d2ae700] DEBUG: Sanitized script name:
[7f986d2ae700] DEBUG: Sanitized path: /me@etesync.com/Default/
[7f986d2ae700] DEBUG: Rights type 'owner_only'
[7f986d2ae700] DEBUG: Test if ':me@etesync.com/Default' matches against '.+:(/.*)?' from section 'rw'
[7f986d2ae700] DEBUG: Test if ':me@etesync.com/Default' matches against '.+:' from section 'r'
[7f986d2ae700] DEBUG: Rights type 'owner_only'
[7f986d2ae700] DEBUG: Test if ':me@etesync.com' matches against '.+:(/.*)?' from section 'rw'
[7f986d2ae700] DEBUG: Test if ':me@etesync.com' matches against '.+:' from section 'r'
[7f986d2ae700] INFO: Access denied for anonymous user
[7f986d2ae700] DEBUG: Asking client for authentication
[7f986d2ae700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f986d2ae700] INFO: PROPFIND answer status for /me@etesync.com/Default/ with depth 0 in 0.004 seconds: 401 Unauthorized
[7f986d2ae700] INFO: PROPFIND request for /me@etesync.com/Default/ with depth 0 received from 127.0.0.1 using "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 Lightning/5.4.1.1"
[7f986d2ae700] DEBUG: Request headers:
{'CONTENT_LENGTH': '306',
'CONTENT_TYPE': 'text/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:37358',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 '
'Thunderbird/52.1.1 Lightning/5.4.1.1',
'PATH_INFO': '/me@etesync.com/Default/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f9873e79e58>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=6>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f986d2ae700] DEBUG: Sanitized script name:
[7f986d2ae700] DEBUG: Sanitized path: /me@etesync.com/Default/
[7f986d2ae700] INFO: Failed login attempt: zack@zacharyspector.com
[7f986d2ae700] DEBUG: Sleeping 1.201 seconds
[7f986d2ae700] DEBUG: Asking client for authentication
[7f986d2ae700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f986d2ae700] INFO: PROPFIND answer status for /me@etesync.com/Default/ with depth 0 in 1.219 seconds: 401 Unauthorized
[7f986d2ae700] INFO: PROPFIND request for /me@etesync.com/Default/ with depth 0 received from 127.0.0.1 using "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 Lightning/5.4.1.1"
[7f986d2ae700] DEBUG: Request headers:
{'CONTENT_LENGTH': '306',
'CONTENT_TYPE': 'text/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:37358',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 '
'Thunderbird/52.1.1 Lightning/5.4.1.1',
'PATH_INFO': '/me@etesync.com/Default/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f9873e79e58>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=6>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f986d2ae700] DEBUG: Sanitized script name:
[7f986d2ae700] DEBUG: Sanitized path: /me@etesync.com/Default/
[7f986d2ae700] INFO: Failed login attempt: zack@zacharyspector.com
[7f986d2ae700] DEBUG: Sleeping 0.558 seconds
[7f986d2ae700] DEBUG: Asking client for authentication
[7f986d2ae700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f986d2ae700] INFO: PROPFIND answer status for /me@etesync.com/Default/ with depth 0 in 0.560 seconds: 401 Unauthorized
[7f986d2ae700] INFO: PROPFIND request for /me@etesync.com/Default/ with depth 0 received from 127.0.0.1 using "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 Lightning/5.4.1.1"
[7f986d2ae700] DEBUG: Request headers:
{'CONTENT_LENGTH': '306',
'CONTENT_TYPE': 'text/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:37358',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 '
'Thunderbird/52.1.1 Lightning/5.4.1.1',
'PATH_INFO': '/me@etesync.com/Default/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f9873e79e58>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=6>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f986d2ae700] DEBUG: Sanitized script name:
[7f986d2ae700] DEBUG: Sanitized path: /me@etesync.com/Default/
[7f986d2ae700] DEBUG: Rights type 'owner_only'
[7f986d2ae700] DEBUG: Test if 'zack@zacharyspector.com:zack@zacharyspector.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f986d2ae700] DEBUG: Section 'rw' matches
[7f9867b84700] INFO: GET request for /zack@zacharyspector.com received from 127.0.0.1 using "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0"
[7f9867b84700] DEBUG: Request headers:
{'CONTENT_LENGTH': '',
'CONTENT_TYPE': 'text/plain',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DNT': '1',
'HTTP_HOST': 'localhost:37358',
'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) '
'Gecko/20100101 Firefox/54.0',
'PATH_INFO': '/zack@zacharyspector.com',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'GET',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f986d4c2288>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=9>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f9867b84700] DEBUG: Sanitized script name:
[7f9867b84700] DEBUG: Sanitized path: /zack@zacharyspector.com
[7f9867b84700] DEBUG: Rights type 'owner_only'
[7f9867b84700] DEBUG: Test if ':zack@zacharyspector.com' matches against '.+:(/.*)?' from section 'rw'
[7f9867b84700] DEBUG: Test if ':zack@zacharyspector.com' matches against '.+:' from section 'r'
[7f9867b84700] DEBUG: Rights type 'owner_only'
[7f9867b84700] DEBUG: Test if ':' matches against '.+:(/.*)?' from section 'rw'
[7f9867b84700] DEBUG: Test if ':' matches against '.+:' from section 'r'
[7f9867b84700] INFO: Access denied for anonymous user
[7f9867b84700] DEBUG: Asking client for authentication
[7f9867b84700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f9867b84700] INFO: GET answer status for /zack@zacharyspector.com in 0.003 seconds: 401 Unauthorized
[7f9867b84700] INFO: GET request for /zack@zacharyspector.com received from 127.0.0.1 using "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0"
[7f9867b84700] DEBUG: Request headers:
{'CONTENT_LENGTH': '',
'CONTENT_TYPE': 'text/plain',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DNT': '1',
'HTTP_HOST': 'localhost:37358',
'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) '
'Gecko/20100101 Firefox/54.0',
'PATH_INFO': '/zack@zacharyspector.com',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'GET',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f986d4c2288>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=9>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f9867b84700] DEBUG: Sanitized script name:
[7f9867b84700] DEBUG: Sanitized path: /zack@zacharyspector.com
[7f9867b84700] INFO: Failed login attempt: zack@zacharyspector.com
[7f9867b84700] DEBUG: Sleeping 0.539 seconds
[7f9867b84700] DEBUG: Asking client for authentication
[7f9867b84700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f9867b84700] INFO: GET answer status for /zack@zacharyspector.com in 0.543 seconds: 401 Unauthorized
[7f9867b84700] INFO: GET request for /zack@zacharyspector.com received from 127.0.0.1 using "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0"
[7f9867b84700] DEBUG: Request headers:
{'CONTENT_LENGTH': '',
'CONTENT_TYPE': 'text/plain',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DNT': '1',
'HTTP_HOST': 'localhost:37358',
'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) '
'Gecko/20100101 Firefox/54.0',
'PATH_INFO': '/zack@zacharyspector.com',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'GET',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f986d4c2288>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=9>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f9867b84700] DEBUG: Sanitized script name:
[7f9867b84700] DEBUG: Sanitized path: /zack@zacharyspector.com
[7f9867b84700] INFO: Failed login attempt: zack@zacharyspector.com
[7f9867b84700] DEBUG: Sleeping 1.260 seconds
[7f9867b84700] DEBUG: Asking client for authentication
[7f9867b84700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f9867b84700] INFO: GET answer status for /zack@zacharyspector.com in 1.263 seconds: 401 Unauthorized
[7f9867b84700] INFO: GET request for /zack@zacharyspector.com received from 127.0.0.1 using "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0"
[7f9867b84700] DEBUG: Request headers:
{'CONTENT_LENGTH': '',
'CONTENT_TYPE': 'text/plain',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DNT': '1',
'HTTP_HOST': 'localhost:37358',
'HTTP_UPGRADE_INSECURE_REQUESTS': '1',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) '
'Gecko/20100101 Firefox/54.0',
'PATH_INFO': '/zack@zacharyspector.com',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'GET',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f986ca8e948>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=9>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f9867b84700] DEBUG: Sanitized script name:
[7f9867b84700] DEBUG: Sanitized path: /zack@zacharyspector.com
[7f9867b84700] DEBUG: Rights type 'owner_only'
[7f9867b84700] DEBUG: Test if 'zack@zacharyspector.com:zack@zacharyspector.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f9867b84700] DEBUG: Section 'rw' matches
[7f9867383700] INFO: PROPFIND request for /zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/ with depth 0 received from 127.0.0.1 using "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 Lightning/5.4.1.1"
[7f9867383700] DEBUG: Request headers:
{'CONTENT_LENGTH': '306',
'CONTENT_TYPE': 'text/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:37358',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 '
'Thunderbird/52.1.1 Lightning/5.4.1.1',
'PATH_INFO': '/zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f986ca95f78>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=10>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f9867383700] DEBUG: Sanitized script name:
[7f9867383700] DEBUG: Sanitized path: /zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/
[7f9867383700] DEBUG: Rights type 'owner_only'
[7f9867383700] DEBUG: Test if ':zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe' matches against '.+:(/.*)?' from section 'rw'
[7f9867383700] DEBUG: Test if ':zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe' matches against '.+:' from section 'r'
[7f9867383700] DEBUG: Rights type 'owner_only'
[7f9867383700] DEBUG: Test if ':zack@zacharyspector.com' matches against '.+:(/.*)?' from section 'rw'
[7f9867383700] DEBUG: Test if ':zack@zacharyspector.com' matches against '.+:' from section 'r'
[7f9867383700] INFO: Access denied for anonymous user
[7f9867383700] DEBUG: Asking client for authentication
[7f9867383700] DEBUG: Response content:
Access to the requested resource forbidden.
[7f9867383700] INFO: PROPFIND answer status for /zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/ with depth 0 in 0.004 seconds: 401 Unauthorized
[7f9867383700] INFO: PROPFIND request for /zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/ with depth 0 received from 127.0.0.1 using "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 Lightning/5.4.1.1"
[7f9867383700] DEBUG: Request headers:
{'CONTENT_LENGTH': '306',
'CONTENT_TYPE': 'text/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/xml',
'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'localhost:37358',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 '
'Thunderbird/52.1.1 Lightning/5.4.1.1',
'PATH_INFO': '/zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f986ca95f78>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=10>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f9867383700] DEBUG: Sanitized script name:
[7f9867383700] DEBUG: Sanitized path: /zack@zacharyspector.com/42e5f4a018f5ffd915aec9b3e41ba91e6e09fe7b4d0e62a63e80088dbd96abbe/
[7f9867383700] DEBUG: Rights type 'owner_only'
[7f9867383700] DEBUG: Test if 'zack@zacharyspector.com:zack@zacharyspector.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f9867383700] DEBUG: Section 'rw' matches
ERROR:root:No module named 'pytz'
ERROR:root:No module named 'pytz'
ERROR:root:No module named 'pytz'
ERROR:root:No module named 'pytz'
[7f986d2ae700] DEBUG: Rights type 'owner_only'
DEBUG:radicale:Rights type 'owner_only'
[7f986d2ae700] DEBUG: Test if 'zack@zacharyspector.com:me@etesync.com/Default' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
DEBUG:radicale:Test if 'zack@zacharyspector.com:me@etesync.com/Default' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f986d2ae700] DEBUG: Section 'rw' does not match
DEBUG:radicale:Section 'rw' does not match
[7f986d2ae700] DEBUG: Test if 'zack@zacharyspector.com:me@etesync.com/Default' matches against '.+:' from section 'r'
DEBUG:radicale:Test if 'zack@zacharyspector.com:me@etesync.com/Default' matches against '.+:' from section 'r'
[7f986d2ae700] DEBUG: Section 'r' does not match
DEBUG:radicale:Section 'r' does not match
[7f986d2ae700] DEBUG: Rights type 'owner_only'
DEBUG:radicale:Rights type 'owner_only'
[7f986d2ae700] DEBUG: Test if 'zack@zacharyspector.com:me@etesync.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
DEBUG:radicale:Test if 'zack@zacharyspector.com:me@etesync.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f986d2ae700] DEBUG: Section 'rw' does not match
DEBUG:radicale:Section 'rw' does not match
[7f986d2ae700] DEBUG: Test if 'zack@zacharyspector.com:me@etesync.com' matches against '.+:' from section 'r'
DEBUG:radicale:Test if 'zack@zacharyspector.com:me@etesync.com' matches against '.+:' from section 'r'
[7f986d2ae700] DEBUG: Section 'r' does not match
DEBUG:radicale:Section 'r' does not match
[7f986d2ae700] INFO: Access denied for 'zack@zacharyspector.com'
INFO:radicale:Access denied for 'zack@zacharyspector.com'
[7f986d2ae700] DEBUG: Response content:
Access to the requested resource forbidden.
DEBUG:radicale:Response content:
Access to the requested resource forbidden.
[7f986d2ae700] INFO: PROPFIND answer status for /me@etesync.com/Default/ with depth 0 in 404.652 seconds: 403 Forbidden
INFO:radicale:PROPFIND answer status for /me@etesync.com/Default/ with depth 0 in 404.652 seconds: 403 Forbidden
[7f986d2ae700] INFO: PROPFIND request for /zack@zacharyspector.com/ with depth 1 received from 127.0.0.1 using "Thunderbird CardBook/19.7 Lightning/5.4.1.1"
INFO:radicale:PROPFIND request for /zack@zacharyspector.com/ with depth 1 received from 127.0.0.1 using "Thunderbird CardBook/19.7 Lightning/5.4.1.1"
[7f986d2ae700] DEBUG: Request headers:
{'CONTENT_LENGTH': '126',
'CONTENT_TYPE': 'application/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': '*/*',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '1',
'HTTP_HOST': 'localhost:37358',
'HTTP_USER_AGENT': 'Thunderbird CardBook/19.7 Lightning/5.4.1.1',
'PATH_INFO': '/zack@zacharyspector.com/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f9873e79e58>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=7>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
DEBUG:radicale:Request headers:
{'CONTENT_LENGTH': '126',
'CONTENT_TYPE': 'application/xml; charset=utf-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': '*/*',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_AUTHORIZATION': 'Basic **masked**',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_DEPTH': '1',
'HTTP_HOST': 'localhost:37358',
'HTTP_USER_AGENT': 'Thunderbird CardBook/19.7 Lightning/5.4.1.1',
'PATH_INFO': '/zack@zacharyspector.com/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': '',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '37358',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.2',
'wsgi.errors': <_io.StringIO object at 0x7f9873e79e58>,
'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
'wsgi.input': <_io.BufferedReader name=7>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
[7f986d2ae700] DEBUG: Sanitized script name:
DEBUG:radicale:Sanitized script name:
[7f986d2ae700] DEBUG: Sanitized path: /zack@zacharyspector.com/
DEBUG:radicale:Sanitized path: /zack@zacharyspector.com/
[7f986d2ae700] INFO: Failed login attempt: zack@zacharyspector.com
INFO:radicale:Failed login attempt: zack@zacharyspector.com
[7f986d2ae700] DEBUG: Sleeping 1.104 seconds
DEBUG:radicale:Sleeping 1.104 seconds
[7f986d2ae700] DEBUG: Asking client for authentication
DEBUG:radicale:Asking client for authentication
[7f986d2ae700] DEBUG: Response content:
Access to the requested resource forbidden.
DEBUG:radicale:Response content:
Access to the requested resource forbidden.
[7f986d2ae700] INFO: PROPFIND answer status for /zack@zacharyspector.com/ with depth 1 in 1.107 seconds: 401 Unauthorized
INFO:radicale:PROPFIND answer status for /zack@zacharyspector.com/ with depth 1 in 1.107 seconds: 401 Unauthorized
[7f9867b84700] DEBUG: Rights type 'owner_only'
DEBUG:radicale:Rights type 'owner_only'
[7f9867b84700] DEBUG: Test if 'zack@zacharyspector.com:zack@zacharyspector.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
DEBUG:radicale:Test if 'zack@zacharyspector.com:zack@zacharyspector.com' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f9867b84700] DEBUG: Section 'rw' matches
DEBUG:radicale:Section 'rw' matches
[7f9867b84700] DEBUG: Rights type 'owner_only'
DEBUG:radicale:Rights type 'owner_only'
[7f9867b84700] DEBUG: Test if 'zack@zacharyspector.com:' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
DEBUG:radicale:Test if 'zack@zacharyspector.com:' matches against '.+:zack\@zacharyspector\.com(/.*)?' from section 'rw'
[7f9867b84700] DEBUG: Section 'rw' does not match
DEBUG:radicale:Section 'rw' does not match
[7f9867b84700] DEBUG: Test if 'zack@zacharyspector.com:' matches against '.+:' from section 'r'
DEBUG:radicale:Test if 'zack@zacharyspector.com:' matches against '.+:' from section 'r'
[7f9867b84700] DEBUG: Section 'r' matches
DEBUG:radicale:Section 'r' matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment