The Movie Database Support

Hi, i am using fast-average-color repo to get average color of movie poster but it gives me an error and it says "security error (CORS) for resource https://image.tmdb.org/t/p/w500/wlfDxbGEsW58vGhFljKkcR5IxDj.jpg". How should i solve this problem?

16 replies (on page 1 of 2)

Jump to last post

Next pageLast page

It may be best to seek assistance from the program.
https://github.com/fast-average-color/fast-average-color
Anyway, if the problem is security, you better inform more:
What is your OS?
In wich country are you?
We know that the Android OS eventually has security protocol problems due to the system update.

Does this problem occur only with this image, or any TMDb poster?


EDIT
The program has 3 ways to get the job done.
Which one are you using?

  • Get average color from loaded image
  • Get average color from unloaded image
  • Get average color from image url

Sorry, this problem occurs on every image. I am from Turkey. I am using vue cli. Library just needs a URL, i gave the poster url to function but i got this error. Images are fine when i use as a img source like showing the poster on front end but i am getting this error when i give poster url to library function to get average color. Also I don’t have any problem to show or open on my browser. The problem only occurs when i use the library.

Edit: i tried loaded and image url options.

I believe that only Travis Bell, TMDb administrator, can help.
Let's wait for him to see your question.

Can i send message this admin?

I'll try to warn him.
He's been very busy.
Just see the To-Do list on Trello https://trello.com/b/k34aFUme/web

In the meantime, try a search here on the Forum for CORS.
I found several comments from Travis.
Maybe it will help.

https://www.themoviedb.org/talk/search?advanced_search=&query=CORS&with_category=&with_status%5B%5D=closed&with_status%5B%5D=open

Yeah, i looked before post this topic. But there is no solution for images. They get CORS error for getting movie data etc. and Travis Bell is hardworking guy i see. I am searching for another library. Maybe library is the broken.

I solved it with this article. I tried it before but it didn't help me. Now it's works. Steps:
1) Add this to your vue.config.js

module.exports = {devServer: {
    proxy: 'http://image.tmdb.org/',
    }
  };

2) Change image url

'http://image.tmdb.org/'

link to

'http://localhost:8080'

Example:

http://image.tmdb.org/t/p/w500/8WUVHemHFH2ZIP6NWkwlHWsyrEL.jpg

to

http://localhost:8080/t/p/w500/8WUVHemHFH2ZIP6NWkwlHWsyrEL.jpg

Great sunny

Hi Biostate56, Im using fast-average-color lib and and getting same issue. Do you have any solution for React JS. Many thanks,

@Biostate56 said:

I solved it with this article. I tried it before but it didn't help me. Now it's works. Steps:
1) Add this to your vue.config.js

module.exports = {devServer: {
    proxy: 'http://image.tmdb.org/',
    }
  };

2) Change image url

'http://image.tmdb.org/'

link to

'http://localhost:8080'

Example:

http://image.tmdb.org/t/p/w500/8WUVHemHFH2ZIP6NWkwlHWsyrEL.jpg

to

http://localhost:8080/t/p/w500/8WUVHemHFH2ZIP6NWkwlHWsyrEL.jpg

This is so stupid, I run into the same problem and then thinking I've finally found a solution only to see that your solution is in Vue!! 🀬

Okay I found the solution for React! It was so simple lmao

@kevinlenske said:
Okay I found the solution for React! It was so simple lmao

Would it be possible for you to share with other React users the solution you found?

@ticao2 said:

@kevinlenske said:
Okay I found the solution for React! It was so simple lmao

Would it be possible for you to share with other React users the solution you found?

No, because it was a false alarm. My only option right now is to proxy my requests in the backend...

I solved this problem by change the image url to (https://image.tmdb.org/t/p/w220_and_h330_face/...). And for some reason it works fine.

@phamquy481 said:

I solved this problem by change the image url to (https://image.tmdb.org/t/p/w220_and_h330_face/...). And for some reason it works fine.

Pham thank you so much!! I spent an ENTIRE day torturing myself trying to figure this out. You are a blessing to the world my man. And it's so odd that you have to change it to those specific URL. Very weird. Thanks a million πŸ™.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login