kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.3版本。
491 stars 114 forks source link

logs are not working #75

Closed shurakenas closed 2 months ago

shurakenas commented 2 months ago

Installation in the docker database - MySQL

Снимок экрана 2024-05-08 120219 Снимок экрана 2024-05-08 120227 Снимок экрана 2024-05-08 120255 Снимок экрана 2024-05-08 120306

kingmo888 commented 2 months ago

This is a PR merge I received. Because it's just an internationalization and localization job, it's not actually done carefully. You can write down the environmental variables of the project so that I can reproduce them.

shurakenas commented 2 months ago

I didn't quite get it. Do I need to specify before the variables that I used in docker?

bryangerlach commented 2 months ago

I think you will need to add: {% load my_filters %} to the show_conn_log.html and show_file_log.html template files just below the first line.

shurakenas commented 2 months ago

I think you will need to add: {% load my_filters %} to the show_conn_log.html and show_file_log.html template files just below the first line.

Thanks, it works, the pages open, but the logs are always empty

kingmo888 commented 2 months ago

Fixed, please update to v1.5.0

shurakenas commented 2 months ago

Fixed, please update to v1.5.0

the pages open, but the logs are always empty

bryangerlach commented 2 months ago

Did you run python3 manage.py migrate after you updated? Also, are all of your client devices setup with the correct API server in the network settings? The client that you are connecting to makes the api calls for the logs, not the client you are connecting from.

fcurrk commented 2 months ago

Invalid, the log content remains empty.