Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

ERRORR typeerror #4

Open
Fede-26 opened this issue Oct 21, 2019 · 4 comments
Open

ERRORR typeerror #4

Fede-26 opened this issue Oct 21, 2019 · 4 comments

Comments

@Fede-26
Copy link

Fede-26 commented Oct 21, 2019

[2019-10-21 22:12:22,364] ERROR in app: Exception on /start [POST]
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python2.7/dist-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functionsrule.endpoint
File "server.py", line 42, in start
radio_text = removeNonAscii(file.title)
File "server.py", line 27, in removeNonAscii
def removeNonAscii(s): return "".join(i for i in s if ord(i)<128)
TypeError: 'NoneType' object is not iterable

@Bartekkur1
Copy link
Contributor

Hi, pasting your console exception here wont tell us much. Could you tell us how to reproduce your error so that we can fix it?

@Fede-26
Copy link
Author

Fede-26 commented Oct 22, 2019

I select a song from mymusic category, the song doesn't start

@bmt79
Copy link

bmt79 commented Feb 5, 2020

I have the same error here, whenever i try and play any music i get the same message in console

@dawiddyd
Copy link
Owner

dawiddyd commented Feb 9, 2020

@Fede-26 @bmt79 Try to update Python to the latest version.

Repository owner deleted a comment from Bartekkur1 Feb 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants