Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when PUID/PGID are set without values: PUID= #37

Closed
I-am-PUID-0 opened this issue Aug 28, 2024 · 1 comment
Closed

Error when PUID/PGID are set without values: PUID= #37

I-am-PUID-0 opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@I-am-PUID-0
Copy link
Owner

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: ''

@I-am-PUID-0 I-am-PUID-0 added the bug Something isn't working label Aug 28, 2024
@I-am-PUID-0 I-am-PUID-0 self-assigned this Aug 28, 2024
@I-am-PUID-0 I-am-PUID-0 moved this to In Progress in @I-am-PUID-0's DMB Roadmap Aug 28, 2024
@I-am-PUID-0
Copy link
Owner Author

Resolved w/ Version [4.1.0]

@github-project-automation github-project-automation bot moved this from In Progress to Done in @I-am-PUID-0's DMB Roadmap Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant