function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aj2taylo2aj2taylo2 

databasedotcom gem - Argument Error on all and find

I'm working with Jeff Douglas' sample app (Databasedotcom-Gem-Demo), and getting errors (ArgumentError with no detail) when using Account.all and Account.find(params[:id])

The connection to Salesforce appears to be fine (I'm not seeing any errors at least).  Is there a way I can further debug this, or might I have a bad version of the gem installed?
Thank you
Best Answer chosen by Admin (Salesforce Developers) 
aj2taylo2aj2taylo2

The issue was the password had special characters, which have been removed now.