drsparks68

Members
  • Posts

    44
  • Joined

  • Last visited

Posts posted by drsparks68

  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. 12 hours ago, jkirkcaldy said:

    Does this error message come after you click the run script button? 
     

    if so, does the script run? I think it’s a bug in the way the buttons are set to run the scripts currently.  

    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. 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.

  4. 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?

  5. On 4/7/2020 at 12:08 PM, drsparks68 said:

    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):

     

    image.png.ac586d1a2ea4c6c13cb0b63545754f6f.png

     

     

    Curious if I'm missing something that is preventing this from working.

     

    Thanks in advance,

     

    D

     

    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):

     

    image.thumb.png.0e4a78c957aa4a6341a93210423dec04.png

     

    image.thumb.png.e318150770b71bf53f0b9139b35926fb.png

     

  6. 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):

     

    image.png.ac586d1a2ea4c6c13cb0b63545754f6f.png

     

     

    Curious if I'm missing something that is preventing this from working.

     

    Thanks in advance,

     

    D

  7. On 6/8/2019 at 9:01 AM, Deazo said:

    Metadata is not downloading anymore.

    Hi all, since upgrading to 6.7 I got database corruption issues. I managed to use a backup and things seem to be stable now.

    However, for some reason (and I do not know if it is related to the corruption/backup process), new movies and TV shows files are recognized, included in the database, but NO metadata gets downloaded using the different agents.

    I am really pulling my hair out and do not understand what is going on. The circle keeps on going round and round, the video screenshot (used as movie poster) keeps on flashing for some reason, and nothing gets downloaded.

    I cleared cache/trash/flushed/cleaned bundles, nothing gets downloaded.

    Deluge/radarr/sonarr are connecting to the internet with no issue.

    Can anyone help me?

    I am posting my log files here as well.

    Thanks

     

    EDIT: I did downgrade unraid back to its previous version, 6.6.7, and replaced the Plex database with a backup. All is working now.

    Still, it looks like I cannot upgrade unraid to 6.7, can anyone let me know why?

     

     

    Plex Media Server Logs_2019-06-08_18-00-10.zip 2.96 MB · 0 downloads

    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.  

  8. On 5/2/2019 at 12:09 PM, hermy65 said:

    Having issues with mylar as of recently so i posted an issue on their github and this is what the dev said:

    
    Cannot find /usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25) or chardet (3.0.4) doesn't match a supported version! 

     

     

    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.

     

     

  9. On 5/2/2019 at 12:09 PM, hermy65 said:

    Having issues with mylar as of recently so i posted an issue on their github and this is what the dev said:

    
    Cannot find /usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25) or chardet (3.0.4) doesn't match a supported version! 

     

     

    Yeah, I'm running into this as well in addition to the cache folder (appdata\mylar\mylar\cache) filling up with a bunch of folders with names like "mylar_mP29Lt".  It completely filled up my cache drive and caused a couple of other containers to stop working until I deleted them all.  That was yesterday.  Today the cache drive (500GB SSD) is half full again.  

  10. 3 hours ago, binhex said:

    wow!, how easy is this to setup?! loving this docker image, ive wanted something like this for a VERY long time, now if only subfolder redirection could be done then it would be perfect!, off to check the feature requests on github :-).

     

    thanks @Djoss for the image!.

     

    Assuming that subfolder support would mean that an app like Ubooquity would be supported (it's URL string is http://<IP>:2202/ubooquity/admin)?

     

  11. I've been getting machine check events and am looking to troubleshoot the issue.  I have mcelog installed through Nerd Tools, but when I run 'mcelog', I get the following error:

     

    "mcelog: ERROR: AMD Processor family 21: mcelog does not support this processor.  Please use the edac_mce_amd module instead.
    CPU is unsupported"

     

    I've searched on how to install the edac_mce_amd module but haven't found any good instructions yet.  Anyone know how to install it so I can troubleshoot my server issues?

     

    Many thanks

  12. So, I've been following this guide to set up MariaDB/Nextcloud/Let's Encrypt.  Things were working well until I got to the point that I created a file to put into the LE App data folder (/config/nginx/site-confs/nextcloud).  Since then, I've been getting the following error in my LE docker log, over and over:

     

    nginx: [emerg] the size 10485760 of shared memory zone "SSL" conflicts with already declared size 52428800 in /config/nginx/site-confs/nextcloud:20

     

    When I set the LE container up, I set it to use a subdomain only (my nextcloud instance) and it has created the certs for that URL.  Otherwise, I can connect to Nextcloud and have set it up and can log in but I always get the invalid cert notification.  Is there a way to simply install the certs that LE has already obtained to the NextCloud instance?

  13. On 2/28/2017 at 12:14 PM, LEXmono said:

    So adding the following to "Extra Parameters" on each docker will allow you to offload the syslog to the IP and port specified. Make sure you change the value of tag to something notable so you can sort in Graylog and your IP of course. 

     

     

    
    --log-driver=syslog --log-opt tag="radarr" --log-opt syslog-address=udp://192.168.1.55:514

     

     

    If you are using TCP on your input you can use:

    
    --log-driver=syslog --log-opt tag="radarr" --log-opt syslog-address=tcp://192.168.1.55:514

     

     

     

    I tried doing this once I had my syslog server up and it seemed to cause all of my dockers to become orphaned after they were automatically updated and restarted.  I pulled this string out of the Extra Parameters field and they started up again.