-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Allow fixed stream label to be used in all sources #943
Conversation
This issue has been automatically marked as stale because it has not had activity in the last 5 months. It will be closed if no activity occurs in the next month. |
Does someone have a moment to review this? |
My vagrant setup still doesn't want to work, but I can load this up in Multipass and take a look. |
Ubuntu Bionic isn't a fan for the install process. You may need to fast-forward or rebase your branch in order to bring the unchanged code up to the most recent version of Libretime.
Update: Same goes for Xenial.
|
af88d9c
to
c341e46
Compare
|
Do you have any logs I can work with? |
From
Etc. I did manually restart a few services who claimed to not be running but this did not fix the error. Config is standard.
|
I can't replicate the issue with a clean vagrant instance. Can you describe the steps that you followed to get to the error? |
I wasn't using Vagrant. I still have yet to get it to work. Manually create a new VM, git clone libretime, sudo bash install -fiap. |
And then? Do you do anything before viewing the logs? Do you run through the config setup? |
I did run through the config setup and was even able to upload and schedule tracks. |
Can you please give me a step-by-step account up to the error? e.g.
|
I did it exactly the way you mentioned, except using -fiap to install Icecast as well. Logs follow:
Maybe it has to do with Pypo's inability to find the API version number? |
Seems to be matching correctly |
I'm just as stumped. Liquidsoap wasn't running initially, so I had to manually restart it. The issue persisted. |
There is two of them :( Smells like a unicode issue or (rather unrealistic) something related to having alphas and betas. Maybe introduced with py3 being more unicode. It might also be liquidsoap version related but I'm assuming you're on Is this a beta-3 blocker btw? side note: whe should get rid of the |
There is a semver comp method in there somewhere that I can probably use here. And will definitely update those logging messages.. |
c341e46
to
63f4579
Compare
No. This is just a nice to have. I have updated the logging messages, so hopefully we can get a better idea if that is where this is failing for @zklosko. The semver matching I won't include in this PR, but will update as part of #958 as that re-works much of the api_client |
The Pypo and Libretime Analyzer keep crashing.
|
Is there more above those lines in the logs? You may need to use |
This issue has been automatically marked as stale because it has not had activity in the last 5 months. It will be closed if no activity occurs in the next month. |
Fixes: #162
Needs testing, my vagrant setup isn't playing nicely today