Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. System check identified some issues:
  2.  
  3. WARNINGS:
  4. what_meta.WhatMetaFulltext.artist: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
  5. HINT: ForeignKey(unique=True) is usually better served by a OneToOneField.
  6. what_meta.WhatMetaFulltext.artist_alias: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
  7. HINT: ForeignKey(unique=True) is usually better served by a OneToOneField.
  8. what_meta.WhatMetaFulltext.torrent_group: (fields.W342) Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
  9. HINT: ForeignKey(unique=True) is usually better served by a OneToOneField.
  10. Checking to see if torrent is already loaded into WM..
  11. Checking for existing files...
  12. Checking /media/Milu/WhatManager/Uploafer/Bastille - Good Grief (2016) - FLAC WEB/01 - Good Grief.flac
  13. Checking /media/Milu/WhatManager/Uploafer/Bastille - Good Grief (2016) - FLAC WEB/Front.jpg
  14. Creating destination directory...
  15. All torrent data files exist.
  16. Moving files to new directory...
  17. Adding torrent to WM...
  18. Traceback (most recent call last):
  19. File "./manage.py", line 10, in <module>
  20. execute_from_command_line(sys.argv)
  21. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line
  22. utility.execute()
  23. File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 346, in execute
  24. self.fetch_command(subcommand).run_from_argv(self.argv)
  25. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 394, in run_from_argv
  26. self.execute(*args, **cmd_options)
  27. File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 445, in execute
  28. output = self.handle(*args, **options)
  29. File "/opt/WhatManager2/WhatManager2/management/commands/import_external_what_torrent.py", line 135, in handle
  30. self.download_location, self.what_torrent.id)
  31. File "/opt/WhatManager2/WhatManager2/manage_torrent.py", line 41, in add_torrent
  32. t_torrent = instance.client.add_torrent(
  33. File "/opt/WhatManager2/home/models.py", line 163, in client
  34. user=self.username, password=self.password)
  35. File "/usr/local/lib/python2.7/dist-packages/transmissionrpc/client.py", line 169, in __init__
  36. self.get_session()
  37. File "/usr/local/lib/python2.7/dist-packages/transmissionrpc/client.py", line 828, in get_session
  38. self._request('session-get', timeout=timeout)
  39. File "/usr/local/lib/python2.7/dist-packages/transmissionrpc/client.py", line 247, in _request
  40. http_data = self._http_query(query, timeout)
  41. File "/usr/local/lib/python2.7/dist-packages/transmissionrpc/client.py", line 223, in _http_query
  42. raise TransmissionError('Request failed.', error)
  43. transmissionrpc.error.TransmissionError: Request failed. Original exception: HTTPHandlerError, "HTTPHandlerError 111: Connection refused"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement