Giter VIP home page Giter VIP logo

playlist-everywhere's People

Contributors

kde713 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

2minchul

playlist-everywhere's Issues

Exception Handling이 올바르게 되지 않는 문제

Traceback (most recent call last):                         /s]
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 182, in upload
    vendor_client.add_song_to_personal_playlist(new_playlist_id, song)
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/vendor/genie.py", line 87, in add_song_to_personal_playlist
    raise Exception(f'곡 추가에 실패했습니다. ({result["Result"].get("RetMsg")})')
Exception: 곡 추가에 실패했습니다. (실패)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 184, in upload
    unregistered_song.append(f"{str(song)} ({e.message})")
AttributeError: 'Exception' object has no attribute 'message'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/__main__.py", line 3, in <module>
    CliApplication().run()
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 32, in run
    getattr(self, answers['action'])(answers['vendor'])
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 201, in upload
    sys.stderr.write(f"오류가 발생했습니다: {e.message}")
AttributeError: 'AttributeError' object has no attribute 'message'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.