question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot Create New Pipeline

See original GitHub issue

I have a project running with:

  • mage start
  • mage version 0.3.4
  • windows machine using WSL

I seem to be unable to create a new pipeline. I can press the new pipeline button on the UI and refresh the page so it appears, but then I get the error:

Traceback (most recent call last):

  File "/mnt/c/Users/path_to/venv/lib/python3.7/site-packages/tornado/web.py", line 1702, in _execute

    result = method(*self.path_args, **self.path_kwargs)

  File "/mnt/c/Users/path_to/venv/lib/python3.7/site-packages/mage_ai/server/server.py", line 111, in get

    pipeline = Pipeline.get(pipeline_uuid)

  File "/mnt/c/Users/path_to/venv/lib/python3.7/site-packages/mage_ai/data_preparation/models/pipeline.py", line 137, in get

    return Pipeline(uuid)

  File "/mnt/c/Users/path_to/venv/lib/python3.7/site-packages/mage_ai/data_preparation/models/pipeline.py", line 38, in __init__

    self.load_config_from_yaml()

  File "/mnt/c/Users/path_to/venv/lib/python3.7/site-packages/mage_ai/data_preparation/models/pipeline.py", line 247, in load_config_from_yaml

    self.load_config(self.get_config_from_yaml())

  File "/mnt/c/Users/path_to/venv/lib/python3.7/site-packages/mage_ai/data_preparation/models/pipeline.py", line 269, in load_config

    blocks = [build_shared_args_kwargs(c, Block) for c in self.block_configs]

TypeError: 'NoneType' object is not iterable

'NoneType' object is not iterable

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
connorjolearycommented, Sep 1, 2022

Thank you! Also loved the talk you gave here: https://www.youtube.com/watch?v=6Iyt9Wip3C4

1reaction
tommydangerouscommented, Sep 3, 2022

@connorjoleary we fixed this 3 days ago.

If for some miraculous reason it happens again, please ping me here or on Slack (www.mage.ai/chat)

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot create new pipeline even being admin
can't see “Create/New pipeline” option in pipelines “All” tab . used to work fine before. checked i am project admin as well. Azure...
Read more >
Cannot create pipeline - Bitbucket - Atlassian Community
This happens for me as well. I create the pipeline via the Pipelines tab and then it is immediately marked as invalid and...
Read more >
[backend] Cannot create new pipeline or upload new version ...
Steps to reproduce. Previously, everything looks fine. But all of a sudden, couldn't upload pipelines or create pipelines either from UI or from ......
Read more >
Cannot create new Pipeline using Az DevOps Pipelines API ...
I'm able to reproduce your issue on my side, and have reported this issue at website below:.
Read more >
Set pipeline permissions - Azure Pipelines - Microsoft Learn
Why can't I create a new pipeline? ... You need edit build pipeline permissions to create a new pipeline. To add the permission,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found