-
Notifications
You must be signed in to change notification settings - Fork 30
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
Anthias Compatibility #105
Comments
Hello @AydinFatoglu |
hello @didiatworkz it working good with the new version, but i have problems to upload a picture on the new version from Anthias. |
Does anyone have a solution for this problem? |
I was investigating exactly the same issue today. I found that the upload of a file triggered a Python exception. I did not have the time to investigate deeper but the following patch fixed the issue for me: In Anthias, server.py, line 588, I changed the code like this:
Use at your own risks! It worked for me! |
@xme, can you give more details on the fix? |
It seems that the newest Anthias has a different backend setup (they are running django), but I installed a fresh v0.18.7 version for tests and applied your fix to the server.py in the server docker and it worked (but you need to skip the semicolons on the except lines, its python. (fixed that in my quote) |
As you know screenly OSE is now changed to Anthias i tried to use ose monitoring with the latest version of [Anthias] but got errors
So which version of Screenly ose is fully compatible with ose monitorring ?
Thanks
The text was updated successfully, but these errors were encountered: