lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
737 stars 73 forks source link

Xbox Live all pictures replaced by one image #7

Closed Deanosim closed 5 years ago

Deanosim commented 5 years ago

Describe the issue you are having

Xbox Live all pictures replaced by one image

How are you running the container(s)?

docker run \
  --restart unless-stopped \
  --name cache-steam \
  -v /cache/data:/data/cache \
  -v /cache/logs:/data/logs \
  -p 80:80 \
  steamcache/monolithic:latest

DNS Configuration

Just put the server dns into my xbox and windows PC

I'm not sure if this is best posted here or in the domains list github.

Here's an image showing the problem applicationframehost_2019-01-09_00-31-20

WillWill56 commented 5 years ago

I'm also experiencing this issue, and guessing by the look of the URLs in the access log (small excerpt provided), it seems possible that the cache is giving false positives/"false hits" for images that are not actually cached, and serving the same image for many similar URLs. No idea if that's actually the case though.

[xboxlive] 192.168.1.240 / - - - [08/Jan/2019:13:46:01 +0000] "GET /image?url=oU9cDmrjedlrB5vdqrRoOCk.l.ZxcoeIPvjO0qH8LItpRndJ5oDjGqhblyu_Vpl_QgurApSiSRpNhEFEinhXLQ9vCURngL7zE5E4JfXDtm6NAIm6CeDnpav33u9CGeTAeAVDXiuY0CIML48XCBX7qJZR0aMfWFWcJxsRRYdQIWsics6f3ICPt9bAbmwhYKgH&w=480&h=270&forma
t=jpg HTTP/1.1" 200 14870 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "HIT" "images-eds.xboxlive.com" "-"                                                                                           
[xboxlive] 192.168.1.240 / - - - [08/Jan/2019:13:46:01 +0000] "GET /image?url=MSVnmBUo_fHjbLYMjAEUQ1997NqViwRuhp37ECgBmpjTopc.v25oEq7FlZ81jsccsVtpFxizDo3C8ms1Eo8gs0LxygPJqkf7oKbvEDomEYdBimeXuc8zBI061_T7KGLBxIwPprxCBPsD7uFJJ.2TH4rZFTfccodOLGpSRjtstgvN2ZF.s0dIwttMO_2sN63olc2dcyhnJr7IpfX2rQ
7llPlL3qxWbDvASyeB_q8cF._X7wWKyenMuU2Dm3CT2EitD_ON_UYnIz1T1rX2M7eaKaSMR9oZiiN.atYR7Q1li94-&w=480&h=270&format=jpg HTTP/1.1" 200 14870 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134" "HIT" "images-eds.
xboxlive.com" "-"
Deanosim commented 5 years ago

Being fixed here https://github.com/uklans/cache-domains/issues/49