Custom script fails since v3.5 #13001
Replies: 1 comment
-
nevermind, own mistake. forgot to import something. The traceback does really not help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom script that was working perfectly pre v3.5. Now it is running endlessly. I see the following error message in the Django admin panel under failed jobs:
It looks like it can't get the name? It is being shown normally in the script list and I already re-imported it with the new GUI "Add" function.
The first part of the script:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions