Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Some SoundCloud tracks break Beats #66

@kevinwang

Description

@kevinwang

Beats hangs on the following track and is unresponsive to skipping: https://soundcloud.com/theknocks/the-knocks-dancing-with-myself

But other tracks like the following work fine: https://soundcloud.com/brainfeeder/thundercat-them-changes

@andrewyang96

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/var/www/beats/scheduler.py", line 333, in _scheduler_thread
    self.play_next()
  File "/var/www/beats/scheduler.py", line 255, in play_next
    player.play_media(video)
  File "/var/www/beats/player.py", line 67, in play_media
    play(media.mrl())
  File "/var/www/beats/soundcloudlib.py", line 29, in mrl
    allow_redirects=False)
  File "/var/www/beats/venv/local/lib/python2.7/site-packages/soundcloud/client.py", line 130, in _request
    return wrapped_resource(make_request(method, url, kwargs))
  File "/var/www/beats/venv/local/lib/python2.7/site-packages/soundcloud/request.py", line 134, in make_request
    result.raise_for_status()
  File "/var/www/beats/venv/local/lib/python2.7/site-packages/requests/models.py", line 773, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
HTTPError: 404 Client Error: Not Found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions