mquan / lavish

a rails app that generates Bootstrap color scheme from an image
http://lavishbootstrap.com/
694 stars 92 forks source link

Colors don't change #32

Open PaluMacil opened 8 years ago

PaluMacil commented 8 years ago

I don't know if the last commit broke something, but the tool seems to be entirely broken at the moment. I tried two very different images and both still show the sample colors even though it shows the new image uploaded.

http://www.lavishbootstrap.com/?utf8=%E2%9C%93&image_url=https%3A%2F%2Fs-media-cache-ak0.pinimg.com%2F736x%2Fe1%2Fdf%2F2d%2Fe1df2d6b6f47afa5ebe11551c6bb6d36.jpg&commit=Go+Lavish

and

http://www.lavishbootstrap.com/?utf8=%E2%9C%93&image_url=https%3A%2F%2Favatars3.githubusercontent.com%2Fu%2F7151622%3Fv%3D3%26s%3D400&commit=Go+Lavish

In effect, the only color set you can download now is the one you get when first opening the website.

bigraf commented 7 years ago

I noticed this too. Seems the problem exists when the image URL is using HTTPS. Accessing images via HTTP is a way around if you have that option.

cortical-iv commented 6 years ago

Can confirm. HTTP or HTTPS, it doesn't matter.

Lavish is just not working for me.

delanoe commented 6 years ago

Same for me

JayGreentree commented 6 years ago

Its looking as the project might have been abandoned. It hasnt been updated for a few years now.

mjosborne1 commented 5 years ago

I did a local install from the GIT repo, took hours because the dependecies are all out of date. I used local files also - still doesn't create a color scheme other than the base one. e.g. image

mjosborne1 commented 5 years ago

It must have worked when Paul Seal did his Bootstrap Studio video.

mjosborne1 commented 5 years ago

I checked the code and it doesn't work if you use local assets....the image location must be a URL pointing at an image that is accessible to the web page (i.e. not behind any auth). It actually works if you use an image link on the internet.

mousio commented 4 years ago

Got it working just fine locally (Windows 10), with http/https/local files 😃 Steps here