drsparks68

Members
  • Posts

    44
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

drsparks68's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. I recently changed my iCloud password and have been trying to update it in iCloudPD. When I run "docker exec -it icloudpd sync-icloud.sh --Initialise", I get the following error: 2021-12-13 12:09:40 INFO Generate 2FA cookie using password stored in keyring file. Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 209, in authenticate req = self.session.post( File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 590, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 100, in request self._raise_error(code, reason) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 122, in _raise_error raise api_error pyicloud_ipd.exceptions.PyiCloudAPIResponseError: Unknown reason During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/icloudpd", line 33, in <module> sys.exit(load_entry_point('icloudpd==1.7.2', 'console_scripts', 'icloudpd')()) File "/usr/lib/python3.8/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.8/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/usr/lib/python3.8/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.8/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.8/site-packages/icloudpd-1.7.2-py3.8.egg/icloudpd/base.py", line 255, in main icloud = authenticate( File "/usr/lib/python3.8/site-packages/icloudpd-1.7.2-py3.8.egg/icloudpd/authentication.py", line 29, in authenticate icloud = pyicloud_ipd.PyiCloudService( File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 193, in __init__ self.authenticate() File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 216, in authenticate raise PyiCloudFailedLoginException(msg, error) pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Invalid email/password combination.', PyiCloudAPIResponseError('Unknown reason'))
  2. Yep, always runs after I click one of the script buttons. The scripts seem to be completing successfully except for the Disney collection script. It scans movies and lists the correct movies but never actually creates the collection in Plex.
  3. This resolved my issue. I'm getting the same errors as qw3r7yju4n, always after a script runs.
  4. Getting this error after installing with the defaults. Plex Library is pointed to my movies share (/mnt/user/movies) and access is set to Read/Write. I left PUID and PGID set to the default: 1000 2021-10-15 14:26:55,031 - Plex-Utills - ERROR - 4k Posters: Movies The 4k poster for this film could not be created.
  5. Is there any indication that this project is still active? Looks like @testdasi hasn't logged in since October.
  6. I spent 2 days trying to figure out why none of my Plex content would play, until I realized this. The change could have used a little more announcing.
  7. Trying out PhotoPrism and attempting to import photos but I don't have an "import" button in the library tab...just Index, Copy and Logs. I have the import folder mapped to a folder on my array and have populated it with sample images, and have even tried running Docker Safe New Perms, but still no import button. What am I missing?
  8. Now it seems that Fail2Ban isn't working at all...or at least none of the default jails flagged this traffic and banned the source IP (and there were over 600 lines of it in the NGINX access.log):
  9. Hello all, I am trying to configure f2b for permanent bans. I have started the container with "--cap-add=NET_ADMIN" and have set the bantime to "-1" for each jail (as noted under "Jail Options" at https://www.fail2ban.org/wiki/index.php/MANUAL_0_8). I am able to see IP's being detected: 2020-03-30 22:04:20,572 fail2ban.filter [392]: INFO [nginx-botsearch] Found 148.72.207.250 - 2020-03-30 22:04:20 2020-03-31 06:46:10,028 fail2ban.filter [386]: INFO [nginx-botsearch] Found 34.76.172.157 - 2020-03-31 06:46:09 2020-03-31 09:29:25,455 fail2ban.filter [386]: INFO [nginx-botsearch] Found 128.199.254.23 - 2020-03-31 09:29:25 2020-03-31 11:38:48,885 fail2ban.filter [386]: INFO [nginx-botsearch] Found 103.5.150.16 - 2020-03-31 11:38:48 But I'm not seeing those in the persistent DB (fail2ban.sqlite3): Curious if I'm missing something that is preventing this from working. Thanks in advance, D
  10. It ended up being bad memory for me. Once I removed the bad stick the machine check events went away.
  11. I'm hitting this as well. I spent days looking at my internet connection and DNS to figure out what's going on. At least now I have an idea what the culprit is. Have you opened a bug on the Github page (https://github.com/linuxserver/docker-plex/issues)? That may be the best way to get a response.
  12. Hermy65, Looking at the issue on the LS github (https://github.com/linuxserver/docker-mylar/issues/33) there is a suggestion that running the following in the container directly will mitigate the issue, at least temporarily: pip uninstall requests pip install requests I just tried it and it allowed all of the pending comics to be successfully post-processed.