keolo / mixpanel_client

Ruby interface to the Mixpanel Data API
MIT License
148 stars 72 forks source link

ArgumentError: wrong number of arguments (0 for 2) mixpanel #23

Closed kopiman closed 11 years ago

kopiman commented 11 years ago

i always recive that error. why?

keolo commented 11 years ago

client.request() takes two arguments. The first is a string and the second is a hash. It seems that you're not passing any arguments.

keolo commented 11 years ago

I'm closing this. Feel free to post example code if you're still running into problems.