Hello Paul,
It looks like you have a record with a year too big for sqlite.
I have run into this in non rails situations importing year '9' to MSSql - it
was a bug in my code that did not add 2000
Looks like you only have 2 tables to choose from (users, payments, credits and
streams were successful).
>From heroku console query for all records bigger than this year. That may shed
>some light
> Record.scoped(:conditions => "date_field > '#{DateTime.now + 10.years}'")
> #single then double
# May want to try less then 100 years before now too
Winging that, but hope it helps
--Keenan
On Feb 15, 2010, at 8:11 PM, Paul Leader wrote:
> I've been trying to pull a copy of my database for local debugging,
> but every time I try I get the following error:
>
> Auto-detected local database: sqlite://db/development.sqlite3
> Receiving schema
> Receiving data
> 6 tables, 4,665 records
> users: 100% |==========================================| Time:
> 00:00:01
> payments: 100% |==========================================| Time:
> 00:00:00
> credits: 100% |==========================================| Time:
> 00:00:00
> streams: 100% |==========================================| Time:
> 00:00:00
> !!! Caught Server Exception================================== | ETA:
> 00:00:00
> [warning] The response contained in an RestClient::Exception is now a
> RestClient::Response instead of a Net::HTTPResponse, please update
> your code
> Taps Server Error: year too big to marshal
>
>
> Has anyone seen this sort of thing before, and have you any idea what
> I can do to fix it?
>
> Also, I've updated all my gems to the latest versions, but I still get
> that warning, which suggests that Taps/Heroku client need updating.
>
> Paul
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.