Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
From: Gaute Hope <eg@gaute.vetsj.com>
To: Sup users <sup-talk@rubyforge.org>
Subject: Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox
Date: Wed, 9 Nov 2011 20:25:13 +0100	[thread overview]
Message-ID: <CABKe4Mut=UnKFBt91UxgJu5NxOJ57iQPv464K=e5mS_jQUn1tA@mail.gmail.com> (raw)
In-Reply-To: <1929.143.205.216.123.1320746264.squirrel@lavabit.com>

I am getting the same error now, after upgraded ruby and gems..

bin/sup-sync:11: warning: method redefined; discarding old to_s
/home/gaute/dev/ruby/sup.git/lib/sup.rb:18:in `id': wrong id called on
{"uri"=>"maildir:///home/gaute/.mail/gaute.vetsj.com/Gmail.All_Mail",
"usual"=>true, "archived"=>false, "id"=>3, "labels"=>["inbox"]}
(RuntimeError)
	from /home/gaute/dev/ruby/sup.git/lib/sup/source.rb:207:in `block (2
levels) in load_sources'
	from /home/gaute/dev/ruby/sup.git/lib/sup/source.rb:207:in `map'
	from /home/gaute/dev/ruby/sup.git/lib/sup/source.rb:207:in `block in
load_sources'
	from /usr/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
	from /home/gaute/dev/ruby/sup.git/lib/sup/source.rb:206:in `load_sources'
	from /home/gaute/dev/ruby/sup.git/lib/sup/util.rb:572:in `method_missing'
	from /home/gaute/dev/ruby/sup.git/lib/sup/index.rb:96:in `load'
	from bin/sup-sync:100:in `<main>'

(same error when trying to start sup).

Also Ruby GPGME 2.0 seems to not be compatible with old API.

- gaute

On Tue, Nov 8, 2011 at 10:57 AM,  <hollunder@lavabit.com> wrote:
>> hollunder, 2011-11-07 11:17:
>>> I wonder what component is at fault.
>>
>> Looks like it fails when adding new messages from maildir to index.
>> Somehow term_docids for the id of newly received message yields more
>> than one documents from index.  Could it be that one of the new
>> messages in your maildir has a mangled message id?
>>
>> I'm not familiar with offlineimap.  You might need some extra steps or
>> a completely different approach here, but: You could try to (back up
>> and temporarily) move new messages out of your inbox (using mutt etc)
>> and then retry with sup.
>>
>> --
>> Tero Tilus ## 050 3635 235 ## http://tero.tilus.net/
>> _______________________________________________
>> sup-talk mailing list
>> sup-talk@rubyforge.org
>> http://rubyforge.org/mailman/listinfo/sup-talk
>>
>>
>
> Thanks,
> I'll try that kind of stuff if I manage to, never used another mail reader
> than sup.
> Anyway, today a new ruby update came along and even after rebuilding
> everything I could think of, including sup, sup doesn't start anymore. Not
> sure it's the same issue.
>
> Also tried sup-git, but it doesn't seem to build at all.
>
> $ sup
> /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will
> be deprecated in the future, use String#encode instead.
> /usr/lib/ruby/gems/1.9.1/gems/gettext-2.1.0/lib/gettext/runtime/locale_path.rb:20:
> Use RbConfig instead of obsolete and deprecated Config.
> [2011-11-08 10:48:46 +0100] ERROR: oh crap, an exception
> ----------------------------------------------------------------
> I'm very sorry. It seems that an error occurred in Sup. Please
> accept my sincere apologies. Please submit the contents of
> /home/murks/.sup/exception-log.txt and a brief report of the
> circumstances to http://masanjin.net/sup-bugs/ so that I might
> address this problem. Thank you!
>
> Sincerely,
> William
> ----------------------------------------------------------------
> --- RuntimeError from thread: main
> wrong id called on
> {"uri"=>"maildir:/home/murks/.imap/lavabit_murks_local/Inbox",
> "usual"=>true, "archived"=>false, "id"=>1, "labels"=>["murks_lavabit",
> "personal"]}
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup.rb:18:in `id'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/source.rb:207:in `block
> (2 levels) in load_sources'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/source.rb:207:in `map'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/source.rb:207:in `block
> in load_sources'
> /usr/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/source.rb:206:in
> `load_sources'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/util.rb:609:in
> `method_missing'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/index.rb:92:in `load'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/util.rb:609:in
> `method_missing'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup:154:in `<module:Redwood>'
> /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup:69:in `<top (required)>'
> /usr/bin/sup:19:in `load'
> /usr/bin/sup:19:in `<main>'
>
>
>
>
> _______________________________________________
> sup-talk mailing list
> sup-talk@rubyforge.org
> http://rubyforge.org/mailman/listinfo/sup-talk
>


  reply	other threads:[~2011-11-09 19:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-07  9:17 hollunder
2011-11-07 21:27 ` Tero Tilus
2011-11-08  9:57   ` hollunder
2011-11-09 19:25     ` Gaute Hope [this message]
2011-11-09 19:52       ` Gaute Hope
2011-11-18 19:34         ` hollunder
2011-11-21 20:36           ` Gaute Hope
2011-11-21 20:16             ` Philipp Überbacher
2011-11-21 21:18               ` Michael Stapelberg
2011-11-21 22:15                 ` Philipp Überbacher
2011-11-21 22:24                   ` Michael Stapelberg
2011-11-22  8:39                     ` Philipp Überbacher
2011-11-21 23:48                   ` Gaute Hope
     [not found]                     ` <1321953145-sup-1447@eris>
2011-11-22 15:10                       ` Gaute Hope
2011-11-18 20:55         ` Michael Stapelberg
2011-11-19  0:33           ` [sup-talk] small patch and build error hollunder
2011-11-21 20:29             ` Gaute Hope
2011-11-29 20:39         ` [sup-talk] exception --- RuntimeError from thread: poll after loading inbox Johannes Janosovits
2011-11-29 22:19           ` Johannes Janosovits
2011-12-17 18:47         ` Hamish D
2011-11-08 13:39 ` Mark Alexander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABKe4Mut=UnKFBt91UxgJu5NxOJ57iQPv464K=e5mS_jQUn1tA@mail.gmail.com' \
    --to=eg@gaute.vetsj.com \
    --cc=sup-talk@rubyforge.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox