Querying Podcastfy Local API

Describe the problem/error/question

I am trying to utilise the Podcastfy Fast API. I have setup the API and everything so that it should be working however I am unable to utilise the example query in n8ns Code node switching it to Python.
This is the example I am using.
podcastfy/usage/fast_api_example.py at main · souzatharsis/podcastfy

Any Support getting this to work so that I can utilise it in my automations would be great as I cant find any 1 specific solution for Python related options. Unless there is an option to utilise the HTTP node but that has proven to be unavailable too when trying to query it as i get this error:
The service was not able to process your request

str expected, not NoneType

What is the error message (if any)?

{
“errorMessage”: “ModuleNotFoundError: No module named ‘aiohttp’\n”,
“errorDetails”: {},
“n8nDetails”: {
“nodeName”: “Code”,
“nodeType”: “n8n-nodes-base.code”,
“nodeVersion”: 2,
“n8nVersion”: “1.85.4 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“Error: ModuleNotFoundError: No module named ‘aiohttp’”,
“”,
" at PythonSandbox.getPrettyError (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Code/PythonSandbox.js:73:20)“,
" at PythonSandbox.runCodeInPython (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Code/PythonSandbox.js:60:24)”,
" at PythonSandbox.runCodeAllItems (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Code/PythonSandbox.js:26:33)“,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Code/Code.node.js:133:26)”,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:27)“,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:913:51”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20"
]
}
}

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version: 1.85.4
  • **Database (default: SQLite): Default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • **Operating system: Ubuntu 24.04

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.