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.

CSS styling missing

See original GitHub issue

Hi I’m having trouble converting Markdown files to html/pdf. I installed grip on Ubuntu 20.04 by running:

sudo apt install grip

and then, when I try to display a Markdown file, like the README of this repo:

grip grip.md

I get this result: grip_no_css

The console output is the following:

 * Serving Flask app "grip.app" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://localhost:6419/ (Press CTRL+C to quit)
127.0.0.1 - - [20/Jan/2021 12:46:54] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [20/Jan/2021 12:46:54] "GET /__/grip/static/favicon.ico HTTP/1.1" 200 -

Thanks in advance 😃

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
Victorlouisdgcommented, Jan 23, 2021

Thanks for the info!

Just tried running from source, and indeed it does work on Ubuntu 20.04.

For anyone wondering how to run from source:

git clone https://github.com/joeyespo/grip.git
cd grip/grip
python3 __main__.py /path/to/your/README.md
1reaction
ghostcommented, Feb 17, 2021

Unfortunately I am also having this issue, even when running from source. No errors in the console or network tab however. I’m running on Arch Linux if it’s relevant, have tried both AUR packages as well as manual cloning, and have run --clear first both times. Tried two browsers in case that was the issue too.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Theme is missing the style.css stylesheet error
One of the reasons you may receive this error is if you have uploaded the incorrect file. You have 2 options for downloading...
Read more >
missing.css
missing.css : The Missing CSS Stylesheet · It starts with decent default styling for vanilla HTML, akin to classless CSS libraries, that can...
Read more >
How to Fix “The package could not be installed. The theme is ...
What is the "The package could not be installed. The theme is missing the style.css stylesheet" error? · Go to Appearance → Themes...
Read more >
CSS styling missing | WordPress.org
we have the exact same problem (all CSS styling suddenly missing after update) and tried your suggested steps: 1. Disabled all plugins except...
Read more >
Missing style.css - GeneratePress documentation
Missing style.css ... When you purchase GP Premium, you may assume that it's a theme which you need to install via the “Themes”...
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