-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error uploading to QGISCloud #41
Comments
@frankdemden Is it possible for you to provide the data you tried the upload with? |
These are the layers I was trying to upload.
Frank D’Emden
AgTech Manager
[cid:[email protected]]2 Maxwell Street
PO Box 335
York, Western Australia 6302
P (08) 9641 2845 M 0488 917 871
E [email protected]<mailto:[email protected]> W www.livingfarm.com.au<http://www.livingfarm.com.au/>
IMPORTANT: This message, including any attachments, is intended only for the person or entity to which it is addressed. It may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this message in error, please contact the sender immediately and delete all copies of this message. If you are not the intended recipient, you must not reproduce any part of this message or disclose its contents to any other party.
From: HusseinKabbout <[email protected]>
Sent: Thursday, 7 May 2020 8:13 PM
To: qgiscloud/qgis-cloud-plugin <[email protected]>
Cc: Frank D'Emden <[email protected]>; Mention <[email protected]>
Subject: Re: [qgiscloud/qgis-cloud-plugin] Error uploading to QGISCloud (#41)
@frankdemden<https://github.com/frankdemden> Is it possible for you to provide the data you tried the upload with?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APPNXJLLA3JG7BVCGALPTZ3RQKQWFANCNFSM4M24WEWQ>.
|
@frankdemden I already created a PR (#42), that should fix this issue |
@frankdemden Are you still encountering this error message? |
I will close this issue, because the problem should be fixed with my latest PR. @frankdemden If you encounter this problem again, then please reopen this issue. |
Hi Hussein,
Sorry I haven’t had a chance to retest this, hopefully your fix works. Thanks for looking into this.
Cheers,
Frank.
Frank D’Emden
AgTech Manager
[cid:[email protected]]2 Maxwell Street
PO Box 335
York, Western Australia 6302
P (08) 9641 2845 M 0488 917 871
E [email protected]<mailto:[email protected]> W www.livingfarm.com.au<http://www.livingfarm.com.au/>
IMPORTANT: This message, including any attachments, is intended only for the person or entity to which it is addressed. It may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this message in error, please contact the sender immediately and delete all copies of this message. If you are not the intended recipient, you must not reproduce any part of this message or disclose its contents to any other party.
From: HusseinKabbout <[email protected]>
Sent: Tuesday, 16 June 2020 5:25 PM
To: qgiscloud/qgis-cloud-plugin <[email protected]>
Cc: Frank D'Emden <[email protected]>; Mention <[email protected]>
Subject: Re: [qgiscloud/qgis-cloud-plugin] Error uploading to QGISCloud (#41)
I will close this issue, because the problem should be fixed with my latest PR. @frankdemden<https://github.com/frankdemden> If you encounter this problem again, then please reopen this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#41 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APPNXJJUFHQTLTVGRDYZ6LDRW425JANCNFSM4M24WEWQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error when attempting to upload data to QGISCLoud using QGIS 3.10:
local variable 'hexstr' referenced before assignment
Full error log below:
Traceback (most recent call last):
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py", line 975, in upload_data
self.data_upload.upload(self.db_connections.db(unicode(db_name)), data_sources_items, unicode(self.maxSize))
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\data_upload.py", line 254, in upload
RasterUpload(conn, cursor, raster_to_upload, maxSize, self.progress_label)
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\raster\raster_upload.py", line 113, in init
gt = self.wkblify_raster(opts, infile.replace( '\', '/') , i, gt)
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\raster\raster_upload.py", line 720, in wkblify_raster
summary = self.wkblify_raster_level(options, ds, options['overview_level'], band_range, infile, i)
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\raster\raster_upload.py", line 666, in wkblify_raster_level
hexwkb += self.wkblify_band_header(options, band)
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\raster\raster_upload.py", line 561, in wkblify_band_header
hexwkb += self.wkblify(self.pt2fmt(pixtype), nodata)
File "C:/Users/Frank/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\raster\raster_upload.py", line 494, in wkblify
return hexstr
UnboundLocalError: local variable 'hexstr' referenced before assignment
The text was updated successfully, but these errors were encountered: