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.

Webui doesn't load in QtWebkit-based browsers

See original GitHub issue

Using a browser based on QtWebkit the webui does not fully load. Visiting http://localhost:5001/webui results in a blank page with the following source:

<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><link rel="stylesheet" href="ipfs-webui.0.3.0.css"></head><body><div id="root"></div><script src="ipfs-webui.0.3.0.js"></script></body></html>

I have tested this with qutebrowser (git master) and otter-browser (0.9.09) to the same result. With Firefox 44.0 the webui works fine.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
citrus-lemoncommented, Oct 26, 2017

I has a same problem in Safari on macOS. (Version 11.0 (13604.1.38.1.6)) I clone this repo with npm start and it can work well.

2017-10-26 20 39 14
0reactions
olizillacommented, Sep 27, 2018

Great news! Web UI v2 works in the latest stable release of qutebrowser (tested on macOS)

Status page screenshot 2018-09-27 16 24 23

Peers map screenshot 2018-09-27 16 24 16

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem loading a specific website through Qt Webkit
I am currently using the following PyQt code to create a simple browser: import sys from ...
Read more >
QWebView: Browser Not Supported - Qt Forum
I want to view a webpage in a plugin I'm developing, but I'm running into an issue with QWebView. When I go to...
Read more >
Why can't someone make a browser based in WebKit ... - Reddit
If WebKit is open-source and fast, why doesn't someone fork it to make a browser based on WebKit? And I am not talking...
Read more >
QtWebKitTiling - WebKit Trac
Let's start with the most simple QGraphicsWebView based "browser" ever: ... and just blit the result from the web process/thread to the UI....
Read more >
Issues - GitHub
The web interface for whatsapp does not work with qutebrowser: ... Can you try with another Qt5 + QtWebKit based browser, e.g. Otter...
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