Tim Galvin
03/22/2024, 3:36 AMTask Run
tab in a Flow Run
... Nothing happens.
Normally it would task me to a UI page of a specific task run, and as it runs the logs specific to that task are shown. At the moment it is just sitting there, doing nothing.
I have tried across a couple of different browsers, but the same result. I am not seeing anything too obvious in the debugger panel either.Craig Harshbarger
03/22/2024, 2:15 PMTim Galvin
03/22/2024, 2:39 PMTim Galvin
03/22/2024, 2:43 PMTypeError: right-hand side of 'in' should be an object, got undefined
Uoe <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
sL <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
q <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
index-HS7BEnlJ.js:27:21681
Tim Galvin
03/22/2024, 2:51 PMTypeError: right-hand side of 'in' should be an object, got undefined
Uoe <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
sL <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
q <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
index-HS7BEnlJ.js:27:21681
Uncaught (in promise) TypeError: i.transform is null
addChild <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:659>
g <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:1309>
W <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:1309>
y <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:1309>
Z <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:1309>
8 index-HS7BEnlJ.js:659:27742
The second error i.transform is null
seems to be happening as I switch tabs when in a flow run. The first error right-hand side of 'in'
seems to be happening whenever I click on a running task run that I want to see the specifics ofTim Galvin
03/22/2024, 2:53 PMCraig Harshbarger
03/22/2024, 4:44 PMCraig Harshbarger
03/22/2024, 5:12 PMTim Galvin
03/23/2024, 3:56 AMTim Galvin
03/23/2024, 3:56 AMTim Galvin
03/23/2024, 10:07 AMThis page is in Quirks Mode. Page layout may be impacted. For Standards Mode use "<!DOCTYPE html>". index-HS7BEnlJ.js
TypeError: h is undefined
sL <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
promise callback*sL/< <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
runWithContext <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:19>
D <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
Ae <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
promise callback*Qoe/Ae/< <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
Ae <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
q <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
promise callback*q <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
B <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
N <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
install <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:27>
use <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:19>
WXt <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:1314>
<anonymous> <http://jones.it.csiro.au:4200/assets/index-HS7BEnlJ.js:1314>
index-HS7BEnlJ.js:27:21681
And the UI remains in this stateCraig Harshbarger
03/26/2024, 4:23 PMTim Galvin
03/27/2024, 10:21 AMTim Galvin
03/27/2024, 10:45 AMCraig Harshbarger
03/27/2024, 9:13 PMTim Galvin
03/28/2024, 3:38 AMCraig Harshbarger
03/28/2024, 2:23 PMpip install -U prefect
to get the latest prefect (2.16.6)
3. Served the following flow
@task
def my_task() -> None:
pass
@flow
def my_flow() -> None:
my_task()
pass
if __name__ == "__main__":
my_flow.serve(__file__)
4. Created a run of the flow via the ui
5. Navigated to that run in the ui
6. Navigated to the tasks tab
7. Clicked on the task
8. Was taken to the task page successfully.
If you can provide a minimum test case that reproduces the issue you're seeing that would be helpful. Perhaps there is some slight difference in your setup compared to mine.Tim Galvin
03/28/2024, 3:25 PMCraig Harshbarger
03/28/2024, 5:16 PMTim Galvin
03/29/2024, 1:25 PMCraig Harshbarger
03/29/2024, 2:55 PMTim Galvin
03/30/2024, 3:01 AM