Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
334 stars 96 forks source link

Whoops! It looks like you found a bug in Theme Check. #636

Closed Kristinmarkdigital closed 1 week ago

Kristinmarkdigital commented 1 year ago

Whoops! It looks like you found a bug in Theme Check. ┃ Please report it at https://github.com/Shopify/theme-check/issues, and include the message above. ┃ Or cross your fingers real hard, and try again.

┃ Theme File: ? ┃ Node: ? ┃ Markup: ┃ ┃ ┃ ┃ Line number: ? ┃ Check options: {} ┃ ┃ Theme Check Version: 1.11.0 ┃ Ruby Version: 3.1.2 ┃ Platform: x64-mingw-ucrt ┃ Muffin mode: activated

Kristinmarkdigital commented 1 year ago

shopify theme check --category json command caused this issue

charlespwd commented 1 year ago

Hi @Kristinmarkdigital, could you email me your .json files (or your entire theme, if you're willing)? I'd send you a UNIX command to get them; but I think x64-mingw-ucrt implies you're on Windows, correct?

cp.clermont@shopify.com

(On linux, you could do something like this:)

cd /path/to/repo
tar -czf json-files.tar.gz **/*.json
lukeh-shopify commented 1 week ago

👋🏻 Hi @Kristinmarkdigital! Thanks for reporting this. Unfortunately the Ruby version of theme check has been deprecated for some time. Would you be able to confirm you are still having issues when using our maintained version of theme check? This is done using either the latest version of the Shopify CLI, or via the Shopify Liquid Visual Studio Code extension.

If you are still having issues, please raise an issue over in the CLI or theme tools repositories. Thanks!