jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

syck.rb initialize error #115

Closed Shougo closed 12 years ago

Shougo commented 12 years ago
                         _   _                       _
      ___  __ _ _ __| |_| |__   __ _ _   _  __ _| | _____
     / _ \/ _` | '__| __| '_ \ / _` | | | |/ _` | |/ / _ \
    |  __/ (_| | |  | |_| | | | (_| | |_| | (_| |   <  __/
     \___|\__,_|_|   \__|_| |_|\__, |\__,_|\__,_|_|\_\___|
                              |_|               v0.9.0

    /usr/lib/ruby/1.9.1/syck.rb:145:in `initialize': No such file or directory -       /home/******/work/earthquake/consumer.yml (Errno::ENOENT)
    from /usr/lib/ruby/1.9.1/syck.rb:145:in `open'
    from /usr/lib/ruby/1.9.1/syck.rb:145:in `load_file'
    from /home/*******/work/earthquake/lib/earthquake/core.rb:53:in `load_config'
    from /home/*******/work/earthquake/lib/earthquake/core.rb:35:in `_init'
    from /home/*******/work/earthquake/lib/earthquake/core.rb:96:in `__init'
    from /home/*******/work/earthquake/lib/earthquake/core.rb:106:in `start'
    from /home/*******/bin/earthquake:44:in `&lt;main&gt;'
    [1]    3284 exit 1     earthquake

I updated earthquake.gem today. But the error is appeared.
What's this problem?(I'm not rubyist...)
no6v commented 12 years ago

This causes source built-in consumer key and secret were reset by twitter. 0.9.0 gem contains the "consumer.yml", but that file does not exist in the repository. Can you fetch gem and extract that file by hand? Sorry for your inconvenient.

https://twitter.com/#!/jugyo/status/190989965629464577 https://twitter.com/#!/emasaka/status/191001658979917825 https://twitter.com/#!/no6v/status/191118372786802690

ionull commented 12 years ago

@no6v I just update to v0.9.0 and everything goes fine..thank you..

Shougo commented 12 years ago

Thanks!

no6v commented 12 years ago

Thanks to all of you :).