Bug report #12833

AttributeError: 'NoneType' object has no attribute 'port'

Added by Kelly Armstrong almost 9 years ago. Updated almost 9 years ago.

Status:Closed
Priority:Low
Assignee:-
Category:-
Affected QGIS version:2.8.2 Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:invalid
Crashes QGIS or corrupts data:No Copied to github as #:20928

Description

I am trying to upload data in QGIS Cloud in 2.8.2.

I get the following error:
----------
An error has occured while executing Python code:

Traceback (most recent call last):
File "C:/Users/myname/.qgis2/python/plugins\\qgiscloud\\qgiscloudplugindialog.py", line 692, in upload_data
if not self.db_connections.isPortOpen(db_name):
File "C:/Users/myname/.qgis2/python/plugins\\qgiscloud\\db_connections.py", line 94, in isPortOpen
if not uri.port():
AttributeError: 'NoneType' object has no attribute 'port'

History

#1 Updated by Saber Razmjooei almost 9 years ago

  • Priority changed from Normal to Low
  • Status changed from Open to Feedback

This is a problem with the plugin and better report it here:
https://github.com/qgiscloud/qgis-cloud-plugin/issues

#2 Updated by Giovanni Manghi almost 9 years ago

  • Resolution set to invalid
  • Status changed from Feedback to Closed

issues with 3rd party plugins must be reported in the proper bug trackers.

Also available in: Atom PDF