Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. pi@raspberrypi ~ $ flexget --test execute
  2. 2016-11-18 21:41 INFO manager Test mode, creating a copy from database ...
  3. 2016-11-18 21:41 INFO manager Test database created
  4. Exception in thread ipc_server:
  5. Traceback (most recent call last):
  6. File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  7. self.run()
  8. File "/usr/local/lib/python2.7/dist-packages/flexget/ipc.py", line 149, in run
  9. DaemonService, hostname=self.host, port=self.port, authenticator=self.authenticator, logger=rpyc_logger
  10. File "/usr/local/lib/python2.7/dist-packages/rpyc/utils/server.py", line 78, in __init__
  11. self.listener.bind((hostname, port))
  12. File "/usr/lib/python2.7/socket.py", line 224, in meth
  13. return getattr(self._sock,name)(*args)
  14. error: [Errno 99] Cannot assign requested address
  15.  
  16. 2016-11-18 21:42 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
  17. 2016-11-18 21:42 VERBOSE discover tv Discovering 8 titles ...
  18. 2016-11-18 21:42 VERBOSE discover tv Discover interval of 5 hours not met for 3 entries. Use --discover-now to override.
  19. 2016-11-18 21:42 VERBOSE discover tv xxxxx hasn't been released yet (Expected: 2017-01-05 00:00:00)
  20. /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  21. SNIMissingWarning
  22. /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  23. InsecurePlatformWarning
  24. 2016-11-18 21:44 VERBOSE task tv ACCEPTED: `xxxxxx 1080p ` by series plugin because matches quality
  25. 2016-11-18 21:44 INFO download tv Would download: xxxxx 1080p
  26. 2016-11-18 21:44 VERBOSE details tv Task didn't produce any entries.
  27. 2016-11-18 21:44 VERBOSE details tv Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
  28. 2016-11-18 21:44 INFO manager Removed test database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement