Problem in Mac OSX
See original GitHub issueIssue Description
I tried to run the script but I get this exception:
Traceback (most recent call last):
File "/usr/local/bin/pyradio", line 8, in <module>
load_entry_point('pyradio==0.5.2', 'console_scripts', 'pyradio')()
File "/Library/Python/2.7/site-packages/pyradio/main.py", line 54, in shell
curses.wrapper(pyradio.setup)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/Library/Python/2.7/site-packages/pyradio/radio.py", line 56, in setup
self.player = player.probePlayer()(self.log)
TypeError: 'NoneType' object is not callable
I’m running OSX Maverics with python 2.7 and vlc 2.10.0 I think pyradio doesn’t find the player
Issue Analytics
- State:
- Created 9 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Diagnose problems with your Mac - Apple Support
Apple Diagnostics is a tool you can use to diagnose problems with your computer's internal hardware, such as the logic board, memory, and...
Read more >10 Common iMac and MacBook Problems with Solution
A few such issues are accidental data loss, MacBook's battery drainage, missing backups on iMac/MBP, failing logic board and a few more.
Read more >10 Common Mac Hardware Problems and How to Fix Them
Some of the early signs of faulty Mac hardware range from misbehaving keyboards and jittery trackpads to power problems, garbled audio, ...
Read more >5 common MacBook problems and how to fix them - CNET
5 common MacBook problems and how to fix them · 1. Startup issues · 2. Incompatible login items · 3. Unresponsive app ·...
Read more >macOS Big Sur Problems: 5 Things to Know - Gotta Be Mobile
On top of those problems, we're also hearing about issues with first and third-party apps, excessive battery drain, ongoing noise cancellation ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I followed the suggested fix, and it worked; however, I can see the list of radio stations but can’t seem to play any of them…I get “No handlers could be found for logger ‘pyradio.player’” any help please.
It seems my issue was caused by my python environment (using
pyenv
). Reinstallingpyradio
fixed it for me.