Guest User

plexivity

a guest
Sep 13th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. 13.09.2016 20:29:08 plexivity.helper INFO : local timezone: local
  2. 13.09.2016 20:29:08 plexivity.helper ERROR : Local timezone name could not be determined. Scheduler will display times in UTC for any logmessages. To resolve this set up /etc/timezone with correct time zone name.
  3. 13.09.2016 20:29:08 apscheduler INFO : Adding job tentatively -- it will be properly scheduled when the scheduler starts
  4. 13.09.2016 20:29:08 apscheduler INFO : Added job "task" to job store "default"
  5. 13.09.2016 20:29:08 apscheduler INFO : Scheduler started
  6. 13.09.2016 20:29:08 apscheduler DEBUG : Looking for jobs to run
  7. 13.09.2016 20:29:08 apscheduler DEBUG : Next wakeup is due at 2016-09-13 18:29:10.604933+00:00 (in 1.843909 seconds)
  8. 13.09.2016 20:29:10 apscheduler DEBUG : Looking for jobs to run
  9. 13.09.2016 20:29:10 apscheduler DEBUG : Next wakeup is due at 2016-09-13 18:31:10.604933+00:00 (in 119.998964 seconds)
  10. 13.09.2016 20:29:10 apscheduler.executors.default INFO : Running job "task (trigger: interval[0:02:00], next run at: 2016-09-13 18:31:10 UTC)" (scheduled at 2016-09-13 18:29:10.604933+00:00)
  11. 13.09.2016 20:29:11 plexivity.plex DEBUG : PLEX => requested url: status/sessions
  12. 13.09.2016 20:29:11 plexivity.plex DEBUG : PLEX => requests args: {}
  13. 13.09.2016 20:29:11 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  14. 13.09.2016 20:29:11 plexivity.notify INFO : getting recently started entrys from database
  15. 13.09.2016 20:29:12 plexivity.plex DEBUG : PLEX => requested url: library/recentlyAdded
  16. 13.09.2016 20:29:12 plexivity.plex DEBUG : PLEX => requests args: {'X-Plex-Container-Size': 6, 'X-Plex-Container-Start': 0}
  17. 13.09.2016 20:29:12 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  18. 13.09.2016 20:29:12 apscheduler.executors.default ERROR : Job "task (trigger: interval[0:02:00], next run at: 2016-09-13 18:31:10 UTC)" raised an exception
  19. Traceback (most recent call last):
  20. File "/usr/local/plexivity/env/lib/python2.7/site-packages/apscheduler/executors/base.py", line 108, in run_job
  21. retval = job.func(*job.args, **job.kwargs)
  22. File "/volume1/@appstore/plexivity/share/plexivity/app/notify.py", line 22, in task
  23. if len(recentlyAdded):
  24. TypeError: object of type 'bool' has no len()
  25. 13.09.2016 20:31:10 apscheduler DEBUG : Looking for jobs to run
  26. 13.09.2016 20:31:10 apscheduler.executors.default INFO : Running job "task (trigger: interval[0:02:00], next run at: 2016-09-13 18:31:10 UTC)" (scheduled at 2016-09-13 18:31:10.604933+00:00)
  27. 13.09.2016 20:31:10 apscheduler DEBUG : Next wakeup is due at 2016-09-13 18:33:10.604933+00:00 (in 119.997376 seconds)
  28. 13.09.2016 20:31:10 plexivity.plex DEBUG : PLEX => requested url: status/sessions
  29. 13.09.2016 20:31:10 plexivity.plex DEBUG : PLEX => requests args: {}
  30. 13.09.2016 20:31:10 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  31. 13.09.2016 20:31:10 plexivity.notify INFO : getting recently started entrys from database
  32. 13.09.2016 20:31:10 plexivity.plex DEBUG : PLEX => requested url: library/recentlyAdded
  33. 13.09.2016 20:31:10 plexivity.plex DEBUG : PLEX => requests args: {'X-Plex-Container-Size': 6, 'X-Plex-Container-Start': 0}
  34. 13.09.2016 20:31:10 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  35. 13.09.2016 20:31:11 apscheduler.executors.default ERROR : Job "task (trigger: interval[0:02:00], next run at: 2016-09-13 18:33:10 UTC)" raised an exception
  36. Traceback (most recent call last):
  37. File "/usr/local/plexivity/env/lib/python2.7/site-packages/apscheduler/executors/base.py", line 108, in run_job
  38. retval = job.func(*job.args, **job.kwargs)
  39. File "/volume1/@appstore/plexivity/share/plexivity/app/notify.py", line 22, in task
  40. if len(recentlyAdded):
  41. TypeError: object of type 'bool' has no len()
  42. 13.09.2016 20:32:57 plexivity.helper INFO : local timezone: local
  43. 13.09.2016 20:32:57 plexivity.helper ERROR : Local timezone name could not be determined. Scheduler will display times in UTC for any logmessages. To resolve this set up /etc/timezone with correct time zone name.
  44. 13.09.2016 20:32:57 apscheduler INFO : Adding job tentatively -- it will be properly scheduled when the scheduler starts
  45. 13.09.2016 20:32:57 apscheduler INFO : Added job "task" to job store "default"
  46. 13.09.2016 20:32:57 apscheduler INFO : Scheduler started
  47. 13.09.2016 20:32:57 apscheduler DEBUG : Looking for jobs to run
  48. 13.09.2016 20:32:57 apscheduler DEBUG : Next wakeup is due at 2016-09-13 18:32:59.403900+00:00 (in 1.980311 seconds)
  49. 13.09.2016 20:32:57 plexivity.plex DEBUG : PLEX => requested url: status
  50. 13.09.2016 20:32:57 plexivity.plex DEBUG : PLEX => requests args: {}
  51. 13.09.2016 20:32:57 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  52. 13.09.2016 20:32:59 apscheduler DEBUG : Looking for jobs to run
  53. 13.09.2016 20:32:59 apscheduler DEBUG : Next wakeup is due at 2016-09-13 18:34:59.403900+00:00 (in 119.678863 seconds)
  54. 13.09.2016 20:32:59 apscheduler.executors.default INFO : Running job "task (trigger: interval[0:02:00], next run at: 2016-09-13 18:34:59 UTC)" (scheduled at 2016-09-13 18:32:59.403900+00:00)
  55. 13.09.2016 20:32:59 plexivity.plex DEBUG : PLEX => requested url: status/sessions
  56. 13.09.2016 20:32:59 plexivity.plex DEBUG : PLEX => requests args: {}
  57. 13.09.2016 20:32:59 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  58. 13.09.2016 20:33:00 plexivity.notify INFO : getting recently started entrys from database
  59. 13.09.2016 20:33:00 plexivity.plex DEBUG : PLEX => requested url: library/recentlyAdded
  60. 13.09.2016 20:33:00 plexivity.plex DEBUG : PLEX => requests args: {'X-Plex-Container-Size': 6, 'X-Plex-Container-Start': 0}
  61. 13.09.2016 20:33:00 plexivity.plex DEBUG : PLEX => request failed, trying with auth
  62. 13.09.2016 20:33:00 apscheduler.executors.default ERROR : Job "task (trigger: interval[0:02:00], next run at: 2016-09-13 18:34:59 UTC)" raised an exception
  63. Traceback (most recent call last):
  64. File "/usr/local/plexivity/env/lib/python2.7/site-packages/apscheduler/executors/base.py", line 108, in run_job
  65. retval = job.func(*job.args, **job.kwargs)
  66. File "/volume1/@appstore/plexivity/share/plexivity/app/notify.py", line 22, in task
  67. if len(recentlyAdded):
  68. TypeError: object of type 'bool' has no len()
Advertisement
Add Comment
Please, Sign In to add comment