Hi,
I installed calibre 0.85 for raspberry pi first generation. I download my recipes from my pc, and it works. But, even though same recipe, which downloaded from my pc is nearly 5 mb, other file that downloaded from raspberry pi over 50mb. I can not detect the problem.
The other problem,actually the main problem is that it can not auto send e-mail after download the mobi file which is under 2mb.
I checked auto send checkbox, mail test, convert option etc. But i cannot detect the problem. The log is below.
Could you help please
Thanks.
Code:
Starting job: Email Doğan Kuban CBT makaleleri to a*****@kindle.com
connect: (u'smtp.live.com', 587)
connect: (587, u'smtp.live.com')
reply: '220 CWXP265CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:17:04 +0000\r\n'
reply: retcode (220); Msg: CWXP265CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:17:04 +0000
connect: CWXP265CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:17:04 +0000
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]\r\n'
reply: '250-SIZE 157286400\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-DSN\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250-STARTTLS\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-BINARYMIME\r\n'
reply: '250-CHUNKING\r\n'
reply: '250 SMTPUTF8\r\n'
reply: retcode (250); Msg: CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
STARTTLS
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8
send: 'STARTTLS\r\n'
reply: '220 2.0.0 SMTP server ready\r\n'
reply: retcode (220); Msg: 2.0.0 SMTP server ready
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]\r\n'
reply: '250-SIZE 157286400\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-DSN\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250-AUTH LOGIN XOAUTH2\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-BINARYMIME\r\n'
reply: '250-CHUNKING\r\n'
reply: '250 SMTPUTF8\r\n'
reply: retcode (250); Msg: CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
AUTH LOGIN XOAUTH2
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8
send: AUTH <censored>
reply: '334 UGFzc3dvcmQ6\r\n'
reply: retcode (334); Msg: UGFzc3dvcmQ6
send: 'YWxpa2VtYWw5MA==\r\n'
reply: '235 2.7.0 Authentication successful\r\n'
reply: retcode (235); Msg: 2.7.0 Authentication successful
send: u'mail FROM:<m*****@hotmail.com> size=405614\r\n'
reply: '250 2.1.0 Sender OK\r\n'
reply: retcode (250); Msg: 2.1.0 Sender OK
send: u'rcpt TO:<al\u1*******em@kindle.com>\r\n'
reply: '501 5.1.8 UTF-8 addresses not supported\r\n'
reply: retcode (501); Msg: 5.1.8 UTF-8 addresses not supported
send: 'rset\r\n'
reply: '250 2.0.0 Resetting\r\n'
reply: retcode (250); Msg: 2.0.0 Resetting
send: 'quit\r\n'
reply: '221 2.0.0 Service closing transmission channel\r\n'
reply: retcode (221); Msg: 2.0.0 Service closing transmission channel
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 115, in sendmail
s.sendmail(from_, to, msg)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 730, in sendmail
raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {u'al\u1*******m@kindle.com': (501, '5.1.8 UTF-8 addresses not supported')}
Retrying in 301 seconds...
connect: (u'smtp.live.com', 587)
connect: (587, u'smtp.live.com')
reply: '220 LNXP265CA0033.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:22:07 +0000\r\n'
reply: retcode (220); Msg: LNXP265CA0033.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:22:07 +0000
connect: LNXP265CA0033.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:22:07 +0000
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]\r\n'
reply: '250-SIZE 157286400\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-DSN\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250-STARTTLS\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-BINARYMIME\r\n'
reply: '250-CHUNKING\r\n'
reply: '250 SMTPUTF8\r\n'
reply: retcode (250); Msg: LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
STARTTLS
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8
send: 'STARTTLS\r\n'
reply: '220 2.0.0 SMTP server ready\r\n'
reply: retcode (220); Msg: 2.0.0 SMTP server ready
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]\r\n'
reply: '250-SIZE 157286400\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-DSN\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250-AUTH LOGIN XOAUTH2\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-BINARYMIME\r\n'
reply: '250-CHUNKING\r\n'
reply: '250 SMTPUTF8\r\n'
reply: retcode (250); Msg: LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
AUTH LOGIN XOAUTH2
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8
send: AUTH <censored>
reply: '334 UGFzc3dvcmQ6\r\n'
reply: retcode (334); Msg: UGFzc3dvcmQ6
send: 'YWxpa2VtYWw5MA==\r\n'
reply: '235 2.7.0 Authentication successful\r\n'
reply: retcode (235); Msg: 2.7.0 Authentication successful
send: u'mail FROM:<m******@hotmail.com> size=405614\r\n'
reply: '250 2.1.0 Sender OK\r\n'
reply: retcode (250); Msg: 2.1.0 Sender OK
send: u'rcpt TO:<al\u1e****em@kindle.com>\r\n'
reply: '501 5.1.8 UTF-8 addresses not supported\r\n'
reply: retcode (501); Msg: 5.1.8 UTF-8 addresses not supported
send: 'rset\r\n'
reply: '250 2.0.0 Resetting\r\n'
reply: retcode (250); Msg: 2.0.0 Resetting
send: 'quit\r\n'
reply: '221 2.0.0 Service closing transmission channel\r\n'
reply: retcode (221); Msg: 2.0.0 Service closing transmission channel
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 115, in sendmail
s.sendmail(from_, to, msg)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 730, in sendmail
raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {u'al\u1******m@kindle.com': (501, '5.1.8 UTF-8 addresses not supported')}
Job: "Email *****leleri to a****em@kindle.com" 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
SMTPRecipientsRefused: {u'al\u****em@kindle.com': (501, '5.1.8 UTF-8 addresses not supported')}
Called with args: (u'/tmp/calibre_0.8.51_tmp_dTqFPu/EGkCgAcaltmpfmt.mobi', u'Dog****T makaleleri - Dogan Kuban.mobi', u'al\******em@kindle.com', u'E-book: Do\u011fan Kuban CBT makaleleri', u'Attached, you will find the e-book\n\nDo\u011fan Kuban CBT makaleleri\n\tby Do\u011fan Kuban\n\nin the MOBI format.') {u'notifications': <Queue.Queue instance at 0x6313d78>, u'abort': <threading._Event object at 0x6317e10>, u'log': <calibre.utils.logging.GUILog object at 0x6317410>}