While doing
cd pdf-to-podcast/
make all-services
I keep getting these logs:
api-service-1 | INFO: [172.18.0.1:46438](http://172.18.0.1:46438/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:46454](http://172.18.0.1:46454/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:53106](http://172.18.0.1:53106/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:40098](http://172.18.0.1:40098/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:55234](http://172.18.0.1:55234/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:45248](http://172.18.0.1:45248/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:47760](http://172.18.0.1:47760/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:47538](http://172.18.0.1:47538/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:52850](http://172.18.0.1:52850/) - "GET / HTTP/1.1" 404 Not Found
api-service-1 | INFO: [172.18.0.1:58336](http://172.18.0.1:58336/) - "GET / HTTP/1.1" 404 Not Found
The docker seems to be up, so I tried running the python script for podcast creation using the sample pdf files and got this error:
Submitting podcast generation request...
Job ID: 4ca04ff4-6a8a-4330-9c7f-ef782e55a08e
Waiting 10 seconds for job to initialize...
[PDF] Processing 3 PDFs
[PDF] All PDFs processed successfully
[AGENT] Summarizing 3 PDFs
[AGENT] Failed to get response after 5 attempts
Error: Service agent failed: Failed to get response after 5 attempts
Error: Service agent failed: Failed to get response after 5 attempts
Is there anything I might be setting wrong that can result in these error?
While doing
I keep getting these logs:
The docker seems to be up, so I tried running the python script for podcast creation using the sample pdf files and got this error:
Is there anything I might be setting wrong that can result in these error?