Skip to content

Instantly share code, notes, and snippets.

@rschulman
Created July 16, 2014 03:25
Show Gist options
  • Save rschulman/60c5352c5fcabf1d94e3 to your computer and use it in GitHub Desktop.
Save rschulman/60c5352c5fcabf1d94e3 to your computer and use it in GitHub Desktop.
mailpile> new
http://localhost:33411 "GET /api/0/eventlog/?since=1405480989.881754&wait=20 HTTP/1.1" 200 1320
Elapsed: 0.159s (search: Found 95061 results in 0.159s)
Elapsed: 0.208s (ps: Listed events, threads, and locks)
Recent events:
53c5f07c.00002.754e load: Loaded metadata index
53c5f08e.00006.754e tag: Tagged 0 messages
53c5f092.00009.754e search: Found 95061 results in 0.159s
Events in progress:
53c1db95.002ce.eeb0:i Failed to send <mailpile.mailutils.Email object at 0x10368e710>
53c1dbc2.002d5.eeb0:R rescan: Starting
53c35def.00a03.f347:R rescan: Starting
53c36354.000af.13474:i Failed to send <mailpile.mailutils.Email object at 0x105dde910>
53c42135.00508.1531b:i Failed to send <mailpile.mailutils.Email object at 0x10a746190>
Threads: (bg delay 0.206s)
<Worker(Slow worker, started 4528357376)>: Idle
<HttpWorker(Thread-10, started 4540977152)>
<Thread(Thread-72, started daemon 4564840448)>
<Cron(Cron worker, started 4536770560)>: Idle
<_MainThread(MainThread, started 140735206347536)>
<Worker(Save worker, started 4532563968)>: Idle
Locks:
<Cron(Cron worker, started 4536770560)>: Idle.lock is unlocked
config._lock is unlocked
config.index._lock is unlocked
config.index._save_lock is unlocked
config.vcards._lock is unlocked
mailpile.postinglist.GLOBAL_GPL_LOCK is unlocked
mailpile.postinglist.GLOBAL_OPTIMIZE_LOCK is unlocked
mailpile.postinglist.GLOBAL_POSTING_LOCK is unlocked
Stopping <HttpWorker(Thread-10, started 4540977152)>
Stopping <Worker(Slow worker, started 4528357376)>: Idle
Stopping <Worker(Save worker, started 4532563968)>: Idle
Stopping <Cron(Cron worker, started 4536770560)>: Idle
Waiting for <Worker(Slow worker, started 4528357376)>: Idle
Waiting for <Cron(Cron worker, started 4536770560)>: Idle
http://localhost:33411 "GET /api/0/eventlog/?since=1405481102.999025&wait=20 HTTP/1.1" 200 784
Traceback (most recent call last):
File "./mp", line 12, in <module>
Main(sys.argv[1:])
File "/Users/rschulman/Mailpile/mailpile/app.py", line 144, in Main
Interact(session)
File "/Users/rschulman/Mailpile/mailpile/app.py", line 70, in Interact
session.ui.display_result(Action(session, opt, arg))
File "/Users/rschulman/Mailpile/mailpile/ui.py", line 344, in display_result
return self._display_result(unicode(result))
File "/Users/rschulman/Mailpile/mailpile/commands.py", line 97, in <lambda>
__unicode__ = lambda self: self.as_text()
File "/Users/rschulman/Mailpile/mailpile/plugins/search.py", line 59, in as_text
return self.result.as_text()
File "/Users/rschulman/Mailpile/mailpile/commands.py", line 899, in as_text
JE._nice_subject(m['subject']))
File "/Users/rschulman/Mailpile/mailpile/jinjaextensions.py", line 504, in _nice_subject
if metadata['subject']:
TypeError: string indices must be integers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment