Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error for example 5-3 #37

Open
li-xia opened this issue Dec 5, 2012 · 2 comments
Open

Error for example 5-3 #37

li-xia opened this issue Dec 5, 2012 · 2 comments

Comments

@li-xia
Copy link

li-xia commented Dec 5, 2012

Hi Russell,

I had error when ran example 5-3, here is the error I got:
** Reason for termination ==
** {'EXIT',
{{badmatch,
{error,{bad_return_value,{os_process_error,{exit_status,4}}}}},
[{couch_query_servers,new_process,3,
[{file,"d:/relax/couchdb/src/couchdb/couch_query_servers.erl"},
{line,477}]},
{couch_query_servers,lang_proc,3,
[{file,"d:/relax/couchdb/src/couchdb/couch_query_servers.erl"},
{line,462}]},
{couch_query_servers,handle_call,3,
[{file,"d:/relax/couchdb/src/couchdb/couch_query_servers.erl"},
{line,334}]},
{gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,578}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}}

Any reason? Thanks

@li-xia
Copy link
Author

li-xia commented Dec 6, 2012

There is something wrong with KW['since_id'] = int([_id for _id in db.view('index/max_tweet_id')][0].value), i replaced it with KW['since_id'] = 1, and it works fine. Then I started doing example 5-4, and it threw error too, which seems something error with the view 'max_tweet_id' and 'entity_count_by_doc'.

@ptwobrussell
Copy link
Owner

Did you make any additional progress troubleshooting this issue?

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

No branches or pull requests

2 participants