nut
nut copied to clipboard
A guide on how to use the Remote Pull
I'm trying to use the Remote Pull to download updates to my NSPs, but it simply does not work.
Is there a chance we can have some video or some comprehensive instructions on how to use it?
I tested it on macOS and Windows but no lock, hope a fix is added sometime soon
It definitely works, the tinfoil metadata server uses it for pulling in new content to extract metadata from. Can you post more detailed information about what you are trying?
this is what I got when I tried using the pull option
I have only used pull with ftp and local file system (mounted gdrive). Try mounting your gdrive to the local file system using rclone or google file stream, then configuring NUT to pull from the local path.
I was expecting I could use a remote pull server like pixelshop (https://github.com/carcaschoi/tinfoil-json) to download updates for my NSPs from within NUT.
Is my expectation correct?
I was expecting I could use a remote pull server like Pixelshop (https://github.com/carcaschoi/tinfoil-json) to download updates for my NSPs from within NUT.
Is my expectation correct?
this is what I really wanted but I didn't see any way to get that done that's why I moved to pull from gdrive
I have only used pull with ftp and local file system (mounted gdrive). Try mounting your gdrive to the local file system using rclone or google file stream, then configuring NUT to pull from the local path.
seem to work, I don't think that I would be able to use this option with the docker version of nut
seem to work
By simply clicking "Setup GDrive OAuth"? I wonder where does it pull assets from :)
I don't think that I would be able to use this option with the docker version of nut
- In this case you should comment in #466 with more details on what's going wrong.
seem to work
By simply clicking "Setup GDrive OAuth"? I wonder where does it pull assets from :)
I don't think that I would be able to use this option with the docker version of nut
- In this case you should comment in Allow to run through docker #466 with more details on what's going wrong.
I'm using Nut via Unraid if this would work. ill be trying to mount Gdrive if that works then maybe, but still not a good fix
i try setup gdrive OAuth , I followed the guide, created credentials, downloaded and hooked credentials.json file without errors, but when I go to remote pull paths and add gdrive , I get this error in Nut:
WARNING:googleapiclient.discovery_cache:file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/init.py", line 44, in autodetect
from . import file_cache
File "/usr/local/lib/python3.9/site-packages/googleapiclient/discovery_cache/file_cache.py", line 40, in