GithubHelp home page GithubHelp logo

cezargab / overlyrics Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 1.0 9.28 MB

๐ŸŽต๐ŸŸข๐Ÿ“ƒ | Python application that displays real-time song lyrics overlaid on top of other windows in the system.

Home Page: https://cezargab.github.io/Overlyrics/

License: MIT License

Python 40.91% Tcl 59.09%
python spotipy tkinter opensource syncedlyrics

overlyrics's People

Contributors

cezargab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kahyoongho

overlyrics's Issues

Overlyrics won't get past "Starting..."

`C:\Users\A\Downloads\Overlyrics>python Overlyrics.py
HTTP Error for GET to https://api.spotify.com/v1/me/player/currently-playing with Params: {} returned 403 due to User not registered in the Developer Dashboard
Exception in thread Thread-1 (update_track_info):
Traceback (most recent call last):
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\site-packages\spotipy\client.py", line 271, in _internal_call
response.raise_for_status()
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\site-packages\requests\models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.spotify.com/v1/me/player/currently-playing

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\A\Downloads\Overlyrics\Overlyrics.py", line 142, in update_track_info
trackName, artistName, currentProgress, isPaused = get_track_info()
^^^^^^^^^^^^^^^^
File "C:\Users\A\Downloads\Overlyrics\Overlyrics.py", line 149, in get_track_info
trackInfo = getCurrentTrackInfo()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\A\Downloads\Overlyrics\Overlyrics.py", line 110, in getCurrentTrackInfo
current_track = sp.current_user_playing_track() # Get the information of the music being listened to, through the API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\site-packages\spotipy\client.py", line 1232, in current_user_playing_track
return self._get("me/player/currently-playing")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\site-packages\spotipy\client.py", line 323, in _get
return self._internal_call("GET", url, payload, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\A\AppData\Local\Programs\Python\Python311\Lib\site-packages\spotipy\client.py", line 293, in _internal_call
raise SpotifyException(
spotipy.exceptions.SpotifyException: http status: 403, code:-1 - https://api.spotify.com/v1/me/player/currently-playing:
User not registered in the Developer Dashboard, reason: None`

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.