forked from KnowvationLearningsPvtLtd/InnoFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow_debug.log
More file actions
148 lines (148 loc) · 9.72 KB
/
Copy pathworkflow_debug.log
File metadata and controls
148 lines (148 loc) · 9.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Executing Node 5 (text_input) with input: ...
Node 5 executed successfully. Output: ...
Executing Node 6 (huggingface_summarization) with input: This is a sample text to summarize....
Node 6 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 7 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 7 executed successfully. Output: TTS audio generated successfully...
Executing Node 5 (text_input) with input: ...
Node 5 executed successfully. Output: Hello, World!...
Executing Node 6 (huggingface_summarization) with input: This is a sample text to summarize....
Node 6 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 7 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 7 executed successfully. Output: TTS audio generated successfully...
Critical workflow error: Cannot resolve keyword 'is_enabled' into field. Choices are: config, id, incoming_connections, order, outgoing_connections, type, workflow, workflow_id
Traceback (most recent call last):
File "C:\Users\lonel\Desktop\InnoFlow\workflows\tasks.py", line 14, in run_workflow
executor.execute_workflow()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\lonel\Desktop\InnoFlow\workflows\execution.py", line 31, in execute_workflow
nodes = Node.objects.filter(
~~~~~~~~~~~~~~~~~~~^
workflow=self.execution.workflow,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
is_enabled=True
^^^^^^^^^^^^^^^
).order_by('order')
^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\manager.py", line 87, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\query.py", line 1476, in filter
return self._filter_or_exclude(False, args, kwargs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\query.py", line 1494, in _filter_or_exclude
clone._filter_or_exclude_inplace(negate, args, kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\query.py", line 1501, in _filter_or_exclude_inplace
self._query.add_q(Q(*args, **kwargs))
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1609, in add_q
clause, _ = self._add_q(q_object, self.used_aliases)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1641, in _add_q
child_clause, needed_inner = self.build_filter(
~~~~~~~~~~~~~~~~~^
child,
^^^^^^
...<7 lines>...
update_join_types=update_join_types,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1491, in build_filter
lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1303, in solve_lookup_type
_, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1768, in names_to_path
raise FieldError(
...<2 lines>...
)
django.core.exceptions.FieldError: Cannot resolve keyword 'is_enabled' into field. Choices are: config, id, incoming_connections, order, outgoing_connections, type, workflow, workflow_id
Executing Node 5 (text_input) with input: ...
Node 5 executed successfully. Output: Hello, World!...
Executing Node 6 (huggingface_summarization) with input: This is a sample text to summarize....
Node 6 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 7 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 7 executed successfully. Output: TTS audio generated successfully...
Critical workflow error: Cannot resolve keyword 'is_enabled' into field. Choices are: config, id, incoming_connections, order, outgoing_connections, type, workflow, workflow_id
Traceback (most recent call last):
File "C:\Users\lonel\Desktop\InnoFlow\workflows\tasks.py", line 14, in run_workflow
executor.execute_workflow()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\lonel\Desktop\InnoFlow\workflows\execution.py", line 31, in execute_workflow
nodes = Node.objects.filter(
~~~~~~~~~~~~~~~~~~~^
workflow=self.execution.workflow,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
is_enabled=True
^^^^^^^^^^^^^^^
).order_by('order')
^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\manager.py", line 87, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\query.py", line 1476, in filter
return self._filter_or_exclude(False, args, kwargs)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\query.py", line 1494, in _filter_or_exclude
clone._filter_or_exclude_inplace(negate, args, kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\query.py", line 1501, in _filter_or_exclude_inplace
self._query.add_q(Q(*args, **kwargs))
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1609, in add_q
clause, _ = self._add_q(q_object, self.used_aliases)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1641, in _add_q
child_clause, needed_inner = self.build_filter(
~~~~~~~~~~~~~~~~~^
child,
^^^^^^
...<7 lines>...
update_join_types=update_join_types,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1491, in build_filter
lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1303, in solve_lookup_type
_, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta())
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lonel\Desktop\InnoFlow\.venv\Lib\site-packages\django\db\models\sql\query.py", line 1768, in names_to_path
raise FieldError(
...<2 lines>...
)
django.core.exceptions.FieldError: Cannot resolve keyword 'is_enabled' into field. Choices are: config, id, incoming_connections, order, outgoing_connections, type, workflow, workflow_id
Executing Node 5 (text_input) with input: ...
Node 5 executed successfully. Output: Hello, World!...
Executing Node 6 (huggingface_summarization) with input: This is a sample text to summarize....
Node 6 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 7 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 7 executed successfully. Output: TTS audio generated successfully...
Executing Node 5 (text_input) with input: ...
Node 5 executed successfully. Output: Hello, World!...
Executing Node 6 (huggingface_summarization) with input: This is a sample text to summarize....
Node 6 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 7 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 7 executed successfully. Output: TTS audio generated successfully...
Executing Node 12 (text_input) with input: ...
Node 12 executed successfully. Output: Hello, World!...
Executing Node 14 (huggingface_summarization) with input: This is a sample text to summarize....
Node 14 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 16 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 16 executed successfully. Output: TTS audio generated successfully...
Executing Node 5 (text_input) with input: ...
Node 5 executed successfully. Output: Hello, World!...
Executing Node 6 (huggingface_summarization) with input: This is a sample text to summarize....
Node 6 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 7 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 7 executed successfully. Output: TTS audio generated successfully...
Executing Node 12 (text_input) with input: ...
Node 12 executed successfully. Output: Hello, World!...
Executing Node 14 (huggingface_summarization) with input: This is a sample text to summarize....
Node 14 executed successfully. Output: This is a sample text to summarize. This is an exc...
Executing Node 16 (openai_tts) with input: {'result': 'Hello, World!'}...
Node 16 executed successfully. Output: TTS audio generated successfully...