question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`No Message String...` warning in console

See original GitHub issue

Describe the bug

In a minimal Blockly use case with a simple toolbox, warnings of the following type appear in the console:

No message string for %{BKY_MATH_ONLIST_TOOLTIP_STD_DEV} in %{BKY_MATH_ONLIST_TOOLTIP_STD_DEV}
No message string for %{BKY_MATH_ONLIST_TOOLTIP_RANDOM} in %{BKY_MATH_ONLIST_TOOLTIP_RANDOM}
...

To Reproduce

  1. Visit this minimal reproduction example and view the console

Expected behavior

No warnings in the console

Screenshots

Screen Shot 2020-10-13 at 2 28 53 PM

Desktop (please complete the following information):

  • OS: MacOS Catalina 10.15.6
  • Browse: Chrome 85.0.4183.121 (Official Build) (64-bit)
  • Version: “blockly”: “3.20200924.3”,

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:31 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
johnnyoshikacommented, Jun 16, 2022

@BeksOmega I tried blockly@8.0.4-beta.0 and it results in this compile error which prevents my React app from loading:

image

This error doesn’t occur in blockly@8.0.3-beta.1 so I believe it’s a regression.

I hope that’s helpful.

2reactions
adrianfungcommented, Jun 8, 2022

I use version 8.0.2 too. I removed the node_modules/blockly/msg and use the GitHub’s msg, and then changed the script src to ./node_modules/blockly/msg/js/en.js

Read more comments on GitHub >

github_iconTop Results From Across the Web

console shows warnings - Google Groups
I just noticed the following warnings in the chrome console. What am I doing wrong? blockly_compressed.js:1076 WARNING: No message string for ...
Read more >
Detect a console.warn message - javascript - Stack Overflow
I have a need to find out when a warning (not error) message is sent to the browser's console.log . From research, I...
Read more >
console.warn() - Web APIs | MDN
The console.warn() method outputs a warning message to the Web ... A JavaScript string containing zero or more substitution strings.
Read more >
Format messages and warnings — format_message • insight
Inserts line breaks into a longer message or warning string. Line length is adjusted to maximum length of the console, if the width...
Read more >
Warning Messages - R
suppressWarnings evaluates its expression in a context that ignores all warnings. Value. The warning message as character string, invisibly. References. Becker, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found