Python error on ./update.py db #1619

Closed
opened 2013-07-07 16:26:32 +00:00 by rlx · 1 comment
Owner
Running migrations for document:
- Nothing to migrate.
 - Loading initial data for document.
Installed 0 object(s) from 0 fixture(s)
Unhandled exception in thread started by <function reloader_thread at 0xab8d144>
Traceback (most recent call last):
> File "/srv/pandora/pandora/app/config.py", line 126, in reloader_thread
    <ConfigChanges>()
> File "/srv/pandora/pandora/app/config.py", line 118, in *init*
    self.reload_config()
> File "/srv/pandora/pandora/app/config.py", line 125, in reload_config
    lambda event: self.reload_config())
> File "/usr/lib/python2.7/dist-packages/pyinotify.py", line 1743, in add_watch
    if self.get_wd(rpath) is not None:
> File "/usr/lib/python2.7/dist-packages/pyinotify.py", line 1896, in get_wd
    path = self.__format_path(path)
> File "/usr/lib/python2.7/dist-packages/pyinotify.py", line 1658, in __format_path
    return os.path.normpath(path)
<TypeError>: 'NoneType' object is not callable
``` Running migrations for document: - Nothing to migrate. - Loading initial data for document. Installed 0 object(s) from 0 fixture(s) Unhandled exception in thread started by <function reloader_thread at 0xab8d144> Traceback (most recent call last): > File "/srv/pandora/pandora/app/config.py", line 126, in reloader_thread <ConfigChanges>() > File "/srv/pandora/pandora/app/config.py", line 118, in *init* self.reload_config() > File "/srv/pandora/pandora/app/config.py", line 125, in reload_config lambda event: self.reload_config()) > File "/usr/lib/python2.7/dist-packages/pyinotify.py", line 1743, in add_watch if self.get_wd(rpath) is not None: > File "/usr/lib/python2.7/dist-packages/pyinotify.py", line 1896, in get_wd path = self.__format_path(path) > File "/usr/lib/python2.7/dist-packages/pyinotify.py", line 1658, in __format_path return os.path.normpath(path) <TypeError>: 'NoneType' object is not callable ```
j added the
backend
label 2013-07-07 16:26:32 +00:00
j added this to the 13.02 milestone 2013-07-07 16:26:32 +00:00
j self-assigned this 2013-07-07 16:26:32 +00:00
j added the
normal
defect
labels 2013-07-07 16:26:32 +00:00
Owner

In []changeset:pandora,3331:

#!CommitTicketReference repository="" revision="pandora,3331"
dont reload config in manage.py commands, fixes #1619
In []changeset:pandora,3331: ``` #!CommitTicketReference repository="" revision="pandora,3331" dont reload config in manage.py commands, fixes #1619 ```
j added the
fixed
label 2013-07-15 12:49:41 +00:00
j closed this issue 2013-07-15 12:49:41 +00:00
Sign in to join this conversation.
No Milestone
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: 0x2620/pandora#1619
No description provided.