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
Trying to upgrade from 2.x to 3.x in my Angular project and receiving the error message:
TypeError: Cannot read properties of undefined (reading 'readVint')
I didn't see any docs about changes from 2.x to 3.x, so I just updated the library and thought I would give it try. I think it is complaining about tools. I am using - const refinedMetadataBuf = ebml.tools.makeMetadataSeekable(..) or just tools.makeMetadataSeekable with import * as ebml from 'ts-ebml' and import { Decoder, tools, Reader} from 'ts-ebml' respectively. I also tried to alias the include of the tools in case of conflict.
Is there another dependent library I need to include with the 3.x Version?
Thanks.
The text was updated successfully, but these errors were encountered:
Trying to upgrade from 2.x to 3.x in my Angular project and receiving the error message:
TypeError: Cannot read properties of undefined (reading 'readVint')
I didn't see any docs about changes from 2.x to 3.x, so I just updated the library and thought I would give it try. I think it is complaining about tools. I am using - const refinedMetadataBuf = ebml.tools.makeMetadataSeekable(..) or just tools.makeMetadataSeekable with import * as ebml from 'ts-ebml' and import { Decoder, tools, Reader} from 'ts-ebml' respectively. I also tried to alias the include of the tools in case of conflict.
Is there another dependent library I need to include with the 3.x Version?
Thanks.
The text was updated successfully, but these errors were encountered: