View Single Post
Old 06-17-2012, 11:53 AM   #1
sandra186
Junior Member
sandra186 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2012
Device: Calibre
Calibre wont send books to my kindle touch

What is the problem? Please give me a step by step guide to fix the problem as I am a beginner


Starting job: Email Book 1 to
connect: (u'smtp.gmail.com', 587)
connect: (u'smtp.gmail.com', 587)

Sending failed...

Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/email.py", line 37, in run
self.func(*self.args)
File "/usr/lib/calibre/calibre/gui2/email.py", line 112, in sendmail
debug_output=log.debug)
File "/usr/lib/calibre/calibre/utils/smtp.py", line 105, in sendmail
s.connect(relay, port)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 303, in connect
self.sock = self._get_socket(host, port, self.timeout)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 778, in _get_socket
new_socket = ssl.wrap_socket(new_socket, self.keyfile, self.certfile)
File "/usr/lib/python2.7/ssl.py", line 381, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 143, in __init__
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 305, in do_handshake
self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol


Retrying in 301 seconds...

connect: (u'smtp.gmail.com', 587)
connect: (u'smtp.gmail.com', 587)

Sending failed...

Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/email.py", line 37, in run
self.func(*self.args)
File "/usr/lib/calibre/calibre/gui2/email.py", line 112, in sendmail
debug_output=log.debug)
File "/usr/lib/calibre/calibre/utils/smtp.py", line 105, in sendmail
s.connect(relay, port)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 303, in connect
self.sock = self._get_socket(host, port, self.timeout)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 778, in _get_socket
new_socket = ssl.wrap_socket(new_socket, self.keyfile, self.certfile)
File "/usr/lib/python2.7/ssl.py", line 381, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 143, in __init__
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 305, in do_handshake
self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

Job: "Email Book 1 to " failed with error:
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/threaded_jobs.py", line 83, in start_work
self.result = self.func(*self.args, **self.kwargs)
File "/usr/lib/calibre/calibre/gui2/email.py", line 92, in __call__
raise worker.exception
SSLError: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

Called with args: (u'/tmp/calibre_0.8.38_tmp_IhLwKw/H85vhucaltmpfmt.mobi', u'Book 1 - The Hunger Games.mobi', u', u'E-book: Book 1', u'Attached, you will find the e-book\n\nBook 1\n\tby The Hunger Games\n\nin the MOBI format.') {u'notifications': <Queue.Queue instance at 0xb3ed80cc>, u'abort': <threading._Event object at 0xb3ed814c>, u'log': <calibre.utils.logging.GUILog object at 0xb3ed818c>}

Last edited by sandra186; 06-17-2012 at 11:56 AM.
sandra186 is offline   Reply With Quote