JED
JED
Is there any reason I would be getting no output? I setup a drupal 8.4.5 locally and when I run the script I get no output.
@Rall3n I am getting this issue as well. Same issue where there isn't any error logs for the crash. But I did observe GOG saying plugin not responding then the...
Looks like the plugin isn't responding to the heartbeat check: ``` log 2022-08-14 12:45:31.586 [Information][ (0)] [TID 2086196][galaxy_client]: Finished sending presence heartbeat. 2022-08-14 12:45:47.121 [Error][ (0)] [TID 28720][galaxy_client]: Plugin -...
> Just FYI, my database is over 1G in size. Here's a breakdown of the larger tables: Lol, here I am with my 10Gig database files. I will implement your...
Hey, can you validate that adding : CREATE INDEX "FilesetEntryFilesetID" ON "FilesetEntry" ("FilesetID"); Improves the performance over the indexes already in Performance Indexes.sql. This index: CREATE INDEX "nn_FilesetentryFile" on FilesetEntry...
> @jedthe3rd Running `ANALYZE;` after your indexes eliminates the need for my indexes. Should I change my pull request to just do an analyze? It seems a little silly, but...
> I'm not in love with the idea of analyzing before each run. It's not best practice and could set a bad precedent for others looking to do something similar....
> @AxeOfMen & @jedthe3rd Do you want to include the changes here, or did you have a better fix in mind? These indexes are basically duplicates. The real solution to...
I ran into this issue as well. Adding a trailing slash to my custom transcode path breaks custom m3u streams from playing properly. In my case I am running on...
This can be resolved by deleting the library.db-journal file, if it exists, after shutting down jellyfin. I recommended just moving it to a backup folder and seeing if jellyfin starts...