Python tool and macro with python tool : error 404 Not found
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm using Alteryx 2019.2.
I have an issue with the python tool displaying a "404 Not Found" error instead of the notebook.
Step to reproduce :
1- create a macro using the python tool component and save it. (up to here no problem)
2- create a new workflow and add a python tool component. write some code for it. (still no problem here)
3- add an instance of the macro you created to the workflow. Here you can see the start of the problem. If you go to the python tool it displays the notebook but the code disappeared for the default code !
4- save your workflow and open it again. The notebook of the python tool doesn't even display any more. error 404.
Has anybody a way to avoid that bug ?
Thanks,
Franck
- Labels:
- Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @bettingf
I've tried to recreate the issue that you have in several different ways, with no luck. Perhaps its a version dependent issue. I'm on 2020.2.2.27092. What version are you running.
Can you reproduce the error from scratch?
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Dan,
Yes I can reproduce the issue from scratch following the steps I described (or loading any other macro that contains a python component in the steps, not just the one I attached to the message as an example). Did you try to load the attached workflow ? What does it say for you ?
I'm using Alteryx 2019.2.8.18607. As far as I read there are even more issues with the python module on more recent versions, so I'm surprised you cannot reproduce that.
Thanks,
Franck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This happens to me too, every time I load up a workflow that is stored locally on my desktop. It doesn't happen if I leave the tool in production mode. If I leave it in production mode but then try to switch it to the notebook I get a 404 error. This is very annoying and I have to recreate the tool (keep the code stored in a comment bubble) every time I load up the workflow.
I am on 2020.3.9.30296
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Did you find a resolution to this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The way I resolved this: make sure that "Disable Auto Configure" is unchecked in your User Settings.
