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
As described on title - Scripter-X 4.0.0.8 on Emby 4.8.0.1 not working anymore for .sh scripts on QNAP.
This is my .sh script:
--------------------------------------------------------------------------------------------------------------------------------------------#!/bin/bash
Until a few days ago, this script was workin just fine. It was sending data from emby to a php script wich updated a personal website with seen episodes and movies and output results on a .log text file but now everthing is blank (no logs anymore and no updates to my website).
This are the logs from emby server:
Emby 4.7.0.60 is the last version of emby where is working just fine.
The text was updated successfully, but these errors were encountered:
As described on title - Scripter-X 4.0.0.8 on Emby 4.8.0.1 not working anymore for .sh scripts on QNAP.
This is my .sh script:
--------------------------------------------------------------------------------------------------------------------------------------------#!/bin/bash
cd "/share/Web/scripts"
sudo /usr/bin/php update_time.php "${2}" ${5} ${6} ${7} ${8} ${9} ${10} >> /share/Web/logs/shell_logs/emby/update_time_php.log 2>&1
Until a few days ago, this script was workin just fine. It was sending data from emby to a php script wich updated a personal website with seen episodes and movies and output results on a .log text file but now everthing is blank (no logs anymore and no updates to my website).
This are the logs from emby server:
Emby 4.7.0.60 is the last version of emby where is working just fine.
The text was updated successfully, but these errors were encountered: