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.

BUG: wrangler publish fails with error about control characters

See original GitHub issue

I’ve been following the instructions on the Workers Chat Demo repo (https://github.com/cloudflare/workers-chat-demo) and when I run wrangler publish an error is returned - “Control characters (codes < 0x1f and 0x7f) are not allowed in comments, use \u000d instead”.

Steps to reproduce (on Windows 10):

  1. Clone https://github.com/cloudflare/workers-chat-demo to c:\projects\workers-chat-demo
  2. Open up cmd.
  3. npm install -g wrangler (I’m running 2.0.6)
  4. cd \projects\workers-chat-demo
  5. wrangler login
  6. wrangler publish

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
petebacondarwincommented, May 24, 2022

And the unit test I wrote for that only had a single line, so of course it passed! I’ll fix this up right away.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wrangler can panic if global user configuration contains non ...
Hi, came her from #390 and was able to resolve issue by deleting \r from within email and api_key string in global default.toml...
Read more >
1427471 – oc export yaml controls chars are not allowed
errorString=yaml: control characters are not allowed) but it works with -o json. Version-Release number of selected component (if applicable): How reproducible: ...
Read more >
Cloud Data Fusion release notes
This page documents production updates to Cloud Data Fusion. Check this page for announcements about new or updated features, bug fixes, known issues, ......
Read more >
Trifacta Release Notes - Trifacta Documentation
Release 5.0 of Trifacta® Wrangler Enterprise delivers major enhancements to the ... particular, this issue affects columns containing special characters.
Read more >
Wrangler publish fails because of exceeding size while gzip ...
This failure is due to the startup time limit of 200ms. It sounds like your code is spending more than 200ms to parse...
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