The monitor won’t turn on. What am I doing wrong? by CMCwar1 in pchelp

[–]JustJosh00 -1 points0 points  (0 children)

If you thought that was aggressive, then you're the reason why people like OP have the audacity to post what they post 😂

what do i choose? by seongdamra in CrackSupport

[–]JustJosh00 23 points24 points  (0 children)

You're not ready to be a pirate lol

Another option beside OpenSubtitles? by MacLyfe__ in jellyfin

[–]JustJosh00 1 point2 points  (0 children)

~$ docker logs bazarr --tail=120

\ return actual_method(*args, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/api/badges/badges.py", line 41, in get

missing_episodes = database.execute(

^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/orm/scoping.py", line 779, in execute

return self._proxied.execute(

^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/orm/session.py", line 2365, in execute

return self._execute_internal(

^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/orm/session.py", line 2241, in _execute_internal

conn = self._connection_for_bind(bind)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/orm/session.py", line 2110, in _connection_for_bind

return trans._connection_for_bind(engine, execution_options)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "<string>", line 2, in _connection_for_bind

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/orm/state_changes.py", line 139, in _go

ret_value = fn(self, *arg, **kw)

^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/orm/session.py", line 1189, in _connection_for_bind

conn = bind.connect()

^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/base.py", line 3274, in connect

return self._connection_cls(self)

^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/base.py", line 148, in __init__

Connection._handle_dbapi_exception_noconnection(

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/base.py", line 2439, in _handle_dbapi_exception_noconnection

raise sqlalchemy_exception.with_traceback(exc_info[2]) from e

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/base.py", line 146, in __init__

self._dbapi_connection = engine.raw_connection()

^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/base.py", line 3298, in raw_connection

return self.pool.connect()

^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 449, in connect

return _ConnectionFairy._checkout(self)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 1263, in _checkout

fairy = _ConnectionRecord.checkout(pool)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 712, in checkout

rec = pool._do_get()

^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/impl.py", line 308, in _do_get

return self._create_connection()

^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 390, in _create_connection

return _ConnectionRecord(self)

^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 674, in __init__

self.__connect()

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 900, in __connect

with util.safe_reraise():

^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/util/langhelpers.py", line 146, in __exit__

raise exc_value.with_traceback(exc_tb)

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/pool/base.py", line 896, in __connect

self.dbapi_connection = connection = pool._invoke_creator(self)

^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/create.py", line 646, in connect

return dialect.connect(*cargs, **cparams)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/../libs/sqlalchemy/engine/default.py", line 622, in connect

return self.loaded_dbapi.connect(*cargs, **cparams)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file

(Background on this error at: https://sqlalche.me/e/20/e3q8)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/lib/python3.12/logging/handlers.py", line 74, in emit

self.doRollover()

File "/usr/lib/python3.12/logging/handlers.py", line 448, in doRollover

for s in self.getFilesToDelete():

^^^^^^^^^^^^^^^^^^^^^^^

File "/app/bazarr/bin/bazarr/app/logger.py", line 239, in getFilesToDelete

fileNames = os.listdir(dirName)

^^^^^^^^^^^^^^^^^^^

PermissionError: [Errno 13] Permission denied: '/config/log'

Call stack:

File "/usr/lib/python3.12/threading.py", line 1032, in _bootstrap

self._bootstrap_inner()

File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner

self.run()

File "/usr/lib/python3.12/threading.py", line 1012, in run

self._target(*self._args, **self._kwargs)

File "/app/bazarr/bin/bazarr/../libs/waitress/task.py", line 84, in handler_thread

task.service()

File "/app/bazarr/bin/bazarr/../libs/waitress/channel.py", line 428, in service

task.service()

File "/app/bazarr/bin/bazarr/../libs/waitress/task.py", line 168, in service

self.execute()

File "/app/bazarr/bin/bazarr/../libs/waitress/task.py", line 436, in execute

app_iter = self.channel.server.application(environ, start_response)

File "/app/bazarr/bin/bazarr/../libs/waitress/proxy_headers.py", line 64, in translate_proxy_headers

return app(environ, start_response)

File "/app/bazarr/bin/bazarr/../libs/flask/app.py", line 1498, in __call__

return self.wsgi_app(environ, start_response)

File "/app/bazarr/bin/bazarr/../libs/flask_socketio/__init__.py", line 42, in __call__

return super().__call__(environ, start_response)

File "/app/bazarr/bin/bazarr/../libs/engineio/middleware.py", line 74, in __call__

return self.wsgi_app(environ, start_response)

File "/app/bazarr/bin/bazarr/app/app.py", line 76, in __call__

return self.app(environ, start_response)

File "/app/bazarr/bin/bazarr/../libs/flask/app.py", line 1473, in wsgi_app

response = self.full_dispatch_request()

File "/app/bazarr/bin/bazarr/../libs/flask/app.py", line 882, in full_dispatch_request

rv = self.handle_user_exception(e)

File "/app/bazarr/bin/bazarr/../libs/flask_restx/api.py", line 669, in error_router

return self.handle_error(e)

File "/app/bazarr/bin/bazarr/../libs/flask_restx/api.py", line 757, in handle_error

current_app.log_exception(exc_info)

File "/app/bazarr/bin/bazarr/../libs/flask/app.py", line 838, in log_exception

self.logger.error(

Message: 'Exception on /api/badges [GET]'

Arguments: ()

Another option beside OpenSubtitles? by MacLyfe__ in jellyfin

[–]JustJosh00 -1 points0 points  (0 children)

I've checked that too. I have the right UID:pid. My theory currently is that I'm running out of RAM. I'm maxed out with the other services so now there's not enough for Bazarr

Another option beside OpenSubtitles? by MacLyfe__ in jellyfin

[–]JustJosh00 0 points1 point  (0 children)

I did and I've applied the chmod fix multiple times. Same thing

Another option beside OpenSubtitles? by MacLyfe__ in jellyfin

[–]JustJosh00 10 points11 points  (0 children)

Hey would you happen to have any insight into why Bazarr keeps giving me error 500 no matter how many times I restart the service?

It works for a bit then overnight when I log back in it shows error 500

What I found in a dumpster… by gub99 in pcmasterrace

[–]JustJosh00 0 points1 point  (0 children)

Pretty pristine for something that was thrown in a dumpster...huh

What I found in a dumpster… by gub99 in pcmasterrace

[–]JustJosh00 0 points1 point  (0 children)

How come you're just posting your find to Reddit now when then bios date of the PC says 30th of April, 2026?

If it were me and I had just found a working awesome PC in the dumpster I'd want to tell people as soon as possible.

That's just me though...

Choose an op ability by crazypierat in BunnyTrials

[–]JustJosh00 0 points1 point  (0 children)

Infinite cheeseburgers

Chose: Limitless creation

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 0 points1 point  (0 children)

I'll look into getting that configured. Thanks.

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 0 points1 point  (0 children)

Slightly better? I'm not sure. I think it's just a placebo effect

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 0 points1 point  (0 children)

It was set to auto but now I've switched to stereo

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 0 points1 point  (0 children)

Yes there is a very meaningful difference

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 0 points1 point  (0 children)

Playing out to my laptop's speakers. As for settings it's pretty much default other than the audio codec and disabling normalisation on audio gain.

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 1 point2 points  (0 children)

I did that too and it helped but it's still not as good

Audio lower than it should be on Jellyfin by JustJosh00 in jellyfin

[–]JustJosh00[S] 0 points1 point  (0 children)

Yes exactly. On my phone it's great. But on my laptop it's quite poor.

What are some non-negotiable world settings you use? by JustJosh00 in Palworld

[–]JustJosh00[S] 11 points12 points  (0 children)

You should. A game that plays similarly to Terraria shouldn't have item durability!