I see this message when calling pages of a specific content type:

user warning: Incorrect parameter count in the call to native function 'AsBinary' query: SELECT AsBinary() AS geo , delta FROM WHERE vid = 654 in /path/to/the/sites/all/modules/geo/modules/geo_field/geo_field.module on line 83.

This content type (let's call it A) contains embedded cck view field displaying some fields from a page based on content type B.
Sometimes all that is needed to clear the error is to reload the page, other times I need to re-save the page that feeds the view.

Any help solving this issue would be appreciated.