mdbraber / radiobar

macOS menubar app to listen to streaming radio
MIT License
56 stars 7 forks source link

radiobar.py is working but app is not working #4

Open spliterbg opened 4 years ago

spliterbg commented 4 years ago

Hello. The radiobar is super nice and small. I don't know why but when start radiobar.py** script is working perfectly only message that I get in console is python3 radiobar.py radiobar.py:195: SyntaxWarning: "is not" with a literal. Did you mean "!="? if self.active_station is not None and self.menu[self.active_station].state is not 0:.

I add my favorite radio station in channels.json and everything is running perfectly. But when use py2app, after that radiobar.app in not starting. Just get an error message "RadioBar Error" with the options "Open Console" and "Terminate". Even I try with Makefile and the result is the same. May be I'm doing it something wrong because i'm beginner at Python.

After use py2app I get this message `Modules not found (unconditional imports):

Modules not found (conditional imports):

Errors in the console are error 21:31:55.502606 +0300 sharingd Trying to grab power assertion while we already have one error 21:32:01.034378 +0300 deleted volume validation failed for <<(null)>> error 21:32:01.034627 +0300 deleted volume validation failed for <<(null)>> error 21:32:05.523824 +0300 sharingd Trying to grab power assertion while we already have one error 21:32:30.649135 +0300 deleted volume validation failed for <<(null)>> error 21:32:30.649382 +0300 deleted volume validation failed for <<(null)>> error 21:32:30.687786 +0300 symptomsd CacheDelete failed to retrieve files: The folder “Debuggability” doesn’t exist. error 21:32:30.738950 +0300 cloudd Identity set was expected to have a current key set . error 21:32:30.739017 +0300 cloudd Identity set does not have a current key set. Not using it. error 21:32:30.739092 +0300 cloudd Didn't get a service identity from the PCS framework

I did everything that is the description. Any suggestions. I'm running on MacOS HIGH SIERRA (10.13.6)

Thank you in advance