tylergaw/day-player

Sketch 3.4.2: day-player creates a 0px x 0px white image

Closed this issue · 9 comments

I recently downloaded this plugin and it seems to have a problem with Sketch 3.4.2. Whenever I try to place an image it creates a 0px by 0px solid white image. Has anyone else had this problem?

Yeah getting the same issue with the latest Sketch update (3.4.2). A lot of plugins have gone awry since the update it seems.

Same here.

For me too.

Hiswe commented

Same issue on 3.4.4

Seems like a lot of plugins are breaking with the new update.

The problem is in the "createAndPlaceImg" function, the layer.setRawImage_convertColourspace_collection rises an exception.

Just got PR #30 merged in to fix this. Will be pushing out a new release shortly. Thanks for the feedback everybody.

@jcloutz Thanks for the report, sorry about the slow response, been a busy couple months. From what I can tell, I have this fixed in the latest release https://github.com/tylergaw/day-player/releases/tag/v2.1.0

Awesome, thank you @tylergaw.