benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

undefined function couchbeam_view:fetch/1 #45

Closed rorye closed 13 years ago

rorye commented 13 years ago

Hi,

I'm getting the following exception when trying to call fetch?

\ exception error: undefined function couchbeam_view:fetch/1

Also

couchbeam_view:module_info()

returns

\ exception error: undefined function couchbeam_view:module_info()/0

Thanks

jadahl commented 13 years ago

When running your program, have you made sure that the Erlang VM can find couchbeam's .beam-files?

AFAICS couchbeam_fetch/1 should be there and exported by the module.

benoitc commented 13 years ago

is make verbose-test ok on your config?

rorye commented 13 years ago

Hi,

Thanks for the responses.

@jadahl you were correct the .beam files were not accessible.

Many thanks.