Lucka

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

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

Lucka's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hey everyone, since a few days the upload script is not working correctly. It's stuck on this: Found the issue, apparently Google is blocking Hetzner requests.... 2023/02/08 11:43:04 ERROR : media/movies/Insurgent (2015)/Divergente 2 l insurrection 2015 1080p VFF EN x264 ac3 mHDgz.mkv: Not deleting source as copy failed: googleapi: got HTTP response code 429 with body: <html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>Sorry...</title><style> body { font-family: verdana, arial, sans-serif; background-color: #fff; color: #000; }</style></head><body><div><table><tr><td><b><font face=sans-serif size=10><font color=#4285f4>G</font><font color=#ea4335>o</font><font color=#fbbc05>o</font><font color=#4285f4>g</font><font color=#34a853>l</font><font color=#ea4335>e</font></font></b></td><td style="text-align: left; vertical-align: bottom; padding-bottom: 15px; width: 50%"><div style="border-bottom: 1px solid #dfdfdf;">Sorry...</div></td></tr></table></div><div style="margin-left: 4em;"><h1>We're sorry...</h1><p>... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.</p></div><div style="margin-left: 4em;">See <a href="https://support.google.com/websearch/answer/86640">Google Help</a> for more information.<br/><br/></div><div style="text-align: center; border-top: 1px solid #dfdfdf;"><a href="https://www.google.com">Google Home</a></div></body></html> For anyone wandering, the fix is to change Hetzner DNS to Google or Cloudflare.
  2. I just rolled back to 0.96.7, the latest version of the script is causing me some issues with the cache things, would need more testing on my server. Also, I execute the upload script in the background via cron, is it possible to check the logs in real time?
  3. Ok for now I just set those value to 0, my libraries are more than 50tb for now.
  4. Hey @DZMM! Just updated the script, and discovered these lines : What if I don't want cache? Is this a new features or has this been here for a long time without me noticing? Don't know what to put in these values : RcloneCacheShare="/mnt/user0/mount_rclone" # location of rclone cache files without trailing slash e.g. /mnt/user0/mount_rclone RcloneCacheMaxSize="400G" # Maximum size of rclone cache RcloneCacheMaxAge="336h" # Maximum age of cache files
  5. Hey guys! I currently run my rclone_upload script every minute, so when something finish downloading, it is uploaded instantly. I noticed something weird : the script run for exactly 9m33s every time (when nothing need to be uploaded), so in reality, each downloaded files are uploaded every 9m33s. Here's the log I get from the script when nothing need to be uploaded (idk why the entire log is bugged, so I don't have the full one) : 2022/01/16 20:43:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf" 2022/01/16 20:43:01 INFO : Starting HTTP transaction limiter: max 8 transactions/s with burst 1 2022/01/16 20:43:01 DEBUG : torrents/downloads: Excluded 2022/01/16 20:43:01 DEBUG : torrents/downloads: Excluded 2022/01/16 20:44:01 NOTICE: Scheduled bandwidth change. Bandwidth limits disabled 2022/01/16 20:44:01 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Elapsed time: 0.0s 2022/01/16 20:45:01 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Elapsed time: 0.0s 2022/01/16 20:46:01 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Elapsed time: 0.0s 2022/01/16 20:47:01 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Elapsed time: 0.0s 2022/01/16 20:48:01 INFO : Transferred: 0 / 0
  6. Hey, I got errors from the Upload script since this morning (been using it for more than a year now without any problems) : DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly.) DEBUG : pacer: Rate limited, increasing sleep to 2.62s BUT in the meantime, the script upload files to my drive perfectly. This cause me some issues because the script never ends (this error appear infinitely), so when new files are added, I need to restart my server to stop the script, and launch it again! Any Idea ? Also, is there a way to kill this script? I tried with grep but can't find it.
  7. @DZMM Just wanted to say thanks for those scripts! They been working perfectly for 2 month on my cloud server with Radarr, Sonarr etc... I run the upload script every 2 minutes so I don't need to wait when a movie is being imported! I filled my gdrive with 20tb (~1300 movies) worth of movies thanks to you, all automated with Traktarr.
  8. I'm running the Mount script every 15 minutes, and the Upload script every 10 minutes. But after a certain time, the Upload script won't work anymore, I need to use the clean/unmount and then mount again. Any fix for that?
  9. Hey @DZMM, do you provide any kind of support if using your script on Debian instead of Unraid? In any case, here's my issue: I created the 3 scripts into /usr/local/bin, and runned them manually from there for testing purpose, before making cron job. These script, when executed, are showing no error so far, but the folder /mount_mergerfs does not seems to works like intended, I can't create any folder in it, the folders are always deleted, even if they are not empty, and the mount script is supposed to create /mount_mergerfs/movies and /mount_mergerfs/tv right? These folder are there for like 10 seconds and are deleted right away. Any help would be appreciated!
  10. The fact is I'm trying to not using it!
  11. That's the weirdest part! I have nothing set up on the DMZ! The field is like this : http://prntscr.com/tccsri My Unraid server is 192.168.0.11
  12. I think found the cause: I can't disable DMZ on my router, I can only change the IP address of the DMZ. Is there anything I can disable on unraid? Because it never happened on my OMV server If I change 192.168.0.0 (which is the default dmz ip) to something that doesn't exist like 192.168.0.155, everything is fine, all my port are now blocked, but Jellyfin is not working anymore from the outside (only jellyfin, Radarr works fine for exemple)
  13. EDIT2: I factory reseted my box and everything is working fine for now! EDIT: I found the cause: I can't disable DMZ on my router, I can only change the IP address of the DMZ. Is there anything I can disable on unraid? Because it never happened on my OMV server. If I change 192.168.0.0 (which is the default dmz ip) to something that doesn't exist like 192.168.0.155, everything is fine, all my port are now blocked, but Jellyfin is not working anymore from the outside (only jellyfin, Radarr works fine for exemple) Hi! I just noticed something very weird today when trying to access my Jellyfin server from the outside. I noticed that all of my dockers port were opened from the outside! On my box there is only the Jellyfin port that is forwarded and nothing else, also the DMZ is disabled by default! What's happening? I can't even use the port blocker feature from my box! I need to forward the port to an incorrect local ip for it to be blocked. To be clear, I'm testing with a 4G phone, so no local at all. Any tips would be super great! Thanks!
  14. Sorry I didn’t updated the post, I just got the right cable and everything is fine now ! The cable I got in the first place were not forward breakout