You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been getting a lot of these errors in my logs and I don't really know why or how.
ERROR: unlink(/var/www/removed/storage/framework/cache/imdb_cache/title.tt17235912): No such file or directory at vendor/imdbphp/imdbphp/src/Imdb/Cache.php:137
It tries to delete a file that's not there so I am wondering where this unlink request would come from. Like where would it get the title.tt17235912 filename if it doesn't exist on disk?
The text was updated successfully, but these errors were encountered:
I suppose if you started two requests using imdbphp at the same time they'd have a fight over deleting old files in the cache folder.
I created an issue for limiting cache purge frequency 9 years ago but i/nobody ever did it :D #6 flock might help, but that sounds like it's a got a lot of footguns
Been getting a lot of these errors in my logs and I don't really know why or how.
ERROR: unlink(/var/www/removed/storage/framework/cache/imdb_cache/title.tt17235912): No such file or directory at vendor/imdbphp/imdbphp/src/Imdb/Cache.php:137
It tries to delete a file that's not there so I am wondering where this unlink request would come from. Like where would it get the
title.tt17235912
filename if it doesn't exist on disk?The text was updated successfully, but these errors were encountered: