Drazzilb

Members
  • Posts

    81
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

Drazzilb's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. I've created this support thread for my dockerized collection of python scripts. Description: DAPS is a collection of python scripts I've written to automate the poster process with PMM as well as various other tedious tasks associated with the *ARRs Feel free to check out my repo https://github.com/Drazzilb08/daps Found an issue or have a feature you'd like to see? Make an issue report on Github: https://github.com/Drazzilb08/daps/issues I'm not on the forums very often at all. However if you're really needing some support please feel free to head on over to Trash's Guide's Discord Here and hop into the DAPS support channel. I'll be more than happy to help out Cheers.
  2. Figured it out. Instead of using the host IP I used the hashed one... Thanks
  3. WARN mode option is deprecated. You can safely remove it from nuxt.config READY Server listening on http://0.0.0.0:80 Failed to retrieve config file, creating new. ERROR ENOENT: no such file or directory, open 'config/mqttKeys' at Object.openSync (node:fs:492:3) at Proxy.readFileSync (node:fs:393:35) at default (api/getServers.js:27:36) at call (node_modules/connect/index.js:239:7) at next (node_modules/connect/index.js:183:5) at next (node_modules/connect/index.js:161:14) at next (node_modules/connect/index.js:161:14) at SendStream.error (node_modules/serve-static/index.js:121:7) at SendStream.emit (node:events:378:20) at SendStream.EventEmitter.emit (node:domain:470:12) Get Main Details for ip: 192.168.1.200 Failed Request failed with status code 503 Get Dashboard Details for ip: 192.168.1.200 Failed with status code: [object Object] I too seem to be having issues with getting this container to work. Running latest Unraid version: 6.9.1 Docker version: 19.03.14 Install variables are all default from the template. When adding a server I'm using the host's IP address Root as username and my password. Which also I've reset as mentioned by Flendor earlier. With no luck. Running multiple containers w/a single VM.
  4. I wasn’t quite able to find a definitive answer. Does unbalance preserve hard links when using scatter?
  5. Trying to get the new keyring system to work and I'm receiving this issues after the keyring file is created 2020-10-22 20:20:14 INFO Check for new files using password stored in keyring... 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 578, 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 11, in <module> load_entry_point('icloudpd==1.6.0', '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.6.0-py3.8.egg/icloudpd/base.py", line 255, in main File "/usr/lib/python3.8/site-packages/icloudpd-1.6.0-py3.8.egg/icloudpd/authentication.py", line 29, in authenticate 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')) 2020-10-22 20:20:17 INFO Two factor authentication cookie generated. Sync should now be successful. I'm still getting the 2020-10-22 20:22:32 ERROR Cookie does not exist. Please run container interactively to generate - Retry in 5 minutes in the logs.
  6. Looking for some thoughts in regards to this warning. not really an error. Just curious how I can make it right. WARNING Using Apple ID password from variable. This password will be visible in the process list of the host. Please add your password to the system keyring instead Thanks
  7. Same. Seems to be a new issue Error: Invalid value for "-d" / "--directory": Path "/home//iCloud" does not exist.
  8. I have created this file ".mounted" placed it w/in my /mnt/user/media/pictures/iCloud/ directory. Still seeing the same error. When I bash into the container I navigate to /home/user/icloud/ I can see the .mounted file there. after running ls -A to see the hidden file. Destination volume not mounted - retry in 5 minutes My docker command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='icloudpd' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'apple_id'='[email protected]' -e 'apple_password'='PASSWORD' -e 'synchronisation_interval'='21600' -e 'command_line_options'='' -e 'authentication_type'='2FA' -e 'UMASK'='000' -e 'directory_permissions'='777' -e 'file_permissions'='666' -e 'notification_type'='' -e 'prowl_api_key'='' -e 'pushbullet_api_key'='' -e 'telegram_token'='' -e 'telegram_chat_id'='' -e 'PUID'='99' -e 'PGID'='100' -e 'TZ'='America/Los Angeles' -v '/mnt/user/appdata/icloudpd':'/config':'rw' -v '/mnt/user/media/pictures/iCloud/':'/home/user/icloud':'rw' 'boredazfcuk/icloudpd' EDIT: got it working change mapping for /home/user/icloud to /home/user/iCloud , the capital C does make a difference.
  9. All I know is that I've had this running on my server for the past couple of weeks or so with no issues whatsoever. All I can say is keep up the great work. I'm so thankful or people who do things I cannot.
  10. I second this. I’m so happy this set up is working perfectly. However we are now over 200+ commits behind on lazylibrarian.
  11. Thanks guys. I thought it was as simple as that. Hi just had to ask. I like most of us am paranoid about losing data.
  12. Well it has finally happened. After 7 years of service one of my WD 2tb green data drives has finally bitten the dust. I’m currently a little strapped for cash and wasn’t planning on any upgrades any time soon however I do want to get this drive replaced. In my array I have two 4 tb WD red drives as my parity so what I’m looking to do and to see how this is done is using the second parity drive as the replacement for the disabled drive. If this is possible how do I go about doing this with out any data loss.
  13. I'm sure I'm setting something up wrong here. I've set up my reverse proxy through Spaceinvader One's excellent tutorial on how to set up Nextcloud and how to have it visible over the internet. (which I've gotten other containers visible over the domain URL, however, they do not use 80/443, such as Ombi) I'm sorry I need to preface this as I'm not super skilled in this realm. If you're asking me to do something, explain like I'm five. The issue I have is trying to get heimdall visible over the internet through my subdomain server.myserver.com However, when I try to access that I get the Letsencrypt's welcome screen. However, If I place the port I opened up in the firewall at the end of the domain URL I can get in. It appears I need some way to make the system know which port to direct me to automatically, which I'm not sure how to do. I obviously changed the default ports from 80 and 443 as these are already used. The only change I made to heimdall.subdomain.conf file is to change it from heimdall.* to server.* Edit: not sure what I did other than remove the information for port 80 in the container edit screen and left 443's port
  14. ,I'm in the same boat here. I've had to rebuild my database twice so far through deleting everything and reinstalling the docker. Not quite sure what to do from here.
  15. I too am running into the same issue. with Failed to load. Any help would be greatly appreciated!! EDIT: not sure how i fixed it. but got it all up and running.