Skip to content

/home/steph/Projects/AgileCoder/agilecoder/components/phase.py", line 437, in extract_pl_framework_text text = match.group(1).strip() #5

@svanschalkwyk

Description

@svanschalkwyk

(agile_coder) steph@lucy:~/Projects$ agilecoder --task "Create a Caro game in Python"

Traceback (most recent call last):
File "/home/steph/miniconda3/envs/agile_coder/bin/agilecoder", line 33, in
sys.exit(load_entry_point('agilecoder', 'console_scripts', 'agilecoder')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/steph/Projects/AgileCoder/agilecoder/cli.py", line 24, in main
run_task(args)
^^^^^^^^^^^^^^
File "/home/steph/Projects/AgileCoder/agilecoder/run_api.py", line 114, in run_task
chat_chain.execute_chain()
File "/home/steph/Projects/AgileCoder/agilecoder/components/chat_chain.py", line 165, in execute_chain
self.execute_step(phase_item)
File "/home/steph/Projects/AgileCoder/agilecoder/components/chat_chain.py", line 135, in execute_step
self.chat_env = self.phases[phase].execute(self.chat_env,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/steph/Projects/AgileCoder/agilecoder/components/phase.py", line 322, in execute
chat_env = self.update_chat_env(chat_env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/steph/Projects/AgileCoder/agilecoder/components/phase.py", line 355, in update_chat_env
programming_languages = extract_pl_framework_text(self.seminar_conclusion, "Programming languages").strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/steph/Projects/AgileCoder/agilecoder/components/phase.py", line 437, in extract_pl_framework_text
text = match.group(1).strip()
^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'group'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions