Skip to content
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

Open
AydinFatoglu opened this issue Jan 14, 2023 · 4 comments
Open

Anthias Compatibility #105

AydinFatoglu opened this issue Jan 14, 2023 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@AydinFatoglu
Copy link

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

@AydinFatoglu AydinFatoglu added the question Further information is requested label Jan 14, 2023
@didiatworkz
Copy link
Owner

Hello @AydinFatoglu
It has not yet been tested and approved by me, as I also only found out about the change in the last few days.

@michaelortnersanube
Copy link

hello @didiatworkz it working good with the new version, but i have problems to upload a picture on the new version from Anthias.

Webseite URL works fine.
image

@RainerReik
Copy link

Does anyone have a solution for this problem?
@didiatworkz Thanx for all the effort you put into SOMO.

@xme
Copy link

xme commented Sep 25, 2023

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:

    try:
        uri = (get('uri')).replace(ampfix, '&').replace('<', '&lt;').replace('>', '&gt;').replace('\'', '&apos;').replace('\"', '&quot;')
    except:
        uri = (get('uri'));
        uri = uri['uri'];

Use at your own risks! It worked for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants