Anton Grouchtchak
Anton Grouchtchak
@sameert123 Can you please try the `dev_2.3` branch? The `master` branch does not have many fixes that are in `dev_2.3`.
@sameert123 Use this command: ```bash curl -sSL https://raw.githubusercontent.com/TobKra96/music_led_strip_control/master/setup.sh | sudo bash -s -- -b dev_2.3 ```
@sameert123 Looks like some package can't be installed on your pi. What's your Pi OS version?
Try installing a 64bit OS
@carlosvega I managed to get a probably bad workaround for now: ```python3 from oauthlib.oauth2.rfc6749.errors import MismatchingStateError from flask import redirect, url_for, jsonify import app @app.errorhandler(MismatchingStateError) def mismatching_state(e): return redirect(url_for("google.login")) #...
@oxigen-dev the Docker image is not up to date with the latest repo. See #864