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.

Will not render linux. White screen displayed

See original GitHub issue

Specification

  • pywebview version: 3.6.3
  • operating system: Archlinux
  • web renderer: qt
  • python 3.8 and 3.10

Description

When starting a window, only a white screen is rendered. Works on my windows machine as is, no errors are displayed. Im really sure how to debug next.

Practicalities

  • YES I am willing to work on this issue myself.

  • NO I am prepared to support this issue financially.

import webview

_ip = 'localhost'
_port = '5010'
_app_dir = 'trackplotter'
_url = 'http://{}:{}/{}'.format(_ip, _port, _app_dir)

# Start the window
window = webview.create_window(
Constants.application_titles['fts']['long'], _url, confirm_close=True)

webview.start(debug=True)

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
kd8bnycommented, Apr 29, 2022

ope, found it systemd-coredump[55768]: [LNK] Process 55762 (QtWebEngineProc) of user 1000 dumped core.

What version of python-pyqt5-webengine is supported? This is 5.15.5-4

0reactions
github-actions[bot]commented, Jul 25, 2022

The message to post on the issue when closing it. If none provided, will not comment when closing an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

White screen on linux with last update :SOLVED
Now on linux i have a white screen when i launch my game.Have a solution for this one? -rigth click on the name...
Read more >
Surf shows white screen (on most sites) : r/suckless - Reddit
I installed surf a while back because it kind of sounds like the perfect webbrowser. Unfortunately it does not work on most sites....
Read more >
White screen when tried to access a Linux Ubuntu machine ...
I'm trying to connect to a headless Ubuntu 18.10 machine using Windows 10 but all I get is a white screen, first time...
Read more >
SNAP white screen when remote login Linux - STEP Forum
But when we try to use “remote desktop” mstsc in windows to open SNAP in Linux, the SNAP software does not display normally...
Read more >
How to fix the white screen after build with create-react-app?
I had to use my domain's exact BASE URL instead of '.' in "homepage" because it was not showing images. Besides that this...
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