Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

qw3r7yju4n

Members
  • Joined

  • Last visited

Everything posted by qw3r7yju4n

  1. Although its not as verbose it is restoring. Thanks a million for this container
  2. looks like Restore Posters is hanging. I can see the log start but nothing happens
  3. Ok so I looked and changed config item that effectively disables the 4k script and viola shes off and running. first run in over a month. but the TZ is being stet twice on Unraid. Not sure what you have to do with that but yeah.
  4. Ok I changed the settings. Set my TZ in the variable you provide and now the Webui is working and the scripts show logging but 4k script starts and immeadiately finishes. The TZ variable is being applied twice once in the run command and once in the compose.
  5. Not sure where that would happen. Im running unraid 6.9.2
  6. Updated last night and now nothing works. The WebUI and the 2 scripts that were running are not. It boots and spits errors and shutsdown. Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run self.sleep() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep ready = select.select([self.PIPE[0]], [], [], 1.0) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld self.reap_workers() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/gunicorn", line 8, in <module> sys.exit(run()) File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 67, in run WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 231, in run super().run() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run Arbiter(self).run() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run self.halt(reason=inst.reason, exit_status=inst.exit_status) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt self.stop() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop time.sleep(0.1) File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld self.reap_workers() File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> 2021-11-10 07:01:42,115 INFO exited: gunicorn (exit status 1; not expected) 2021-11-11 17:14:15,580 WARN received SIGTERM indicating exit request /usr/lib/python2.7/dist-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security. 'Supervisord is running as root and it is searching ' 2021-11-11 17:14:16,224 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. 2021-11-11 17:14:16,224 INFO Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing 2021-11-11 17:14:16,232 INFO RPC interface 'supervisor' initialized 2021-11-11 17:14:16,232 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2021-11-11 17:14:16,232 INFO supervisord started with pid 1 2021-11-11 17:14:17,234 INFO spawned: 'nginx' with pid 9 2021-11-11 17:14:17,235 INFO spawned: 'gunicorn' with pid 10 2021-11-11 17:14:17,320 INFO success: nginx entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2021-11-11 17:14:17,320 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2021-11-11 17:14:17,320 INFO exited: nginx (exit status 0; expected) [2021-11-11 17:14:17 +0000] [10] [INFO] Starting gunicorn 20.1.0 [2021-11-11 17:14:17 +0000] [10] [INFO] Listening at: http://0.0.0.0:5000 (10) [2021-11-11 17:14:17 +0000] [10] [INFO] Using worker: sync [2021-11-11 17:14:17 +0000] [28] [INFO] Booting worker with pid: 28 [2021-11-11 17:14:17 +0000] [29] [INFO] Booting worker with pid: 29 [2021-11-11 17:14:17 +0000] [30] [INFO] Booting worker with pid: 30 [2021-11-11 17:14:17 +0000] [31] [INFO] Booting worker with pid: 31 [2021-11-11 17:14:18 +0000] [29] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app mod = importlib.import_module(module) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/main.py", line 1, in <module> from app import app File "/app/app/__init__.py", line 106, in <module> scheduler = APScheduler() File "/usr/local/lib/python3.9/site-packages/flask_apscheduler/scheduler.py", line 38, in __init__ self._scheduler = scheduler or BackgroundScheduler() File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 87, in __init__ self.configure(gconfig, **options) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 131, in configure self._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/background.py", line 29, in _configure super(BackgroundScheduler, self)._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 702, in _configure self.timezone = astimezone(config.pop('timezone', None)) or get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 203, in get_localzone _cache_tz = _get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 161, in _get_localzone tzenv = utils._tz_from_env() File "/usr/local/lib/python3.9/site-packages/tzlocal/utils.py", line 122, in _tz_from_env raise ZoneInfoNotFoundError( tzlocal.utils.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like %s. \nPlease use a timezone in the form of Continent/City' [2021-11-11 17:14:18 +0000] [29] [INFO] Worker exiting (pid: 29) [2021-11-11 17:14:18 +0000] [28] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app mod = importlib.import_module(module) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/main.py", line 1, in <module> from app import app File "/app/app/__init__.py", line 106, in <module> scheduler = APScheduler() File "/usr/local/lib/python3.9/site-packages/flask_apscheduler/scheduler.py", line 38, in __init__ self._scheduler = scheduler or BackgroundScheduler() File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 87, in __init__ self.configure(gconfig, **options) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 131, in configure self._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/background.py", line 29, in _configure super(BackgroundScheduler, self)._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 702, in _configure self.timezone = astimezone(config.pop('timezone', None)) or get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 203, in get_localzone _cache_tz = _get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 161, in _get_localzone tzenv = utils._tz_from_env() File "/usr/local/lib/python3.9/site-packages/tzlocal/utils.py", line 122, in _tz_from_env raise ZoneInfoNotFoundError( tzlocal.utils.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like %s. \nPlease use a timezone in the form of Continent/City' [2021-11-11 17:14:18 +0000] [28] [INFO] Worker exiting (pid: 28) [2021-11-11 17:14:18 +0000] [30] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app mod = importlib.import_module(module) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/main.py", line 1, in <module> from app import app File "/app/app/__init__.py", line 106, in <module> scheduler = APScheduler() File "/usr/local/lib/python3.9/site-packages/flask_apscheduler/scheduler.py", line 38, in __init__ self._scheduler = scheduler or BackgroundScheduler() File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 87, in __init__ self.configure(gconfig, **options) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 131, in configure self._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/background.py", line 29, in _configure super(BackgroundScheduler, self)._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 702, in _configure self.timezone = astimezone(config.pop('timezone', None)) or get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 203, in get_localzone _cache_tz = _get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 161, in _get_localzone tzenv = utils._tz_from_env() File "/usr/local/lib/python3.9/site-packages/tzlocal/utils.py", line 122, in _tz_from_env raise ZoneInfoNotFoundError( tzlocal.utils.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like %s. \nPlease use a timezone in the form of Continent/City' [2021-11-11 17:14:18 +0000] [30] [INFO] Worker exiting (pid: 30) [2021-11-11 17:14:18 +0000] [31] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app mod = importlib.import_module(module) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/main.py", line 1, in <module> from app import app File "/app/app/__init__.py", line 106, in <module> scheduler = APScheduler() File "/usr/local/lib/python3.9/site-packages/flask_apscheduler/scheduler.py", line 38, in __init__ self._scheduler = scheduler or BackgroundScheduler() File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 87, in __init__ self.configure(gconfig, **options) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 131, in configure self._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/background.py", line 29, in _configure super(BackgroundScheduler, self)._configure(config) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/base.py", line 702, in _configure self.timezone = astimezone(config.pop('timezone', None)) or get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 203, in get_localzone _cache_tz = _get_localzone() File "/usr/local/lib/python3.9/site-packages/tzlocal/unix.py", line 161, in _get_localzone tzenv = utils._tz_from_env() File "/usr/local/lib/python3.9/site-packages/tzlocal/utils.py", line 122, in _tz_from_env raise ZoneInfoNotFoundError( tzlocal.utils.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like %s. \nPlease use a timezone in the form of Continent/City' [2021-11-11 17:14:18 +0000] [31] [INFO] Worker exiting (pid: 31) [2021-11-11 17:14:18 +0000] [10] [WARNING] Worker with pid 30 was terminated due to signal 15 [2021-11-11 17:14:18 +0000] [10] [WARNING] Worker with pid 28 was terminated due to signal 15 [2021-11-11 17:14:18 +0000] [10] [WARNING] Worker with pid 31 was terminated due to signal 15 [2021-11-11 17:14:18 +0000] [10] [INFO] Shutting down: Master [2021-11-11 17:14:18 +0000] [10] [INFO] Reason: Worker failed to boot. 2021-11-11 17:14:18,189 INFO exited: gunicorn (exit status 3; not expected)
  7. I don't think so. Looks like its been down since the UI update. I cant get 4k posters to work
  8. Mines not running. I press the button the error shows and the 4k poster script doesnt run. Just got Dune and it did not update the poster
  9. Thank god its not only me
  10. Error 2021-10-19 06:45:59,668 - app - ERROR - Exception on /posters4k [GET] Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 2070, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request return self.finalize_request(rv) File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1535, in finalize_request response = self.make_response(rv) File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1698, in make_response raise TypeError( TypeError: The view function for 'run_posters4k' did not return a valid response. The function either returned None or ended without a return statement. Set new movies path, too. This is coming from system logs. Any ideas as to what this means?
  11. How do you pipe the credentials? I have them in a file with the ovpn. What should i name the creds file?
  12. I cannot get the "press any key" prompt to come up when booting a new Windows VM. Any ideas? No special config. I just want a quad core vm available

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.