crantastic$ heroku db:push Auto-detected local database: sqlite://db/development.sqlite3 Sending schema Sending data 8 tables, 10,785 records package: 100% |==========================================| Time: 00:00:01 user: 100% |==========================================| Time: 00:00:00 review: 100% |==========================================| Time: 00:00:00 !!! Caught Server Exception | ETA: --:--:-- Taps Server Error: PGError ERROR: invalid byte sequence for encoding "UTF8": 0xe96261 HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
Any suggestions on how to figure out exactly which record/column is causing the problem? I'd successfully fixed encoding issues in another, and I'm pretty sure I've applied the same method to the authors table (the name of which is obscured by the error message), so I'm a bit mystified why I'm still having this problem. Hadley --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
