locale #39570

Closed
opened 2014-04-03 00:32:44 +02:00 by Никита Городецкий · 5 comments

System Information
linux 64, ubuntu 12.04

Blender Version
Broken: 2.7 d84bd56
Worked: none

Short description of error

File "/home/***/.config/blender/2.70/scripts/addons/Randomiser_addon.py", line 672, in register
  locale.setlocale(locale.LC_ALL, 'en_GB')
File "/usr/lib/python3.3/locale.py", line 541, in setlocale
  return _setlocale(category, locale)

locale.Error: unsupported locale setting

Traceback (most recent call last):

File "/home/***/.config/blender/2.70/scripts/addons/Randomiser_addon.py", line 467, in draw
  ob = bpy.context.active_object

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

location: :-1

location: :-1
[11542:11571:0403/012938:ERROR:nss_util.cc(558)] After loading Root Certs, loaded==false: NSS error code: -8018

Exact steps for others to reproduce the error
actication of addon

**System Information** linux 64, ubuntu 12.04 **Blender Version** Broken: 2.7 d84bd56 Worked: none **Short description of error** ``` File "/home/***/.config/blender/2.70/scripts/addons/Randomiser_addon.py", line 672, in register locale.setlocale(locale.LC_ALL, 'en_GB') File "/usr/lib/python3.3/locale.py", line 541, in setlocale return _setlocale(category, locale) ``` locale.Error: unsupported locale setting Traceback (most recent call last): ``` File "/home/***/.config/blender/2.70/scripts/addons/Randomiser_addon.py", line 467, in draw ob = bpy.context.active_object ``` AttributeError: 'NoneType' object has no attribute 'context' location: <unknown location>:-1 location: <unknown location>:-1 [11542:11571:0403/012938:ERROR:nss_util.cc(558)] After loading Root Certs, loaded==false: NSS error code: -8018 **Exact steps for others to reproduce the error** actication of addon

Changed status to: 'Open'

Changed status to: 'Open'
Никита Городецкий self-assigned this 2014-04-03 00:32:44 +02:00

Added subscriber: @nikitron

Added subscriber: @nikitron
Никита Городецкий was unassigned by Bastien Montagne 2014-04-04 22:51:51 +02:00

Added subscriber: @mont29

Added subscriber: @mont29

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2014-04-04 22:54:01 +02:00

The error seems to be generated by Randomiser_addon.py addon, which is not distributed with Blender. We therefore cannot accept bug reports about it.

The error seems to be generated by Randomiser_addon.py addon, which is not distributed with Blender. We therefore cannot accept bug reports about it.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#39570
No description provided.