Godlander / Godlander/objmc

When I run it I get this error

Open
#114 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
645
Forks
59
PR merge metrics
No merged PRs in 30d

Description

**Description**
Traceback (most recent call last):
File "C:\Users\Jonathan.DESKTOP-AJLNVG0\documents\objmc\objmc\objmc.py", line 139, in
parser.add_argument(
~~~~~~~~~~~~~~~~~~~^
"--compression",
^^^^^^^^^^^^^^^^
...<2 lines>...
default=autorotate,
^^^^^^^^^^^^^^^^^^^
)
^
File "C:\Users\Jonathan.DESKTOP-AJLNVG0\AppData\Local\Python\pythoncore-3.14-64\Lib\argparse.py", line 1549, in add_argument
raise TypeError(f'{type_func!r} is not callable')
TypeError: bool | None is not callable

**Reproduction**
I just downloaded it, and this happen after I ran it from right clicking, then tried running it by py objmc.py

**Screenshots**
N/A

**Environment:**
- Windows 11 Pro
- N / A
- Nvidia RTX 5070 PNY / i5-12400
(F3 menu contains important information)

**Additional context**
idk

Contributor guide

No contributing guide indexed for this repository

Research direction

Read objmc/objmc.py around line 139 and reproduce the traceback using the reported Python 3.14 environment. Investigate why argparse rejects the compression argument, then verify that launching the script as described completes without this TypeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.