I-am-PUID-0 / DMB

Debrid Media Bridge
MIT License
106 stars 8 forks source link

Error when RCLONE_LOG_LEVEL is not enabled #47

Closed I-am-PUID-0 closed 2 months ago

I-am-PUID-0 commented 2 months ago

Traceback (most recent call last): File "/main.py", line 4, in import riven as r File "/riven/init.py", line 1, in from . import setup, update, download, settings File "/riven_/setup.py", line 6, in logger = get_logger() ^^^^^^^^^^^^ File "/utils/logger.py", line 305, in get_logger if os.environ['RCLONE_LOG_LEVEL'] is None:


  File "<frozen os>", line 679, in __getitem__
KeyError: 'RCLONE_LOG_LEVEL
I-am-PUID-0 commented 2 months ago

Resolved w/ Version [5.0.1]