P2O reports the applet is out of order because of ascii

Bug #1468310 reported by Dirk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Points2One
Fix Released
Undecided
Unassigned

Bug Description

the applet crashes immediatelly after install process. dialog appears 'Diese Erweiterung ist defekt ascii'. In file of installation is containing a german character 'ä' because of the account of the logged-in user (folder name). maybe this is reason for the error similar to the bug of pre-poster?

Revision history for this message
Goyo (goyodiaz) wrote :

Thank you for your report. Can you paste the full text displayed in the error dialog? It would be better if the message were in English, in order to get messages in English go to Settings > Options > Locale, check "Override system locale", select "U.S. English" and restart qgis.

Also it could be useful to know your operating system and QGIS version.

Revision history for this message
Goyo (goyodiaz) wrote :

I have released a new version, please let me know if it fixes the issue.

Changed in points2one:
status: New → Incomplete
Revision history for this message
Dirk (dirk-laemmel-w) wrote : Re: [Bug 1468310] Re: P2O reports the applet is out of order because of ascii
Download full text (4.6 KiB)

Hello,
thanks for fast troubleshooting. Just it seems to work in my system
(Windows 7 Professional with Service Pack 1)
Before new installing the following messages appears.
Sincerely yours,
D. Lämmel

Couldn't load plugin processing due to an error when calling its
classFactory() method

Traceback (most recent call last):
  File "C:/PROGRA~1/QGISWI~1/apps/qgis/./python\qgis\utils.py", line 219,
in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "C:/Users/L mmel/.qgis2/python/plugins\processing\__init__.py", line
37, in classFactory
    from processing.ProcessingPlugin import ProcessingPlugin
  File "C:/PROGRA~1/QGISWI~1/apps/qgis/./python\qgis\utils.py", line 478,
in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/L
mmel/.qgis2/python/plugins\processing\ProcessingPlugin.py", line 47, in
    if cmd_folder not in sys.path:
  File "C:/PROGRA~1/QGISWI~1/apps/qgis/./python\qgis\utils.py", line 55, in
showWarning
    "warning:%s\ntraceback:%s" % ( warnings.formatwarning(message,
category, filename, lineno), stk),
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 18:
ordinal not in range(128)

Python version:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]

QGIS version:
2.8.1-Wien Wien, exported

Python path: ['C:/PROGRA~1/QGISWI~1/apps/qgis/./python',
u'C:/Users/L\xe4mmel/.qgis2/python',
u'C:/Users/L\xe4mmel/.qgis2/python/plugins',
'C:/PROGRA~1/QGISWI~1/apps/qgis/./python/plugins',
'C:\\PROGRA~1\\QGISWI~1\\bin\\python27.zip',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\DLLs',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\plat-win',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\lib-tk',
'C:\\PROGRA~1\\QGISWI~1\\bin', 'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\PIL',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\jinja2-2.7.2-py2.7.egg',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\markupsafe-0.23-py2.7-win32.egg',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\python_dateutil-2.2-py2.7.egg',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\pytz-2014.2-py2.7.egg',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\win32',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\win32\\lib',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\Pythonwin',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win32.egg',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\six-1.6.1-py2.7.egg',
'C:\\PROGRA~1\\QGISWI~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
u'C:/Users/L\xe4mmel/.qgis2//python']

Points2One

Create lines and polygons from vertices.

Connects points in a layer to form lines and polygons.

19 rating vote(s), 52576 downloads

More info: homepage tracker code_repository

Author: Pavol Kapusta

Installed version: 1.0.2 (in
C:\Users\Lämmel\.qgis2\python\plugins\points2one)
Available version: 1.0.2 (in Offizielles QGIS-Erweiterungsreposi...

Read more...

Revision history for this message
Goyo (goyodiaz) wrote :

That looks like an problem with the processing plugin. Is the points2one issue solved?

If so, you may want to file a bug against processing or qgis (not sure who is to blame for this).

Revision history for this message
Dirk (dirk-laemmel-w) wrote :

sorry, that was the note which appears after new installing of P2O and
working with it and other plugins in QGIS 2.8....
the trackback report for P2O is lost ...
but anyway your fixing solved my problem with p2o. Thanks a lot ...

2015-06-29 19:04 GMT+02:00 Goyo <email address hidden>:

> That looks like an problem with the processing plugin. Is the points2one
> issue solved?
>
> If so, you may want to file a bug against processing or qgis (not sure
> who is to blame for this).
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1468310
>
> Title:
> P2O reports the applet is out of order because of ascii
>
> Status in Points2One:
> Incomplete
>
> Bug description:
> the applet crashes immediatelly after install process. dialog appears
> 'Diese Erweiterung ist defekt ascii'. In file of installation is
> containing a german character 'ä' because of the account of the
> logged-in user (folder name). maybe this is reason for the error
> similar to the bug of pre-poster?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/points2one/+bug/1468310/+subscriptions
>

Revision history for this message
Goyo (goyodiaz) wrote :

Fized in r1.0.2

Changed in points2one:
status: Incomplete → Fix Released
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.