Hi Jan,
The issue has been resolved. On the backend, the destination IP was changed, and I have updated the correct configuration. The system is now working fine.
Thank you for your support in addressing this issue.
Regards,
Vamsi
Hi Jan,
The issue has been resolved. On the backend, the destination IP was changed, and I have updated the correct configuration. The system is now working fine.
Thank you for your support in addressing this issue.
Regards,
Vamsi
Hi Jan Blaha,
I send the requested information over email, Could you please let me know if there is a fix or workaround for this issue? I'd appreciate your guidance on resolving this problem.
Thank you,
Vamsi Konanki
Error: Timeout when communicating with worker
at /usr/src/app/node_modules/@jsreport/jsreport-docker-workers/lib/sendToWorker.js:177:17
at async execute (/usr/src/app/node_modules/@jsreport/jsreport-docker-workers/lib/allocate.js:117:18)
at async Object.execute (/usr/src/app/lib/main/dockerWorker.js:39:26)
at async MainReporter.executeWorkerAction (/usr/src/app/node_modules/@jsreport/jsreport-core/lib/main/reporter.js:582:22)
at async MainReporter.render (/usr/src/app/node_modules/@jsreport/jsreport-core/lib/main/reporter.js:478:30)
@bjrmatos26 Could you please provide solution.
Thanks in-advance,
Vamsi
It's working.
Thanks @admin !
I'm using xlsx recipe with engine handlebars, after generating the report data is not reflecting on charts and excel prompting the below waring message
Here is the playground link
Code block:
{{xlsxRemove "xl/worksheets/sheet2.xml" "worksheet.sheetData[0].row" 1}}
{{#each scanData}}
{{#xlsxAdd "xl/worksheets/sheet2.xml" "worksheet.sheetData[0].row"}}
<row>
<c t="inlineStr" s="{{@root.$removedItem.c.[0].$.s}}"><is><t>{{email}}</t></is></c>
<c t="inlineStr" s="{{@root.$removedItem.c.[1].$.s}}"><is><t>{{firstName}}</t></is></c>
<c t="inlineStr" s="{{@root.$removedItem.c.[2].$.s}}"><is><t>{{lastName}}</t></is></c>
<c t="inlineStr" s="{{@root.$removedItem.c.[3].$.s}}"><is><t>{{organizationName}}</t></is></c>
<c s="{{@root.$removedItem.c.[4].$.s}}"><v>{{scans}}</v></c>
</row>
{{/xlsxAdd}}
{{/each}}
{{{xlsxPrint}}}
Thanks in advance!