yutipy 2.2.0__tar.gz → 2.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of yutipy might be problematic. Click here for more details.

Files changed (61) hide show
  1. {yutipy-2.2.0 → yutipy-2.2.2}/PKG-INFO +1 -1
  2. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/logger.py +5 -2
  3. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/spotify.py +9 -1
  4. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy.egg-info/PKG-INFO +1 -1
  5. {yutipy-2.2.0 → yutipy-2.2.2}/.gitattributes +0 -0
  6. {yutipy-2.2.0 → yutipy-2.2.2}/.github/FUNDING.yml +0 -0
  7. {yutipy-2.2.0 → yutipy-2.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {yutipy-2.2.0 → yutipy-2.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  9. {yutipy-2.2.0 → yutipy-2.2.2}/.github/dependabot.yml +0 -0
  10. {yutipy-2.2.0 → yutipy-2.2.2}/.github/workflows/pytest-unit-testing.yml +0 -0
  11. {yutipy-2.2.0 → yutipy-2.2.2}/.github/workflows/release.yml +0 -0
  12. {yutipy-2.2.0 → yutipy-2.2.2}/.gitignore +0 -0
  13. {yutipy-2.2.0 → yutipy-2.2.2}/.readthedocs.yaml +0 -0
  14. {yutipy-2.2.0 → yutipy-2.2.2}/LICENSE +0 -0
  15. {yutipy-2.2.0 → yutipy-2.2.2}/MANIFEST.in +0 -0
  16. {yutipy-2.2.0 → yutipy-2.2.2}/README.md +0 -0
  17. {yutipy-2.2.0 → yutipy-2.2.2}/docs/Makefile +0 -0
  18. {yutipy-2.2.0 → yutipy-2.2.2}/docs/_static/yutipy_header.png +0 -0
  19. {yutipy-2.2.0 → yutipy-2.2.2}/docs/_static/yutipy_logo.png +0 -0
  20. {yutipy-2.2.0 → yutipy-2.2.2}/docs/api_reference.rst +0 -0
  21. {yutipy-2.2.0 → yutipy-2.2.2}/docs/available_platforms.rst +0 -0
  22. {yutipy-2.2.0 → yutipy-2.2.2}/docs/cli.rst +0 -0
  23. {yutipy-2.2.0 → yutipy-2.2.2}/docs/conf.py +0 -0
  24. {yutipy-2.2.0 → yutipy-2.2.2}/docs/faq.rst +0 -0
  25. {yutipy-2.2.0 → yutipy-2.2.2}/docs/index.rst +0 -0
  26. {yutipy-2.2.0 → yutipy-2.2.2}/docs/installation.rst +0 -0
  27. {yutipy-2.2.0 → yutipy-2.2.2}/docs/make.bat +0 -0
  28. {yutipy-2.2.0 → yutipy-2.2.2}/docs/requirements.txt +0 -0
  29. {yutipy-2.2.0 → yutipy-2.2.2}/docs/usage_examples.rst +0 -0
  30. {yutipy-2.2.0 → yutipy-2.2.2}/pyproject.toml +0 -0
  31. {yutipy-2.2.0 → yutipy-2.2.2}/requirements-dev.txt +0 -0
  32. {yutipy-2.2.0 → yutipy-2.2.2}/requirements.txt +0 -0
  33. {yutipy-2.2.0 → yutipy-2.2.2}/setup.cfg +0 -0
  34. {yutipy-2.2.0 → yutipy-2.2.2}/tests/__init__.py +0 -0
  35. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_deezer.py +0 -0
  36. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_itunes.py +0 -0
  37. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_kkbox.py +0 -0
  38. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_lastfm.py +0 -0
  39. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_models.py +0 -0
  40. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_musicyt.py +0 -0
  41. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_spotify.py +0 -0
  42. {yutipy-2.2.0 → yutipy-2.2.2}/tests/test_utils.py +0 -0
  43. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/__init__.py +0 -0
  44. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/cli/__init__.py +0 -0
  45. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/cli/config.py +0 -0
  46. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/cli/search.py +0 -0
  47. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/deezer.py +0 -0
  48. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/exceptions.py +0 -0
  49. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/itunes.py +0 -0
  50. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/kkbox.py +0 -0
  51. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/lastfm.py +0 -0
  52. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/models.py +0 -0
  53. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/musicyt.py +0 -0
  54. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/utils/__init__.py +0 -0
  55. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/utils/helpers.py +0 -0
  56. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy/yutipy_music.py +0 -0
  57. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy.egg-info/SOURCES.txt +0 -0
  58. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy.egg-info/dependency_links.txt +0 -0
  59. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy.egg-info/entry_points.txt +0 -0
  60. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy.egg-info/requires.txt +0 -0
  61. {yutipy-2.2.0 → yutipy-2.2.2}/yutipy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: A simple package for retrieving music information from various music platforms APIs.
5
5
  Author: Cheap Nightbot
6
6
  Author-email: Cheap Nightbot <hi@cheapnightbot.slmail.me>
@@ -27,10 +27,13 @@ def enable_logging(level=logging.INFO, handler=None):
27
27
  console_handler.setFormatter(formatter)
28
28
  handler = console_handler
29
29
 
30
- # Add the handler if not already added
31
- if not any(isinstance(h, type(handler)) for h in logger.handlers):
30
+ # Add the handler if it is not already added
31
+ if handler not in logger.handlers:
32
32
  logger.addHandler(handler)
33
33
 
34
+ # Disable propagation to avoid duplicate logs
35
+ logger.propagate = False
36
+
34
37
 
35
38
  def disable_logging():
36
39
  """Disable logging for the library."""
@@ -1087,8 +1087,16 @@ class SpotifyAuth:
1087
1087
  except requests.RequestException as e:
1088
1088
  raise NetworkException(f"Network error occurred: {e}")
1089
1089
 
1090
+ if response.status_code == 204:
1091
+ logger.info("Requested user is currently not listening to any music.")
1092
+ return None
1090
1093
  if response.status_code != 200:
1091
- logger.error(f"Unexpected response: {response.json()}")
1094
+ try:
1095
+ logger.error(f"Unexpected response: {response.json()}")
1096
+ except requests.exceptions.JSONDecodeError:
1097
+ logger.error(
1098
+ f"Response Code: {response.status_code}, Reason: {response.reason}"
1099
+ )
1092
1100
  return None
1093
1101
 
1094
1102
  response_json = response.json()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yutipy
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: A simple package for retrieving music information from various music platforms APIs.
5
5
  Author: Cheap Nightbot
6
6
  Author-email: Cheap Nightbot <hi@cheapnightbot.slmail.me>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes