You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
When trying to upload a profile picture, the operation fails, giving me an error on my client of "Error Internal server error".
Inside the homeserver.log it has the following error AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
Steps to reproduce
Setup nginx with reverse proxy, and add matrix
source ~/synapse/env/bin/activate
pip install --upgrade pip virtualenv six packaging appdirs
Description
When trying to upload a profile picture, the operation fails, giving me an error on my client of "Error Internal server error".
Inside the homeserver.log it has the following error
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'
Steps to reproduce
Setup nginx with reverse proxy, and add matrix
my_home_server_ip....
--config-path homeserver.yaml --generate-config --report-stats=noHomeserver
My own homeserver I just set up.
Synapse Version
1.87.0 (Python 3.10.6)
Installation Method
pip (from PyPI)
Database
SQLite AFAIK
Workers
I don't know
Platform
Ubuntu arm, virtual python environment
Configuration
No response
Relevant log output
Anything else that would be useful to know?
Same result when using both the element android app and the web client at riot.im
The text was updated successfully, but these errors were encountered: