-
Notifications
You must be signed in to change notification settings - Fork 2
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
setup.sh error #28
Comments
Hello, Thank you for the issue, you are the first one, congrats! Can you please tell me what operating system and bash version do you have? Also, you might be interested in checking at the develop branch which is stable and more advanced in terms of features. Thank you again for your interest in the project! |
Hello, I am running Raspbian Buster based on Debian 10, I have tried the develop branch, but I get the same problem, I am guessing that I need to upgrade/downgrade my bash. |
Thank you for the information. |
Hello, Your errors seem all to be related to the python version that is being used. EDIT: I see you execute the setup script using I strongly suggest that you switch on the develop branch (you will need to re-execute the setup script if you do so), you will benefit from the new interface (even though a problem remains). No need for a pull request, no worries. Thank you for your time. |
Hello, My output for |
|
Hello, I have tried the develop branch with |
The UI Appears, but trying to cast doesnt do anything |
Is there any logs I would be able to send you? |
Alright, trying it now. If there is an error I will send you the log |
Since I do my releases on master it is not necessary, the releases should be stable while the develop branch doesn't guarantee it. |
As long as the setup fails the service won't start which explains why you don't have logs. |
Hello, the setup log remains the same |
I may have some hints about why this happens, can you run |
I've reinstalled Opencast on my rPi and don't have the issue, so I expect you not to have it too. The log should contain some differences. On my setup by NOT running the script as sudo I get:
|
I forgot to remove the virtualenv while reinstalling ... then ran into the same problem as you. Please tell me if you managed to set up the application so I can close this issue. |
Hello, Sorry for the late reply, that fixes it. |
Hello,
I tried installing OpenCast and upon starting setup.sh I get the error:
setup.sh: 7: setup.sh: bad substitution
I tried removing
,,
from the 7th line I get another errorsetup.sh: 11: setup.sh: Syntax error: "(" unexpected
Is this supposed to be run with
sudo sh setup.sh
or something else?If I ran it correctly, how can I fix the error?
The text was updated successfully, but these errors were encountered: