tvkitchen / appliances

A one stop shop for official TV Kitchen Appliances
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Video segmentor throws an error #83

Closed slifty closed 3 years ago

slifty commented 3 years ago

Bug

Current Behavior

When I try to use @tvkitchen/appliance-video-segment-generator I get an error:

(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).

Now that appliance core v0.6.0 is released an upgrade to that should solve the problem.