blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.66k stars 308 forks source link

Getting an error. No idea how to fix it... #364

Closed Sarcas666 closed 1 year ago

Sarcas666 commented 1 year ago

Tautuli logs says:

`

2022-12-20 15:44:13 ERROR Tautulli Notifiers :: Script error:     ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.     ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
2022-12-20 15:44:13 DEBUG Tautulli Notifiers :: Subprocess returned with status code 0.
2022-12-20 15:44:12 INFO Tautulli Config :: Writing configuration to file
2022-12-20 15:44:11 INFO Tautulli Config :: Writing configuration to file
2022-12-20 15:44:11 DEBUG Added 1 items to the recently_added database table.
2022-12-20 15:44:11 DEBUG Tautulli Notifiers :: Executing script in a new thread.
2022-12-20 15:44:11 DEBUG Tautulli Notifiers :: Full script is: ['/snap/tautulli/1566/usr/bin/python3', '/root/snap/tautulli/scripts/hide_episode_spoilers.py', '--rating_key', '26930', '--blur', '25']
2022-12-20 15:44:11 DEBUG Tautulli Notifiers :: Trying to run notify script: /root/snap/tautulli/scripts/hide_episode_spoilers.py, arguments: ['--rating_key', '26930', '--blur', '25'], action: created
2022-12-20 15:44:11 INFO Tautulli NotificationHandler :: Preparing notification for notifier_id 2.
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: Custom conditions evaluated to 'True'. Conditions: [True].
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: Condition logic [blank]: {1} > True
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: {1} media_type | is | 'episode' > 'episode' > True
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: Checking custom notification conditions for notifier_id 2.
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: Global notification conditions evaluated to 'True'.
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: Checking global notification conditions.
2022-12-20 15:44:11 DEBUG Tautulli NotificationHandler :: Notifiers enabled for notify_action 'on_created'.
2022-12-20 15:44:11 DEBUG Tautulli TimelineHandler :: Library item 'Ghosts (2019) - Not Again' (26930) added to Plex.
2022-12-20 15:44:10 DEBUG Tautulli TimelineHandler :: Starting callback for library item '' (23046) after delay.

`

Any help is appreciated

Sarcas666 commented 1 year ago

I 'solved' the error by commenting out the '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}' line in the /etc/ld.so.preload file.