Cannot Create New Pipeline
See original GitHub issueI 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:
- Created a year ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you! Also loved the talk you gave here: https://www.youtube.com/watch?v=6Iyt9Wip3C4
@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)