Jump to content

MovieDB blocked?


Recommended Posts

Posted

Hi All

Just saw this today when I started getting checkered posters:
Is MovieDB blocking access from Emby? (I only added 3 new movies so no hammering the webpage)
image.thumb.png.220d04e7021279cc492c69bce5243b29.png

Posted

Hi, I’m not seeing this in my testing. Are you using a vpn?

Posted

No - but you might be on to something!
I did update the recommended settings a couple of days ago for the NMP proxy?
Would be strange if this only have impact on MovieDB?
Also This would not impact outgoing access from the server itself would it?

The settings are I found here recommended (And they worked great faster and better connection)
Do you think they might srew up MovieDB?
Have anyone here using these settings have this happend to them?
(This is the only change I can think of)

Custom location:
client_max_body_size 1000M;
proxy_hide_header X-Powered-By;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

Advanced:

include       mime.types;
default_type  application/octet-stream;
server_tokens off;
sendfile off;           # sendfile giver ingen gevinst i proxy-miljø
proxy_buffering off;    # streaming-data sendes direkte til klienten

# Aktiver gzip-komprimering, så statiske filer fylder mindre
gzip on;
gzip_disable "msie6";

gzip_comp_level 6;
gzip_min_length 1100;
gzip_buffers 16 8k;
gzip_proxied any;
gzip_types
    text/plain
    text/css
    text/js
    text/xml
    text/javascript
    application/javascript
    application/x-javascript
    application/json
    application/xml
    application/rss+xml
    image/svg+xml;

# Lange timeouts, så store uploads/downloads ikke afbrydes
proxy_connect_timeout 1h;
proxy_send_timeout 1h;
proxy_read_timeout 1h;

tcp_nodelay on;         # send data med det samme uden unødig buffering

# Ekstra sikkerheds-headere
add_header Referrer-Policy "origin-when-cross-origin" always;
add_header Strict-Transport-Security "max-age=15552000; preload" always;
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-XSS-Protection "1; mode=block" always;


 

Posted

After more testing last night I did see the checkered image, but only with that one movie.

Happy2Play
Posted

Yes per the image it would suggest it has the wrong TMDBid.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...