sisfs

Untitled

Nov 25th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. There is a FlexGet process already running for this config, sending execution there.
  2. Traceback (most recent call last):
  3. File "/usr/local/bin/flexget", line 11, in <module>
  4. sys.exit(main())
  5. File "/usr/local/lib/python2.7/site-packages/flexget/__init__.py", line 42, in main
  6. manager.start()
  7. File "/usr/local/lib/python2.7/site-packages/flexget/manager.py", line 310, in start
  8. client.handle_cli(self.args)
  9. File "/usr/local/lib/python2.7/site-packages/rpyc/core/netref.py", line 196, in __call__
  10. return syncreq(_self, consts.HANDLE_CALL, args, kwargs)
  11. File "/usr/local/lib/python2.7/site-packages/rpyc/core/netref.py", line 71, in syncreq
  12. return conn.sync_request(handler, oid, *args)
  13. File "/usr/local/lib/python2.7/site-packages/rpyc/core/protocol.py", line 441, in sync_request
  14. raise obj
  15. AttributeError: 'NoneType' object has no attribute 'strftime'
  16.  
  17. ========= Remote Traceback (1) =========
  18. Traceback (most recent call last):
  19. File "/usr/local/lib/python2.7/site-packages/rpyc/core/protocol.py", line 305, in _dispatch_request
  20. res = self._HANDLERS[handler](self, *args)
  21. File "/usr/local/lib/python2.7/site-packages/rpyc/core/protocol.py", line 535, in _handle_call
  22. return self._local_objects[oid](*args, **dict(kwargs))
  23. File "/usr/local/lib/python2.7/site-packages/flexget/ipc.py", line 85, in exposed_handle_cli
  24. self.manager.handle_cli(options)
  25. File "/usr/local/lib/python2.7/site-packages/flexget/manager.py", line 354, in handle_cli
  26. options.cli_command_callback(self, command_options)
  27. File "/usr/local/lib/python2.7/site-packages/flexget/plugins/cli/status.py", line 23, in do_cli
  28. do_cli_summary(manager, options)
  29. File "/usr/local/lib/python2.7/site-packages/flexget/plugins/cli/status.py", line 93, in do_cli_summary
  30. task.last_execution_time.strftime('%Y-%m-%d %H:%M'),
  31. AttributeError: 'NoneType' object has no attribute 'strftime'
Advertisement
Add Comment
Please, Sign In to add comment