Creak
Creak
Maybe it's still trying to use the old cookies! Nice catch!
I think there's a log in `./tmp/log` IIRC
Could we say this issue is fixed?
It might be linked to #245 who also has a black-holed error, but in a different context. How did you have this neat callstack? so that @andynosaur could try to...
In the same idea, when I installed Sonerezh, I thought each users could define its own music library. It was quite a deception when I saw it wasn't the case....
You could try to use the @gs11's fork which is more advanced and may have fixed this issue already: https://github.com/gs11/sonerezh
Personally I'm **only** on the album page, but it's not perfect for two reasons: * It doesn't load all the albums, so every time I load this page, I scroll...
I like the Spotify/Deezer UX. Everything is in one page. In Sonerezh, we could remove all the pages and, by default display the most played songs/albums, have a list of...
Digging a little deeper, it seems that the issue is not from there, but could be coming from getID3 which probably has the same issue somewhere in their code...
I tried to add these lines before `$this->response->file($resized);` in app/Controller/ImgController.php: ``` $this->response->header('Expires', gmdate('r', time() + (60 * 60 * 24 * 14))); $this->response->header('Cache-Control', 'public'); ``` I can see the header...