You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fetch-tool is used to fetch all the ops it fails to fetch block of type="idAllocation" associated with SharedTree
This op usually comes with sequenceNumber=2 with Brainstorm sample app
ERROR: TypeError: Cannot read properties of undefined (reading 'type')
at processOp (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidAnalyzeMessages.js:459:48)
at DataStructureAnalyzer.processOp (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidAnalyzeMessages.js:180:13)
at printMessageStats (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidAnalyzeMessages.js:378:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fluidFetchOneFile (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidFetch.js:37:5)
Use the document id in the fetch-tool (E.g. node dist/fluidFetch.js --dump:rawmessage --filter:messageType op --saveDir /Users/arafat/FluidFramework/packages/tools/fetch-tool/example 'http://localhost:3000/d/a0e5bd93-3f1c-44e3-b917-132a306d13d5')
See the above mentioned error
Expected behavior
There should have been no error and instead the entire list of ops should have got printed on console
Logs
ERROR: TypeError: Cannot read properties of undefined (reading 'type')
at processOp (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidAnalyzeMessages.js:459:48)
at DataStructureAnalyzer.processOp (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidAnalyzeMessages.js:180:13)
at printMessageStats (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidAnalyzeMessages.js:378:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fluidFetchOneFile (/Users/arafat/arafat_project/CEDIT/FluidFramework-docker-compose-up/FluidFramework/packages/tools/fetch-tool/dist/fluidFetch.js:37:5)
The text was updated successfully, but these errors were encountered:
Describe the bug
When fetch-tool is used to fetch all the ops it fails to fetch block of type="idAllocation" associated with SharedTree
This op usually comes with sequenceNumber=2 with Brainstorm sample app
The op data looks as follows
The error we get is as follows
To Reproduce
Steps to reproduce the behavior:
npm run start
node dist/fluidFetch.js --dump:rawmessage --filter:messageType op --saveDir /Users/arafat/FluidFramework/packages/tools/fetch-tool/example 'http://localhost:3000/d/a0e5bd93-3f1c-44e3-b917-132a306d13d5'
)Expected behavior
There should have been no error and instead the entire list of ops should have got printed on console
Logs
The text was updated successfully, but these errors were encountered: