sketch-measure icon indicating copy to clipboard operation
sketch-measure copied to clipboard

Spec export not working on Sketch 69

Open chrislachance opened this issue 4 years ago • 30 comments

Gets stuck on first element of artboard, won't progress...

chrislachance avatar Oct 06 '20 18:10 chrislachance

Running into the same issue with Sketch 69 and this is what I see. Screen Shot 2020-10-07 at 8 27 24 AM

heidi-lilly avatar Oct 07 '20 12:10 heidi-lilly

I have the same problem with Version 69

baakoo avatar Oct 08 '20 06:10 baakoo

Having exact same problem with Version 69

biayoshizawa avatar Oct 08 '20 14:10 biayoshizawa

Indeed — nothing I do manages to address the problem. Sketch Measure hangs when exporting.

jameskachan avatar Oct 08 '20 23:10 jameskachan

Facing same problem. do we have any solution for the same?

Ishakgms avatar Oct 09 '20 06:10 Ishakgms

Will Sketch Measure plugin be updated to be compatible with version 69? This plugin is our main resource for providing files to our software team in a consumable manner, and now we are unable to use.

Please advise on estimated update if any

btarsenko avatar Oct 09 '20 14:10 btarsenko

Same issue with v69 :( anyone have a fix ?

arihernandez avatar Oct 09 '20 20:10 arihernandez

same issue

legend185 avatar Oct 10 '20 04:10 legend185

same issue cant export

Flongs avatar Oct 10 '20 06:10 Flongs

:( same issue, v69...

PastedGraphic-1

idsampaio avatar Oct 12 '20 08:10 idsampaio

Hi, I fixed my branch if anyone is interested.

It should be working with sketch 69.

⭢ Give it a try and let me know.

My branch is a little different from @utom's original code and I don't use Sketch anymore on a daily basis.

I hope it helps :)


By the way, the problem was with MSImmutableColor.

stringValueWithAlpha is not available anymore, it's now called stringValueIncludingAlpha.

ellunium avatar Oct 12 '20 13:10 ellunium

Hi, I fixed my branch if anyone is interested.

It should be working with sketch 69.

⭢ Give it a try and let me know.

My branch is a little different from @utom's original code and I don't use Sketch anymore on a daily basis.

I hope it helps :)

By the way, the problem was with MSImmutableColor.

stringValueWithAlpha is not available anymore, it's now called stringValueIncludingAlpha.

It works, thank you! 👍

hocza avatar Oct 12 '20 15:10 hocza

Another solution is to use @qjebbs's fork: https://github.com/qjebbs/sketch-meaxure

Sketch MeaXure is a re-implemention of Sketch Measure with TypeScript, uses Sketch JavaScript API.

It aims to be:

  1. More stable, not likely to break down after Sketch update.
  2. Easy to maintain.

Improvements

Improvements that users can recognize:

  1. Fully works with lastest version of Sketch (v66).
  2. The latest Tint feature support.
  3. Easily resize markers, without concerns to break them. (The resizing constrain feature).
  4. Export directly with Anima stacks activated.
  5. Customize the order of exported artboards.
  6. Better display of text fragments.
  7. Re-organize functions and panels.

Notice

If you encounter problems managing (toggle hidden/locked, remove, and export) markers created by Sketch Measure, run the menu Plugin - Sketch MeaXure - Help - Rename Old Markers.

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on Sketch-Meaxure.sketchplugin

It is a really nice re-implementation 🚀

ellunium avatar Oct 13 '20 08:10 ellunium

Another solution is to use @qjebbs's fork: https://github.com/qjebbs/sketch-meaxure

Sketch MeaXure is a re-implemention of Sketch Measure with TypeScript, uses Sketch JavaScript API. It aims to be:

  1. More stable, not likely to break down after Sketch update.
  2. Easy to maintain.

Improvements

Improvements that users can recognize:

  1. Fully works with lastest version of Sketch (v66).
  2. The latest Tint feature support.
  3. Easily resize markers, without concerns to break them. (The resizing constrain feature).
  4. Export directly with Anima stacks activated.
  5. Customize the order of exported artboards.
  6. Better display of text fragments.
  7. Re-organize functions and panels.

Notice

If you encounter problems managing (toggle hidden/locked, remove, and export) markers created by Sketch Measure, run the menu Plugin - Sketch MeaXure - Help - Rename Old Markers.

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on Sketch-Meaxure.sketchplugin

It is a really nice re-implementation 🚀

Yes, this is working awesome. Thanks for the find!

chrislachance avatar Oct 13 '20 11:10 chrislachance

Hi,

When executing the plugin with a project with 6 pages and 2 of them with +56 artboards when the plugin is executing, it puts the Sketch down.

ezgif com-gif-maker (2)

Someone with the same problem...

:(

idsampaio avatar Oct 13 '20 12:10 idsampaio

@idsampaio is that MeaXure by @qjebbs?

ellunium avatar Oct 13 '20 19:10 ellunium

@ellunium Yes, I downloaded ( https://github.com/qjebbs/sketch-meaxure ) deleted the old plugin and install meaXure. In documents with few pages /artboards it works well and does not go down, but in more extensive projects the application closes.

idsampaio avatar Oct 13 '20 20:10 idsampaio

For MeaXure, we need @qjebbs to take a look. For the bigger files try my fork although there’s no support for tint for now.

ellunium avatar Oct 14 '20 06:10 ellunium

Hi,

When executing the plugin with a project with 6 pages and 2 of them with +56 artboards when the plugin is executing, it puts the Sketch down.

~~@idsampaio Tested with 10k layers good, try export only some of the artboards to located who cause the problem.~~

It turns out that the problem you encountered is probably an issue of Sketch API: https://github.com/sketch-hq/SketchAPI/issues/810

And the latest release has bypass it. You can help to test it.

qjebbs avatar Oct 16 '20 07:10 qjebbs

Maybe old notes created with old Measure?

ellunium avatar Oct 16 '20 13:10 ellunium

Hi,

I don't know what's going on, however I noticed that it is only with that sketch file. I exported another big project with 21k layers and there was no problem with the export ...

Captura de ecrã 2020-10-16, às 14 39 39

Thanks, @qjebbs & @ellunium

idsampaio avatar Oct 16 '20 13:10 idsampaio

Maybe old notes created with old Measure?

No ... There was no note created in the document in question ...

idsampaio avatar Oct 16 '20 13:10 idsampaio

same issue

wesleylin avatar Oct 20 '20 02:10 wesleylin

遇到同样的问题,等待新版发布。

Encountered the same problem, waiting for the new version to be released.

note4 avatar Oct 22 '20 09:10 note4

Hi, I fixed my branch if anyone is interested.

It should be working with sketch 69.

⭢ Give it a try and let me know.

My branch is a little different from @utom's original code and I don't use Sketch anymore on a daily basis.

I hope it helps :)

By the way, the problem was with MSImmutableColor.

stringValueWithAlpha is not available anymore, it's now called stringValueIncludingAlpha.

Same bug and this helped, thanks a lot!!

stephanie-walter avatar Oct 22 '20 12:10 stephanie-walter

Another solution is to use @qjebbs's fork: https://github.com/qjebbs/sketch-meaxure

Sketch MeaXure is a re-implemention of Sketch Measure with TypeScript, uses Sketch JavaScript API. It aims to be:

  1. More stable, not likely to break down after Sketch update.
  2. Easy to maintain.

Improvements

Improvements that users can recognize:

  1. Fully works with lastest version of Sketch (v66).
  2. The latest Tint feature support.
  3. Easily resize markers, without concerns to break them. (The resizing constrain feature).
  4. Export directly with Anima stacks activated.
  5. Customize the order of exported artboards.
  6. Better display of text fragments.
  7. Re-organize functions and panels.

Notice

If you encounter problems managing (toggle hidden/locked, remove, and export) markers created by Sketch Measure, run the menu Plugin - Sketch MeaXure - Help - Rename Old Markers.

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on Sketch-Meaxure.sketchplugin

It is a really nice re-implementation 🚀

Yes, this is working awesome. Thanks for the find!

thanks a lot!!

noood avatar Oct 23 '20 09:10 noood

Hi, also same issue on my end: https://github.com/utom/sketch-measure/issues/498#issuecomment-715260806

gerrisavova avatar Oct 23 '20 10:10 gerrisavova

@idsampaio It turns out that the problem you encountered is probably an issue of Sketch API: sketch-hq/SketchAPI#810

And the latest release has bypass it. You can help to test it.

qjebbs avatar Nov 05 '20 03:11 qjebbs

@idsampaio It turns out that the problem you encountered is probably an issue of Sketch API: sketch-hq/SketchAPI#810

And the latest release has bypass it. You can help to test it.

Fixed! It was really a sketch api problem.

Thanks @qjebbs .

Hey, this file "proto.html" is something we really need, we are waiting for new developments.

🤗

idsampaio avatar Nov 05 '20 18:11 idsampaio

image

export html not work

chesongsong avatar Jun 07 '22 15:06 chesongsong