kalelzone

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

kalelzone's Achievements

Noob

Noob (1/14)

1

Reputation

  1. OK, after adding the json file to the GooglePhotosSync folder I got this... Improvement but not quite there. root@NAS:~# docker exec -it GooglePhotosSync gphotos-sync /storage 05-27 12:00:53 WARNING gphotos-sync 2.14.0 2020-05-27 12:00:53.063762 05-27 12:00:53 ERROR Process failed. Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/gphotos/Main.py", line 417, in main self.setup(args, db_path) File "/usr/lib/python3.6/site-packages/gphotos/Main.py", line 282, in setup scope, credentials_file, secret_file, int(args.max_retries) File "/usr/lib/python3.6/site-packages/gphotos/authorize.py", line 46, in __init__ secrets = all_json["installed"] KeyError: 'installed' 05-27 12:00:53 WARNING Done.
  2. If I have googled correctly its because you have to validate it the first time from the GUI on Unraid. Just don't know how to do that. I could be wrong, actually chances are I am.
  3. I am a complete Newbie to Unraid, Dockers, and Linux. I know enough to type, copy and paste. It really is a new wonderland and I am trying to learn as fast as I can. I saw this Docker and thought, amazing!!! I went through all the steps of creating the client_secret.json file and put it in the directory I think its asking for, but I keep getting errors.(see below) I am 100% sure its me and not anything else, just looking for help. Thanks in advance... root@NAS:~# docker exec -it GooglePhotosSync gphotos-sync /storage 05-27 08:08:10 WARNING gphotos-sync 2.14.0 2020-05-27 08:08:10.207023 missing or bad secrets file: /root/.config/gphotos-sync/client_secret.json 05-27 08:08:10 ERROR Process failed. Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/gphotos/authorize.py", line 44, in __init__ with secrets_file.open("r") as stream: File "/usr/lib/python3.6/pathlib.py", line 1183, in open opener=self._opener) File "/usr/lib/python3.6/pathlib.py", line 1037, in _opener return self._accessor.open(self, flags, mode) File "/usr/lib/python3.6/pathlib.py", line 387, in wrapped return strfunc(str(pathobj), *args) FileNotFoundError: [Errno 2] No such file or directory: '/root/.config/gphotos-sync/client_secret.json' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/gphotos/Main.py", line 417, in main self.setup(args, db_path) File "/usr/lib/python3.6/site-packages/gphotos/Main.py", line 282, in setup scope, credentials_file, secret_file, int(args.max_retries) File "/usr/lib/python3.6/site-packages/gphotos/authorize.py", line 58, in __init__ exit(1) File "/usr/lib/python3.6/_sitebuiltins.py", line 26, in __call__ raise SystemExit(code) SystemExit: 1 05-27 08:08:10 WARNING Done.
  4. I am having issues getting Unraid to see my Fans on an Asus X99 Aii. I have done the sensor and I get the following. coretemp-isa-0000 Adapter: ISA adapter MB Temp: +38.0°C (high = +75.0°C, crit = +85.0°C) CPU Temp: +31.0°C (high = +75.0°C, crit = +85.0°C) Core 1: +31.0°C (high = +75.0°C, crit = +85.0°C) Core 2: +28.0°C (high = +75.0°C, crit = +85.0°C) Core 3: +28.0°C (high = +75.0°C, crit = +85.0°C) Core 4: +29.0°C (high = +75.0°C, crit = +85.0°C) Core 5: +27.0°C (high = +75.0°C, crit = +85.0°C) When running sensor detect I get teh following. Driver `coretemp': * Chip `Intel digital thermal sensor' (confidence: 9) Driver `nct6775': * ISA bus, address 0x290 Chip `Nuvoton NCT6791D Super IO Sensors' (confidence: 9) What do I do next? I am mostly a noob. Thanks in advance