You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vgy.me, is currently dysfunctional, possibly it can be fixed though
Steps to reproduce the issue
Try uploading with any of the upload services
Observe that it is broken
Error output
Output for vgy.me upload:
Use of uninitialized value $ARGV[0] in exists at /usr/share/shutter/resources/system/upload_plugins/upload/vgyme.pm line 55.
require vgyme.pm called at /usr/bin/shutter line 10347
eval {...} called at /usr/bin/shutter line 10345
Shutter::App::dlg_upload("[17] - Auswahl_2022_12_16_05_54_18.png") called at /usr/bin/shutter line 6578
Shutter::App::fct_upload(Gtk3::MenuToolButton=HASH(0x561217ab1bd0)) called at /usr/lib/perl5/5.36/vendor_perl/Glib/Object/Introspection.pm line 67
eval {...} called at /usr/lib/perl5/5.36/vendor_perl/Glib/Object/Introspection.pm line 67
Glib::Object::Introspection::__ANON__(Shutter::App=HASH(0x5612160a63a8)) called at /usr/bin/shutter line 10943
Argument "Error POSTing https://vgy.me/upl..." isn't numeric in numeric ge (>=) at /usr/share/perl5/vendor_perl/HTTP/Status.pm line 151.
HTTP::Status::is_success("Error POSTing https://vgy.me/upload.php: Not Found at /usr/sh"...) called at /usr/bin/shutter line 10381
Shutter::App::dlg_upload("[17] - Auswahl_2022_12_16_05_54_18.png") called at /usr/bin/shutter line 6578
Shutter::App::fct_upload(Gtk3::MenuToolButton=HASH(0x561217ab1bd0)) called at /usr/lib/perl5/5.36/vendor_perl/Glib/Object/Introspection.pm line 67
eval {...} called at /usr/lib/perl5/5.36/vendor_perl/Glib/Object/Introspection.pm line 67
Glib::Object::Introspection::__ANON__(Shutter::App=HASH(0x5612160a63a8)) called at /usr/bin/shutter line 10943
Extra information, such as Shutter version, display server in use (Xorg or Wayland), operating system and ideas for how to solve:
We should probably remove Dropbox and Toilelibre and see whether Vgy.me can be fixed with small effort.
The text was updated successfully, but these errors were encountered:
Regarding vgy.me: Looks like they don't allow anonymous uploading any more, at the same time, there is no API documentation for authorized uploading. I fixed up the URL and end up with an 422 error indicating authentication issues, which, similarly, can be found here: ShareX/ShareX#4432 So I propose to remove vgy.me as well.
edit: Which sadly leaves us with just Imgur (anynomous and OAuth uploading) and Gyazo (authorized uploading, requires additional dependency).
Photon89
added a commit
to Photon89/shutter
that referenced
this issue
Dec 26, 2022
Brief summary of issue
Several upload plugins are currently broken:
Steps to reproduce the issue
Error output
Output for vgy.me upload:
Extra information, such as Shutter version, display server in use (Xorg or Wayland), operating system and ideas for how to solve:
We should probably remove Dropbox and Toilelibre and see whether Vgy.me can be fixed with small effort.
The text was updated successfully, but these errors were encountered: