Squashed 'temp-repo/' content from commit 6688605

git-subtree-dir: temp-repo
git-subtree-split: 6688605ad41f49d1eccead8d29421c658cad0100
This commit is contained in:
gribse 2025-10-06 19:14:58 +02:00
commit ecdfa2f7c4
1258 changed files with 42112 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Des errurs lorque jessaie de pull une image docker :
ERROR: Get "https://registry-1.docker.io/v2/": context deadline exceeded
ERROR: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

View file

@ -0,0 +1,36 @@
---
type: problem
---
# Problem
When I try to scan the /movies library, it fails with this in the log :
```
[13:43:24] [ERR] [50] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
System.IO.FileNotFoundException: Can't find item path.
File name: '/movies/Pok<6F>mon.Detective.Pikachu.2019.720p.BluRay.x264-[YTS.LT].mp4'
at Emby.Server.Implementations.Library.ResolverHelper.SetInitialItemValues(BaseItem item, Folder parent, ILibraryManager libraryManager, IDirectoryService directoryService)
at Emby.Server.Implementations.Library.LibraryManager.ResolvePaths(IEnumerable`1 files, IDirectoryService directoryService, Folder parent, LibraryOptions libraryOptions, String collectionType, IItemResolver[] resolvers)
at Emby.Server.Implementations.Library.LibraryManager.ResolvePaths(IEnumerable`1 files, IDirectoryService directoryService, Folder parent, LibraryOptions libraryOptions, String collectionType)
at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
```
The pokemon movie does not exist anymore.
# What I tried
## Deleting the movie
But I cant find it. Maybe it's in the db but not in the files ?
A link said a refresh should correct this issue. Maybe it doesn't because there a "é" in the name ?
## Recreating a fresh install of jellyfin
I created jellyfin2
Same problem. So should not be a db issue, i guess. Where is it getting the pokemon idea from ?
# Solution
created empty text files with the exact name found in the logs so it could go though the import process. I cannot delete the movies from jellyfin though, or else it breaks again.

View file

@ -0,0 +1,4 @@
permission delied erros répétées en boucle sa s action sur la bdd
May 2015 Fsync Permissions Bug - PostgreSQL wiki
https://wiki.postgresql.org/wiki/May\_2015\_Fsync\_Permissions\_Bug

View file

@ -0,0 +1,15 @@
# Problem
my docker compose installation og gitea is not working, I am getting this error :
```
Error: Error 1045 (28000): Access denied for user 'gitea'@'172.24.0.12' (using password: YES)"
```
# Solution
yosifikit on github :
> Have you changed the passwords since you first tried running the containers? docker-compose does extra work to preserve volumes between runs (thus preserving the database); you may want to try `docker-compose rm -v` to delete everything and try starting it up again.
sourece : https://github.com/docker-library/mysql/issues/51
et ça marche ! au bout d'1 heure ! hurray