On 04/30/2013 12:32 AM, Tim Black wrote: > When I run the following command, I get the following error, using erica > 0.4.0: > > $ erica browse . http://user:pass@localhost:5984/rcl > ==> rcl-backbone-allstates (browse) > ERROR: browse failed while processing > /home/tim/.../code/trunk/couchapp/rcl-backbone-allstates: > {'EXIT',{undef,[{undefined,list_dir,["."],[]}, > {filelib,do_wildcard_3,4,[{file,"filelib.erl"},{line,296}]}, > {filelib,do_wildcard_2,4,[{file,"filelib.erl"},{line,291}]}, > {filelib,wildcard,2,[{file,"filelib.erl"},{line,59}]}, > {erica_push,couchapp_from_fs,1, > [{file,"src/erica_push.erl"},{line,196}]}, > {erica_webbrowser,do_browse,4, > [{file,"src/erica_webbrowser.erl"}, > {line,72}]}, > {erica_webbrowser,browse1,3, > [{file,"src/erica_webbrowser.erl"}, > {line,35}]}, > {erica_core,run_modules,4, > [{file,"src/erica_core.erl"},{line,97}]}]}} > > What am I doing wrong? What I've done to work around this issue is simply to use the following command instead:
gnome-open http://user:pass@localhost:5984/rcl/_design/rcl/index.html & Tim
