vimb icon indicating copy to clipboard operation
vimb copied to clipboard

Different Issuses printed out to the console

Open Marco-Israel opened this issue 4 years ago • 4 comments

Hello, some different issues bothers me when using vimb :(


1. Everytime when moving or scrolling a webpage " (WebKitWebProcess:2546): GLib-GObject-CRITICAL **: 12:15:14.596: g_object_ref: assertion 'G_IS_OBJECT (object)' failed "


2. One time, dont know when " ** (vimb:2692): Gtk-WARNING **: 11:47:25.164: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created. You must use marks, character numbers, or line numbers to preserve a position across buffer modifications. You can apply tags and insert marks without invalidating your iterators, but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset) will invalidate all outstanding iterators "


3. When opening youtub " ** (WebKitWebProcess:3603): WARNING **: 12:05:26.007: WebKit wasn't able to find the GL video sink dependencies. Hardware-accelerated zero-copy video rendering can't be enabled without this plugin. "


4. How to define a youtube handler Is there a way to define a handler doing something when klicking a youtub video? I tried somethink linke follows to view videos in vlc, but it does not work currently because it seems I have the wrong trigger:

handler-add watch=youtube-view %s


Thank you for all response :)

Marco-Israel avatar Dec 27 '20 11:12 Marco-Israel

@Marco-Israel the issue of 1. annoyed me to. As I know it is related to the DOM logic used in the webextension and was only shown after a new page was opened in the current window. I could not see the issue right now on my system, so I'll keep an eye on it in the next days. The last time I spent time on the issue (long time ago) I could not find a referencing or unreferencing issue in the vimb code. In my opinion the issue was in the webkit or in the dom extension itself.

The 2. issue is also a known issue https://github.com/fanglingsu/vimb/commit/3343d86284998a34190ac02de116dcb7bb97aa4e but it does not affect the logic as I can say.

I can not reproduce issue 3 with webkit version 2.30.4 and according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963522 this is a webkit issue.

According to issue 4. the protocol handlers can not be used to do something special for youtube links because they are triggered for different protocols used in links. The protocol for the youtube links are also normal https links. What do you intend to do on youtube?

fanglingsu avatar Jan 03 '21 22:01 fanglingsu

Hello Daniel,

 

thanks for your feedback. May there will come a time when the message on console output are solved. Beside from that vimb is cool, the minimal I need in my workflow. How good is the adware-blocker you mentiond out we can use from other projects?

 

Btw.: Forgot about Youtube that's not important :)

 

My best to you

 

Marco

Gesendet: Sonntag, 03. Januar 2021 um 23:46 Uhr Von: "Daniel Carl" [email protected] An: "fanglingsu/vimb" [email protected] Cc: "Marco-Israel" [email protected], "Mention" [email protected] Betreff: Re: [fanglingsu/vimb] Different Issuses printed out to the console (#656)

 

@Marco-Israel the issue of 1. annoyed me to. As I know it is related to the DOM logic used in the webextension and was only shown after a new page was opened in the current window. I could not see the issue right now on my system, so I'll keep an eye on it in the next days. The last time I spent time on the issue (long time ago) I could not find a referencing or unreferencing issue in the vimb code. In my opinion the issue was in the webkit or in the dom extension itself.

The 2. issue is also a known issue 3343d86 but it does not affect the logic as I can say.

I can not reproduce issue 3 with webkit version 2.30.4 and according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963522 this is a webkit issue.

According to issue 4. the protocol handlers can not be used to do something special for youtube links because they are triggered for different protocols used in links. The protocol for the youtube links are also normal https links. What do you intend to do on youtube?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Marco-Israel avatar Jan 21 '21 11:01 Marco-Israel

@Marco-Israel Which adware-blocker was mentioned by me?

fanglingsu avatar Jan 24 '21 23:01 fanglingsu

This issue has been automatically marked as stale because it has not had activity within the last 60 days.

stale[bot] avatar Jul 21 '21 04:07 stale[bot]