We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When storing project in compressed file (qgz) the plugin fails after pressing 'Next' button with
Traceback (most recent call last): File "/home/martin/git/gislab-npo/gisquick-qgis-plugin/publish.py", line 328, in validate self.publish_project() File "/home/martin/git/gislab-npo/gisquick-qgis-plugin/publish.py", line 284, in publish_project project_data = fin.read() File "/usr/lib/python3.7/codecs.py", line 701, in read return self.reader.read(size) File "/usr/lib/python3.7/codecs.py", line 504, in read newchars, decodedbytes = self.decode(data, self.errors) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 10: invalid start byte
The text was updated successfully, but these errors were encountered:
qgz is not supported, inform the user, see #14
c0b0abb
With c0b0abb the plugin informs the user about unsupported QGZ projects...
Sorry, something went wrong.
No branches or pull requests
When storing project in compressed file (qgz) the plugin fails after pressing 'Next' button with
The text was updated successfully, but these errors were encountered: