-
Notifications
You must be signed in to change notification settings - Fork 249
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
1.0.10 Recording Importer Issue #471
Labels
bug
Something isn't working
Comments
Can confirm. Here is the full stacktrace:
|
Small Update: The problem doesn't occur with v1.0.9 so going back to this version (at least for the recording importer) is a workaround. |
@wolbernd yes, the issue is how that validation is implemented, if the variable does not exist it triggers the error. You should get it solved in 1.0.10 by adding that variable. RECORDING_DISABLED=false |
git-lama
added a commit
to git-lama/scalelite
that referenced
this issue
Mar 2, 2021
git-lama
added a commit
to git-lama/scalelite
that referenced
this issue
Mar 2, 2021
git-lama
added a commit
to git-lama/scalelite
that referenced
this issue
Mar 2, 2021
git-lama
added a commit
to git-lama/scalelite
that referenced
this issue
Mar 2, 2021
git-lama
added a commit
to git-lama/scalelite
that referenced
this issue
Mar 2, 2021
git-lama
added a commit
to git-lama/scalelite
that referenced
this issue
Mar 2, 2021
jfederico
pushed a commit
that referenced
this issue
Mar 3, 2021
berott
added a commit
to viralitygmbh/scalelite
that referenced
this issue
Mar 28, 2021
* scalelite/v1.0-stable: SL-99: Fixed issue processing BBB23 recordings and mounted on NFS (blindsidenetworks#484) Add bug fix for issue blindsidenetworks#471 (blindsidenetworks#472) use load multiplier to calculate load SL-86: added new variables to README (blindsidenetworks#465) SL-91: scaelite-nginx has an error on start (blindsidenetworks#463) Change logic for calculating server load (blindsidenetworks#445)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Importer doesn't import recordings from spool directory. Log related to this that I could find:
Failed to import recording: undefined method `casecmp?' for nil:NilClass
Do I need to explicitly set
RECORDING_DISABLED=false
in env file?The text was updated successfully, but these errors were encountered: