You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMB | Aug 28, 2024 21:13:44 - ERROR - Error creating system user 'DMB': invalid literal for int() with base 10: ''
DMB | Traceback (most recent call last):
DMB | File "/main.py", line 143, in
DMB | main()
DMB | File "/main.py", line 69, in main
DMB | user_management.create_system_user()
DMB | File "/utils/user_management.py", line 33, in create_system_user
DMB | user_id = int(os.getenv('PUID', 1001))
DMB | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DMB | ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered:
DMB | Aug 28, 2024 21:13:44 - ERROR - Error creating system user 'DMB': invalid literal for int() with base 10: ''
DMB | Traceback (most recent call last):
DMB | File "/main.py", line 143, in
DMB | main()
DMB | File "/main.py", line 69, in main
DMB | user_management.create_system_user()
DMB | File "/utils/user_management.py", line 33, in create_system_user
DMB | user_id = int(os.getenv('PUID', 1001))
DMB | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DMB | ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered: