This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Unsupported return type 65 QPixmap in method "grab" #15
Comments
@rusko124 Can you check if you're able to reproduce this? |
I am having exactly the same error. Built ScreenlyWebview as documented here on archlinux|arm on a pi4 and this happens when I try to open the following URL I start ScreenlyWebview with ./ScreenlyWebview -platform linuxfb
WebView connected to D-bus
Screenly service start and then use this python script to open the URL: #!/usr/bin/env python
from pydbus import SessionBus
bus = SessionBus()
browser_bus = bus.get('screenly.webview', '/Screenly')
browser_bus.loadPage("https://www.youtube.com/watch?v=gGaOMT677TM") Simple pages just work. Others just show the error mentioned in the subject but service keeps running and the youtube page mentioned crashes it completely:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had been testing screenly webview for a very static application and (despite the web page not changing!) it now crashes with the error as soon as it's instructed to load via DBus;
Unsupported return type 65 QPixmap in method "grab"
I'm not familiar enough with Webkit or QT to understand what's going on here, but it seems odd that the behaviour should change despite the content not having changed.
The text was updated successfully, but these errors were encountered: