Summary:
The function requires a "message" parameter but none was provided can be seen when i tried to run the pipeline on anvil server
Debug logs
ERROR (43360) file:///C:/Users/zadmin/Desktop/zetaforge_repository/ZetaForge/frontend/server/middleware.ts:13:12: Server returned an error at path: executePipeline
err: {
"type": "MissingParameterError",
"message": "The function requires a "message" parameter but none was provided.",
"stack":
MissingParameterError: The function requires a "message" parameter but none was provided.
at C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\node_modules\isomorphic-git\index.cjs:5491:17
at C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\node_modules\isomorphic-git\index.cjs:1026:16
"caller": "git.commit",
"name": "MissingParameterError",
"code": "MissingParameterError",
"data": {
"parameter": "message"
}
}
[10:52:51.384] ERROR (43360) <specBuilder (file:///C:/Users/zadmin/Desktop/zetaforge_repository/ZetaForge/frontend/server/fileSystem.js:67:18)>: ENOENT: no such file or directory, stat 'C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\core\blocks\hf-image-classification\specs.json
Expected behavior:
The pipeline should run properly and provide the image on the basis of the prompt provided to the model
Actual behavior:
Getting the error
The function requires a "message" parameter but none was provided

Steps to reproduce:
- Load the flux pipeline
- Configure anvil server details on anvil configuration
- Press run button
Zetaforge version:
0.4.3 (latest master)
Operating System
Windows
Other operating system:
No response
Logs:
ERROR (43360) <file:///C:/Users/zadmin/Desktop/zetaforge_repository/ZetaForge/frontend/server/middleware.ts:13:12>: Server returned an error at path: executePipeline
err: {
"type": "MissingParameterError",
"message": "The function requires a \"message\" parameter but none was provided.",
"stack":
MissingParameterError: The function requires a "message" parameter but none was provided.
at C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\node_modules\isomorphic-git\index.cjs:5491:17
at C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\node_modules\isomorphic-git\index.cjs:1026:16
"caller": "git.commit",
"name": "MissingParameterError",
"code": "MissingParameterError",
"data": {
"parameter": "message"
}
}
Recording:
No response
Anything else?:
No response
Summary:
The function requires a "message" parameter but none was provided can be seen when i tried to run the pipeline on anvil server
Debug logs
ERROR (43360) file:///C:/Users/zadmin/Desktop/zetaforge_repository/ZetaForge/frontend/server/middleware.ts:13:12: Server returned an error at path: executePipeline
err: {
"type": "MissingParameterError",
"message": "The function requires a "message" parameter but none was provided.",
"stack":
MissingParameterError: The function requires a "message" parameter but none was provided.
at C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\node_modules\isomorphic-git\index.cjs:5491:17
at C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\node_modules\isomorphic-git\index.cjs:1026:16
"caller": "git.commit",
"name": "MissingParameterError",
"code": "MissingParameterError",
"data": {
"parameter": "message"
}
}
[10:52:51.384] ERROR (43360) <specBuilder (file:///C:/Users/zadmin/Desktop/zetaforge_repository/ZetaForge/frontend/server/fileSystem.js:67:18)>: ENOENT: no such file or directory, stat 'C:\Users\zadmin\Desktop\zetaforge_repository\ZetaForge\frontend\core\blocks\hf-image-classification\specs.json
Expected behavior:
The pipeline should run properly and provide the image on the basis of the prompt provided to the model
Actual behavior:
Getting the error
The function requires a "message" parameter but none was provided
Steps to reproduce:
Zetaforge version:
0.4.3 (latest master)
Operating System
Windows
Other operating system:
No response
Logs:
Recording:
No response
Anything else?:
No response