Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Genghis stuck #46

Closed
romanesko opened this issue Oct 23, 2012 · 3 comments
Closed

Genghis stuck #46

romanesko opened this issue Oct 23, 2012 · 3 comments

Comments

@romanesko
Copy link

It got stuck (

https://www.evernote.com/shard/s16/sh/f350f0cd-50a8-40d8-8f5f-494176d4afba/9ffcd6cee578648535c7fc4841aa9aef

I've also tried to update thr version, but gem install genghisapp installs the old version
The version downloaded from the site falls with the following error:

/Users/macmini/Downloads/genghis-2.1.2/genghis.rb:13:in `require': no such file to load -- mongo (LoadError)
    from /Users/macmini/Downloads/genghis-2.1.2/genghis.rb:13
@bobthecow
Copy link
Owner

I'm not sure why it's stuck, but I'd guess it's trying to connect to a server that's timing out. Try clearing your cookies and seeing if it loads.

gem install genghisapp should be installing v2.1.2 (that's the version listed on rubygems.org)... I don't know what's happening there.

If you're running the downloaded version under Ruby 1.8.x, you might need rubygems for it to work. Try this:

ruby -rubygems genghis.rb

@romanesko
Copy link
Author

It stucks here:

GET http://0.0.0.0:5678/servers 500 (Internal Server Error)

{"status":500,"error":"Database command 'listDatabases' failed: (errmsg: 'need to login'; ok: '0.0')."}

@bobthecow
Copy link
Owner

Ahh. Your server requires authentication? There's an outstanding bug with that (#16) in some cases, I expect to have it fixed for the next point release.

Closing as a duplicate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants