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.

razorline

Members
  • Joined

  • Last visited

  1. If you do the linux VM idea let me know how that goes, i am curious on this myself since it wouldn't need a lot of cores, storage or ram to be usage.
  2. Ah gotcha. I did see a openclaw docker container that has that capability already implemented and wasn't sure how that would work. Thank you though!
  3. Also Has anyone added a browser to the docker? I'm trying to get this to work but I have no idea what to do to get this going. Anyone else got it to work?
  4. Has anyone added a browser to the docker? I'm trying to get this to work but I have no idea what to do to get this going. Anyone else got it to work? I ended up using imap and it works better. I kinda gave up on gog since it kept getting disconnected.
  5. yes right now the issue is known. Here is a link to where it can be fixed. https://github.com/openclaw/openclaw/pull/17296 Mostly just downgrade back to the previous version. I have no idea how so i hope someone to help with that!
  6. I am trying to set up gog for google and the auth url it wants me to use doesn't work since its not from the same instance, is there a work around for this?
  7. Thank you for the confirmation. Stinks the first disk i buy its DOA. Ill try a new cord but i don't think thats it, they was working with a lower TB HDD i was replacing.
  8. Good afternoon, I recently picked up a referb HDD and for some reason, the system can not read it, Here are the logs of what i am able to get. I wanted some opinions on if this is fixable or just a DOA drive. I plan on shipping it off tomorrow if it can not be fixed. Let me know what you think. When i go into Attrubutes, i get this error /dev/ Unable to detect device type According to SMART i get this error. Use smartctl -h to get a usage summary below is what i get when i run the command. == START OF INFORMATION SECTION === Device Model: HUH721212ALE601 Serial Number: 8DJXEL7Y LU WWN Device Id: 5 000cca 253e91c68 Firmware Version: LEGL0002 User Capacity: 12,000,138,625,024 bytes [12.0 TB] Sector Size: 512 bytes logical/physical Rotation Rate: 7200 rpm Form Factor: 3.5 inches Device is: Not in smartctl database 7.3/5528 ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Fri Jul 19 19:10:00 2024 PDT SMART support is: Available - device has SMART capability. SMART support is: Enabled AAM feature is: Unavailable APM feature is: Disabled Rd look-ahead is: Enabled Write cache is: Enabled DSN feature is: Unavailable ATA Security is: Disabled, NOT FROZEN [SEC1] Write SCT (Get) Feature Control Command failed: scsi error badly formed scsi parameters Wt Cache Reorder: Unknown (SCT Feature Control command failed) Read SMART Data failed: scsi error badly formed scsi parameters === START OF READ SMART DATA SECTION === SMART Status command failed: scsi error badly formed scsi parameters SMART overall-health self-assessment test result: UNKNOWN! SMART Status, Attributes and Thresholds cannot be read. Read SMART Log Directory failed: scsi error badly formed scsi parameters ATA_READ_LOG_EXT (addr=0x00:0x00, page=0, n=1) failed: scsi error badly formed scsi parameters Read GP Log Directory failed SMART Extended Comprehensive Error Log (GP Log 0x03) not supported Read SMART Error Log failed: scsi error badly formed scsi parameters SMART Extended Self-test Log (GP Log 0x07) not supported Read SMART Self-test Log failed: scsi error badly formed scsi parameters Selective Self-tests/Logging not supported SCT Status Version: 3 SCT Version (vendor specific): 256 (0x0100) Device State: Active (0) Current Temperature: 0 Celsius Power Cycle Min/Max Temperature: -3/ 3 Celsius Lifetime Min/Max Temperature: 0/ 0 Celsius Under/Over Temperature Limit Count: 0/0 Write SCT Data Table failed: scsi error badly formed scsi parameters Read SCT Temperature History failed Write SCT (Get) Error Recovery Control Command failed: scsi error badly formed scsi parameters SCT (Get) Error Recovery Control command failed Device Statistics (GP/SMART Log 0x04) not supported Pending Defects log (GP Log 0x0c) not supported ATA_READ_LOG_EXT (addr=0x11:0x00, page=0, n=1) failed: scsi error badly formed scsi parameters Read SATA Phy Event Counters failed
  9. Getting a odd issue. Just installed it and set up the file permissions. This is what i get. Can't launch the WebUI. Starting web ui [2024-02-28 17:08:16,889] DEBUG ARM: __init__.<module> Debugging pin: 12345 [2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_alembic_get Alembic Head is: 469d88477c13 [2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_db_check Database file is not present: /home/arm/db/arm.db [2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_db_cfg No armui cfg setup [2024-02-28 17:08:16,974] INFO ARM: utils.check_db_version No database found. Initializing arm.db... Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 145, in __init__ self._dbapi_connection = engine.raw_connection() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3288, in raw_connection return self.pool.connect() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 452, in connect return _ConnectionFairy._checkout(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 1267, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 716, in checkout rec = pool._do_get() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/impl.py", line 284, in _do_get return self._create_connection() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 393, in _create_connection return _ConnectionRecord(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 678, in __init__ self.__connect() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 903, in __connect pool.logger.debug("Error on connect(): %s", e) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 147, in __exit__ raise exc_value.with_traceback(exc_tb) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 898, in __connect self.dbapi_connection = connection = pool._invoke_creator(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 637, in connect return dialect.connect(*cargs, **cparams) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/default.py", line 615, in connect return self.loaded_dbapi.connect(*cargs, **cparams) sqlite3.OperationalError: unable to open database file The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/arm/arm/runui.py", line 8, in <module> import arm.config.config as cfg # noqa E402 File "/opt/arm/arm/../arm/__init__.py", line 2, in <module> import arm.ripper File "/opt/arm/arm/../arm/ripper/__init__.py", line 3, in <module> from arm.ripper import logger, utils, makemkv, handbrake, identify, ARMInfo # noqa F401 File "/opt/arm/arm/../arm/ripper/utils.py", line 24, in <module> from arm.ui import db # needs to be imported before models File "/opt/arm/arm/../arm/ui/__init__.py", line 66, in <module> from arm.ui.database.database import route_database # noqa: E402,F811 File "/opt/arm/arm/../arm/ui/database/database.py", line 28, in <module> armui_cfg = ui_utils.arm_db_cfg() File "/opt/arm/arm/../arm/ui/utils.py", line 206, in arm_db_cfg check_db_version(cfg.arm_config['INSTALLPATH'], cfg.arm_config['DBFILE']) File "/opt/arm/arm/../arm/ui/utils.py", line 88, in check_db_version flask_migrate.upgrade(mig_dir) File "/usr/local/lib/python3.8/dist-packages/flask_migrate/__init__.py", line 111, in wrapped f(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/flask_migrate/__init__.py", line 200, in upgrade command.upgrade(config, revision, sql=sql, tag=tag) File "/usr/local/lib/python3.8/dist-packages/alembic/command.py", line 399, in upgrade script.run_env() File "/usr/local/lib/python3.8/dist-packages/alembic/script/base.py", line 578, in run_env util.load_python_file(self.dir, "env.py") File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 93, in load_python_file module = load_module_py(module_id, path) File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 109, in load_module_py spec.loader.exec_module(module) # type: ignore File "/opt/arm/arm/migrations/env.py", line 89, in <module> run_migrations_online() File "/opt/arm/arm/migrations/env.py", line 73, in run_migrations_online connection = engine.connect() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3264, in connect return self._connection_cls(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 147, in __init__ Connection._handle_dbapi_exception_noconnection( File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 2426, in _handle_dbapi_exception_noconnection raise sqlalchemy_exception.with_traceback(exc_info[2]) from e File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 145, in __init__ self._dbapi_connection = engine.raw_connection() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3288, in raw_connection return self.pool.connect() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 452, in connect return _ConnectionFairy._checkout(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 1267, in _checkout fairy = _ConnectionRecord.checkout(pool) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 716, in checkout rec = pool._do_get() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/impl.py", line 284, in _do_get return self._create_connection() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 393, in _create_connection return _ConnectionRecord(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 678, in __init__ self.__connect() File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 903, in __connect pool.logger.debug("Error on connect(): %s", e) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 147, in __exit__ raise exc_value.with_traceback(exc_tb) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 898, in __connect self.dbapi_connection = connection = pool._invoke_creator(self) File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 637, in connect return dialect.connect(*cargs, **cparams) ... (4 lines left)

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.