Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Histogram App! ... not working on Heroku #7

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Image Histogram App! ... not working on Heroku #7

wants to merge 12 commits into from

Conversation

r-c-s
Copy link

@r-c-s r-c-s commented Nov 3, 2014

Image Histogram

Runs fine locally, but having database problems (see below)* on Heroku:

https://image-histogram.herokuapp.com/

See the screenshot uploaded.

https://github.com/r-c-s/persist/blob/master/Screenshot%20from%202014-11-03%2015:43:53.png

I am reusing my previous Node.js application as the backend REST API for computing the image histogram.

https://image-histogram-api.herokuapp.com/

e.g.:

curl -X POST -d '{"imageUrl":"imageUrlGoesHere"}' -H "Content-Type: application/json" image-histogram-api.herokuapp.com/histogram

This does work fine.


*Postgres error message when running on Heroku:

PG::StringDataRightTruncation: ERROR: value too long for type character varying(255) : INSERT INTO "image_histogram_records" ("author", "created_at", "histogram", "image_name", "image_url", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant