qreator fails to shorten google maps address URL

Bug #1826539 reported by Ash Ari
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Qreator
New
Undecided
Unassigned

Bug Description

Example URL: http://maps.google.com/maps?daddr=4000%20OGDEN%20AVE,%20AURORA,%20IL%2060504

Paste address in the qreator box. QR code correctly created. However shortening the URL fails:

An error occured while trying to shorten the URL: Error: Please enter a valid URL to shorten

Verbose log:

qreator -u "http://maps.google.com/maps?daddr=4000%20OGDEN%20AVE,%20AURORA,%20IL%2060504"
/usr/share/qreator/qreator_lib/Builder.py:21: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Gtk # pylint: disable=E0611
/usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:17: PyGIWarning: GtkChamplain was imported without specifying a version first. Use gi.require_version('GtkChamplain', '0.12') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GtkChamplain, Clutter, Champlain
/usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:19: PyGIWarning: GtkClutter was imported without specifying a version first. Use gi.require_version('GtkClutter', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GtkClutter
/usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py:20: PyGIWarning: NetworkManager was imported without specifying a version first. Use gi.require_version('NetworkManager', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, NetworkManager, NMClient, GLib, GdkPixbuf
/usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py:20: PyGIWarning: NMClient was imported without specifying a version first. Use gi.require_version('NMClient', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, NetworkManager, NMClient, GLib, GdkPixbuf
No handlers could be found for logger "qreator_lib"
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

Revision history for this message
Ash Ari (ashari) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.