3nprob

Results 180 comments of 3nprob

@bloeper regardless, no need to run multiple jobs; there is no 1-to-1 between nomad jobs and consul services or anything like that.

Similar experience here (very high CPU load and context switching) on 2.3.7 through 2.4.2. Unfortunately we're relying on recently introduced configuration, so can not roll back to test 2.1.9. One...

Same (crashes every startup) on 10.8.3 upgraded from 10.7.7. Using [jellyfin-plugin-ldapauth](https://github.com/jellyfin/jellyfin-plugin-ldapauth). ``` [06:52:03] [FTL] [1] Main: Error while starting server. System.ArgumentNullException: Value cannot be null. (Parameter 'passwordResetProviderId') at Jellyfin.Data.Entities.User..ctor(String username,...

Somehow there was a user with empty `PasswordResetProvider` in the db: ``` $ sqlite3 jellyfin.db "select count(1) from Users where PasswordResetProviderId = '';" 1 ``` This solved it (make sure...

Looks like duplicate of #259

@adamcik The error here looks different from that (ie was still present before the ongoing, note it was reported in Jan)

Cheers somehow missed that one :)

Testing with Iris; Seems seamless :raised_hands:

FWIW added some tests @ https://github.com/kingosticks/mopidy-spotify/pull/5 to make codecov happy

Once codecov is green I guess this is ready for review @kingosticks ? Or anything else you can think of that you want to have addressed first? Considering that latest...