Closed slifty closed 3 years ago
When I try to use @tvkitchen/appliance-video-segment-generator I get an error:
@tvkitchen/appliance-video-segment-generator
(node:40189) UnhandledPromiseRejectionWarning: TypeError: payloadArray.getTimestamp is not a function
This is because @tvkitchen/appliance-core@0.5.0 doesn't use the latest @tvkitchen/base-classes (which is where getTimestamp was added).
@tvkitchen/appliance-core@0.5.0
@tvkitchen/base-classes
getTimestamp
Now that appliance core v0.6.0 is released an upgrade to that should solve the problem.
Bug
Current Behavior
When I try to use
@tvkitchen/appliance-video-segment-generator
I get an error:This is because
@tvkitchen/appliance-core@0.5.0
doesn't use the latest@tvkitchen/base-classes
(which is wheregetTimestamp
was added).Now that appliance core v0.6.0 is released an upgrade to that should solve the problem.