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.

Dashboard not opening

See original GitHub issue

I am seeing no output when I run the command “dashboard -output <some tty>”

But I can see the below errors…

Cannot write the dashboard
Traceback (most recent call last):
  File "<string>", line 390, in render
UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-7: ordinal not in range(128)

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
Grazfathercommented, Sep 8, 2018

This is how you fix it on ubuntu:

  apt update && apt -y install locales
  locale-gen en_US.UTF-8
  export LANG=en_US.UTF-8
  export LANGUAGE=en_US:en
  export LC_ALL=en_US.UTF-8
1reaction
Grazfathercommented, Sep 5, 2018

Oh, I saw non-ascii characters in the source file, so I assumed it was python3 only.

It could also be that your locale is not set correctly.

$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix the WordPress Dashboard Not Loading Issue - QuadLayers
How to Fix the WordPress Dashboard not Loading Issue · Clear cookies and cache · Update your web browser · Check for plugins...
Read more >
Dashboard not opening up - WordPress.org
When I open the dashboard, it takes me to the website. I am unable to get through to the backend. I tried logging...
Read more >
Windows 11 Windows Security Dashboard Won't Open
Initially I suggest that you perform the step below: Press the Win+ q keyboard buttons and type powershell . Right click on powershell...
Read more >
Solved: Canvas dashboard not loading - Instructure Community
Solved: Hello I have been trying to access Canvas dashboard for several days and it is no loading. Mobile works fine, but desktop...
Read more >
4 Reasons Car Dashboard Lights Not Working | Salem Chevy ...
If the dashboard isn't lighting up at all, your car might have blown a fuse. Removing the old fuse and replacing it should...
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