zachfeldman / rubypress

Ruby interface for the WordPress XMLRPC API. Follows standard XML-RPC Documentation closely.
201 stars 55 forks source link

XMLRPC Issue #56

Closed gnikoloudis closed 6 years ago

gnikoloudis commented 7 years ago

/usr/local/rvm/gems/ruby-2.3.0/gems/xmlrpc-0.3.0/lib/xmlrpc/client.rb:272:in call': A name is required for this term. (XMLRPC::FaultException) from /usr/local/rvm/gems/ruby-2.3.0/gems/rubypress-1.2.2/lib/rubypress/client.rb:70:inexecute' from /usr/local/rvm/gems/ruby-2.3.0/gems/rubypress-1.2.2/lib/rubypress/posts.rb:29:in newPost' from run_program.rb:56:inpost_to_wp' from run_program.rb:84:in `

'

I am getting the above error any suggestion?

zachfeldman commented 7 years ago

@gnikoloudis are you able to run the test suite locally? Can you tell us more about what parameters you're passing to the newPost method?