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.

Indent based codeblocks cause deployment failure

See original GitHub issue

The url https://deno.land/std@0.127.0/fmt returns 502: Bad Gateway (DEPLOYMENT_FAILED) error.

Other std submodules don’t seem having this issue, for example std/archive works (https://deno.land/std@0.127.0/archive)

ref https://github.com/denoland/deno_std/issues/1969

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
crowlKatscommented, Aug 25, 2022

Closing as not the case anymore

0reactions
kt3kcommented, Feb 28, 2022

@crowlKats Thanks for the fix!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python error expected an indented block | How to avoid it
If you have been using spaces and tabs incorrectly, you are sure to run into the “IndentationError: expected an indented block” error. Today, ......
Read more >
Getting unexpected indent error when executing python script ...
It might be that the code in _init_ has been indented with TAB characters while the code in addlightgroup() has been indented with...
Read more >
Indentation Error from Heroku for this Python bot. I cannot see?
First, you cannot have no code under the if statement. That is the most likely culprit and you can fix this by adding...
Read more >
Bad Indentation - Code::Blocks Forums
Why sometime Indentation not works properly? ... Because TAB and SPACEBAR are different keys and should not be used for the same reason....
Read more >
Indentation Error in Python - Javatpoint
There is a proper indentation for a particular block of code that must be maintained while beginning and ending any code block. A...
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