trizen / youtube-viewer

Lightweight YouTube client for Linux
https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html
Artistic License 2.0
1.19k stars 86 forks source link

Like failed with: Failed to send a positive rating ... #426

Closed Flashwalker closed 1 year ago

Flashwalker commented 1 year ago

I set ouath and token, and then i login in gtk-youtube-viewer, and press enter in termianl login prompt,
but can't like the video:

Failed to send a positive rating to <<YA0ugEZGPUQ>>! at /home/user/perl5/bin/gtk-youtube-viewer line 1239.
trizen commented 1 year ago

This is probably related to: https://github.com/trizen/youtube-viewer/commit/77ba84a0803a15482288920185009f34c4beacea (maybe not)

If possible, install the perl-lwp-consolelogger package and execute gtk-youtube-viewer as:

perl -MLWP::ConsoleLogger::Everywhere $(which gtk-youtube-viewer)

and then try liking a video and check what error message it outputs.

Flashwalker commented 1 year ago

This is probably related to: 77ba84a (maybe not)

If possible, install the perl-lwp-consolelogger package and execute gtk-youtube-viewer as:

perl -MLWP::ConsoleLogger::Everywhere $(which gtk-youtube-viewer)

and then try liking a video and check what error message it outputs.

I reset app credential settings according to https://github.com/trizen/youtube-viewer/commit/77ba84a0803a15482288920185009f34c4beacea and now Like works, thanks.

Am i right, that i can't add comments any more via gtk-youtube-viewer?