Advertisement
Guest User

test output

a guest
Jul 27th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. ERROR: test_saving_retrieving_consolidated_album (octopus.consolidated_data.tests.test_consolidated_album.ConsolidatedAlbumTest)
  2. ----------------------------------------------------------------------
  3. Traceback (most recent call last):
  4. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/unittest/mock.py", line 1157, in patched
  5. return func(*args, **keywargs)
  6. File "/Users/rgoti/octopus/octopus/consolidated_data/tests/test_consolidated_album.py", line 149, in test_saving_retrieving_consolidated_album
  7. create_update_consolidated_album(consolidated_album_id_returned)
  8. File "/Users/rgoti/octopus/octopus/consolidated_data/consolidated_album.py", line 258, in create_update_consolidated_album
  9. consolidated_album_data = fetch_consolidated_data_for_album(consolidated_album_id)
  10. File "/Users/rgoti/octopus/octopus/consolidated_data/consolidated_album.py", line 113, in fetch_consolidated_data_for_album
  11. consolidated_album_data.release_specific_data = get_release_specific_data(album_metadata)
  12. File "/Users/rgoti/octopus/octopus/consolidated_data/consolidated_album.py", line 140, in get_release_specific_data
  13. release_specific_data.third_party_metadata = get_third_party_metadata(album_release_id)
  14. File "/Users/rgoti/octopus/octopus/consolidated_data/consolidated_album.py", line 232, in get_third_party_metadata
  15. eds_album_response = get_eds_thirdparty_album_release_metadata(album_release_id)
  16. File "/Users/rgoti/octopus/env35/lib/python3.5/site-packages/pandora/contentops/api_clients/statsd.py", line 12, in wrapped_f
  17. return func(*args, **kwargs)
  18. File "/Users/rgoti/octopus/env35/lib/python3.5/site-packages/pandora/contentops/api_clients/eds_client.py", line 29, in get_eds_thirdparty_album_release_metadata
  19. album_response = send_get_request(url, read_timeout=settings.DEFAULT_READ_TIMEOUT, copsid=album_release_id)
  20. File "/Users/rgoti/octopus/env35/lib/python3.5/site-packages/pandora/contentops/api_clients/statsd.py", line 12, in wrapped_f
  21. return func(*args, **kwargs)
  22. File "/Users/rgoti/octopus/env35/lib/python3.5/site-packages/pandora/contentops/api_clients/utils.py", line 109, in send_get_request
  23. response = _send_request(url, request_method='GET', read_timeout=read_timeout, params=query_params)
  24. File "/Users/rgoti/octopus/env35/lib/python3.5/site-packages/pandora/contentops/api_clients/utils.py", line 164, in _send_request
  25. raise exceptions.RequestException(response) from ex
  26. pandora.contentops.api_clients.exceptions.RequestException: client error {} for https://eds.savagebeast.com/mapping/album?copsid=5
  27. -------------------- >> begin captured logging << --------------------
  28. urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): eds.savagebeast.com
  29. urllib3.connectionpool: DEBUG: https://eds.savagebeast.com:443 "GET /mapping/album?copsid=5 HTTP/1.1" 404 0
  30. pandora.contentops.api_clients.utils: ERROR: Http Error: Url: https://eds.savagebeast.com/mapping/album Timeout: (6.01, 30) Data: None Params: {'copsid': 5} Headers {'Content-Type': 'application/json', 'User-Agent': 'octopus'}, Response: <Response [404]>
  31. --------------------- >> end captured logging << ---------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement