Closed chrisvariety closed 12 years ago
Nevermind... I got the project_id and token confused... long day. Thanks anyhow. IronWorker looks great.
Maybe the error could kindly suggest the possible reason eg ("check to make sure you didn't reverse your token and project_id).
I have an initializer set up like so:
Whenever I try to create a new client, I'm getting the error message
IronCore::Error: Expecting 24 symbol project_id string
Here's my full backtrace:
As you can see, the debug messages say it is setting the project_id properly, so I don't understand why I am getting this error. :(
I did a little more digging and added a
puts id
incheck_id
and it is just returning nil, so I don't think it is a length issue. I've confirmed that the project_id I am providing is 24 characters long.Help please? Thanks!