yakisova41 / return-youtube-comment-username

This is to change the handle in the YouTube comments section to a username
https://rycu.yakisova.com/
MIT License
50 stars 2 forks source link

[Bug]: Extension doesn't work again #105

Closed Pdkl closed 2 months ago

Pdkl commented 3 months ago

Browser

Vivaldi 5.6.2867.62

Release Type

Chrome Extension

Userscript manager

No response

The URL where the problem occurred

https://www.youtube.com/watch?v=b_YIofkDl7o

What scripts or extensions do you use with it?

No response

Screenshot

Debugging information is absent. image

What is the problem?

YouTube broke it all again. Usernames are not available. Extension is not working at all. image

yakisova41 commented 2 months ago

Does debug info really not exist? If you cant found info, probably the extension doesnt loaded or it is old version. Please check.

スクリーンショット 2024-04-13 074132

Pdkl commented 2 months ago

Does debug info really not exist? If you cant found info, probably the extension doesnt loaded or it is old version. Please check.

I found debug info in Extensions page when activated Developer's mode and pressed the Errors button. image image In Developer's tools console, it looks like the same error. image

    debugLog(
      `Return Youtube comment Username v${package_default.version}`,
      [
        "",
        `PAGE_BUILD_LABEL: ${window.yt.config_.PAGE_BUILD_LABEL}`,
        `INNERTUBE_CLIENT_VERSION: ${window.yt.config_.INNERTUBE_CLIENT_VERSION}`,
        `INNERTUBE_CONTEXT_CLIENT_VERSION: ${window.yt.config_.INNERTUBE_CONTEXT_CLIENT_VERSION}`,
        `INNERTUBE_CONTEXT_GL: ${window.yt.config_.INNERTUBE_CONTEXT_GL}`,
        `Browser: ${window.yt.config_.INNERTUBE_CONTEXT.client.browserName} v${window.yt.config_.INNERTUBE_CONTEXT.client.browserVersion}`,
        `Login: ${window.yt.config_.LOGGED_IN}`,
        `Href: ${location.href}`
      ].join("\n")
    );

Deleting and reinstalling the extension didn't help.

yakisova41 commented 2 months ago

probably fixed it in v0.5.1. Please wait to release in chrome webstore