From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs488013ebc; Wed, 20 Jan 2010 04:22:12 -0800 (PST) Received: by 10.224.73.79 with SMTP id p15mr5216403qaj.228.1263990131204; Wed, 20 Jan 2010 04:22:11 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 6si17280259qwk.51.2010.01.20.04.22.10; Wed, 20 Jan 2010 04:22:11 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 863EC15B802D; Wed, 20 Jan 2010 07:22:10 -0500 (EST) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by rubyforge.org (Postfix) with ESMTP id E33E31779946 for ; Tue, 19 Jan 2010 15:04:11 -0500 (EST) Received: by ywh8 with SMTP id 8so1569901ywh.3 for ; Tue, 19 Jan 2010 12:04:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :date:message-id:user-agent:content-transfer-encoding; bh=MUjy+btC8gjS+FMqZVT1EuFR8zyZs0i/cCaV0aIiXjk=; b=Hk7h5JKoiI1KgRURRSlPhrEpTBQIjDK9Fmew4YzJTquFIHEpiZywP23OPbrcQCE921 aM0B+89+LEm5xA52dR8Yu2d4St78qo21k0vgmjwHGcgSW6aE9DG607MPERFnxuJZpvKX IFPjmk8agC7F05asPedfJ8437heTFMSFbu3Rs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:date:message-id:user-agent :content-transfer-encoding; b=ZgbPY4HYkzER32QZnPgoFWmtb2/Bm+tt8pFH+39wSWSdCxTj729y0s4PKl3aC4MaoO 8tDpKoA9xka5F3qxI13wq6qchFTg6NC1b7W5MV6RMTXzQG/OVGHdcoGkYgjscm9aMd6S Sn6vki9FO+5VPb2/C2CTEOb4A0PVAbml5jXHw= Received: by 10.90.171.16 with SMTP id t16mr7144822age.109.1263931446605; Tue, 19 Jan 2010 12:04:06 -0800 (PST) Received: from localhost (c-67-167-174-234.hsd1.tn.comcast.net [67.167.174.234]) by mx.google.com with ESMTPS id 7sm2735509ywf.40.2010.01.19.12.04.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 19 Jan 2010 12:04:06 -0800 (PST) From: Eric Polino To: sup-devel Date: Tue, 19 Jan 2010 15:04:02 -0500 Message-Id: <1263931111-sup-1739@europa> User-Agent: Sup/0.9.1 X-Mailman-Approved-At: Wed, 20 Jan 2010 07:21:11 -0500 Subject: [sup-devel] Problems Syncing X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org I'm trying to sync my local repository to my AllMail folder in GMail. All works fine until it reaches a given point. I'm guessing there's some message somewhere that's causing a problem, but I have no idea what to do about it, nor how to find this message. Here's what happens when I run sup-sync. I'm not sure what other information you'll need to help you find this problem, so let me know what you need and I'll do my best to get it to you. I did find a place that was saying that getting the lastest version of sup from the git repository could fix this problem...it didn't. TIA! $ sup -v sup v0.9.1 $ cat ~/.sup/sources.yaml --- - !masanjin.net,2006-10-01/Redwood/IMAP uri: imaps://imap.gmail.com/INBOX username: me password: secret cur_offset: 12635776080006406 usual: true archived: false id: 1 labels: - inbox - !masanjin.net,2006-10-01/Redwood/IMAP uri: imaps://imap.gmail.com/%5BGmail%5D%2FAll+Mail username: me password: secret cur_offset: 11622394250003302 usual: true archived: false id: 2 labels: [] - !masanjin.net,2006-10-01/Redwood/DraftLoader cur_offset: 0 - !masanjin.net,2006-10-01/Redwood/SentLoader cur_offset: 10325 $ cat ~/.sup/config.yaml --- :thread_by_subject: false :confirm_no_attachments: true :edit_signature: false :editor: /usr/bin/vim -f -c 'setlocal spell spelllang=en_us' -c 'set filetype=mail' :confirm_top_posting: true :accounts: :default: :signature: /home/aluink/.signature :email: me@gmail.com :name: Eric Polino :alternates: [] :sendmail: msmtp --account=gmail -t :ask_for_to: true :sent_source: sup://sent :discard_snippets_from_encrypted_messages: false :ask_for_cc: true :default_attachment_save_dir: "" :ask_for_bcc: false :ask_for_subject: true ## read 6085m (about 28%) @ 2.3m/s. 0:43:49 elapsed, about 1:52:15 remaining ## read 6112m (about 28%) @ 2.3m/s. 0:44:04 elapsed, about 1:52:32 remaining ## read 6150m (about 28%) @ 2.3m/s. 0:44:20 elapsed, about 1:52:38 remaining ## read 6188m (about 28%) @ 2.3m/s. 0:44:35 elapsed, about 1:52:45 remaining ## read 6202m (about 28%) @ 2.3m/s. 0:44:53 elapsed, about 1:53:19 remaining ## read 6244m (about 28%) @ 2.3m/s. 0:45:09 elapsed, about 1:53:23 remaining ## read 6284m (about 29%) @ 2.3m/s. 0:45:24 elapsed, about 1:53:28 remaining ## read 6323m (about 29%) @ 2.3m/s. 0:45:39 elapsed, about 1:53:33 remaining ## read 6362m (about 29%) @ 2.3m/s. 0:45:54 elapsed, about 1:53:38 remaining [Tue Jan 19 14:03:31 -0500 2010] WARNING: problem getting messages from imaps://imap.gmail.com/%5BGmail%5D%2FAll+Mail: While communicating with IMAP server (type Net::IMAP::NoResponseError): "Some messages could not be FETCHed (Failure)" /home/aluink/.gem/ruby/1.8/gems/ferret-0.11.6/lib/ferret/index.rb:421:in `[]': :(null) isn't a valid argument for IndexReader.get_document(index) (ArgumentError) from /home/aluink/.gem/ruby/1.8/gems/ferret-0.11.6/lib/ferret/index.rb:421:in `[]' from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' from /home/aluink/.gem/ruby/1.8/gems/ferret-0.11.6/lib/ferret/index.rb:413:in `[]' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/ferret_index.rb:257:in `build_message' from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/ferret_index.rb:256:in `build_message' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/bin/sup-sync:149 from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/poll.rb:154:in `each_message_from' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/imap.rb:197:in `each' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/imap.rb:185:in `upto' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/imap.rb:185:in `each' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/util.rb:560:in `send' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/util.rb:560:in `__pass' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/util.rb:547:in `method_missing' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/poll.rb:142:in `each_message_from' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/util.rb:520:in `send' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/lib/sup/util.rb:520:in `method_missing' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/bin/sup-sync:146 from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/bin/sup-sync:141:in `each' from /home/aluink/.gem/ruby/1.8/gems/sup-0.9.1/bin/sup-sync:141 from /home/aluink/.gem/ruby/1.8/bin/sup-sync:19:in `load' from /home/aluink/.gem/ruby/1.8/bin/sup-sync:19 _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel