-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More errors when running run.sh #4
Comments
That's an odd one as 1.1 is normally a gateway. What's the output of: It basically is trying to contact your radio at the wrong ipaddr. Try adding the ipaddr of your radio manually with nano for device 1
|
$ cat ~/python-apps/oceaneyes/app/settings.db |
Try this
|
I think it worked okay. |
I appreciate the feedback! Yes the backup, I got some of these exceptions too but only on one radio. The other one was ok. So their export is encrypted (http://192.168.1.250/php/saveFav.php) so I was trying to put together a plain text output and in the process trying to decode the country and genre codes (http://192.168.1.250/php/get_CG.php) Make a backup of ~/python-apps/oceaneyes and update the base repo to get the latest. Try installing fresh. Things are working a lot better now for me too across both radios I have.
For the most part the JSON and CSV output here is decoding the country and genre codes:
The M3U output might be the most useful for getting (non skytune) stations out. As for skytune managed stations they've obfuscated it behind some sort of indexing lookup
|
It worked! Thank you for your work on these issues! The only weird thing I see when loading the backup file is the same URL shared across many saved favorites https://streaming.radio.co/s5c5da6a36/listen I can't tell whether that's intentional or erroneous. |
Getting a few more issues here as I'm trying to use the app:
The text was updated successfully, but these errors were encountered: