blobsaver icon indicating copy to clipboard operation
blobsaver copied to clipboard

Force check on Background not working

Open joseashb opened this issue 2 years ago • 1 comments

Describe the bug Unable to force start background check on 3.2.1

Screenshots image

Desktop:

  • OS Version: Windows 10 LTSC 2019
  • iOS Device: Multiple

Checklist (place an x between the brackets to mark as completed):

  • [x] I have made sure I am on the latest version of blobsaver
  • [x] I have checked other open issues to see if my problem has already been reported
  • [x] I have tried common troubleshooting tactics such as restarting my computer and reinstalling blobsaver

Log(s)

ERROR: Invalid argument/option - '\airsquared\blobsaver\BackgroundService'.
Type "SCHTASKS /RUN /?" for usage.

joseashb avatar Aug 23 '22 19:08 joseashb

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like this to remain open, please comment, otherwise this issue will be closed in 5 days.'

stale[bot] avatar Sep 22 '22 04:09 stale[bot]

I'm receiving this same issue when force checking. I hope this doesn't mean that my background service was not running at all. Although it seems to have still worked because I have local blobs for iOS 16.

ERROR: Invalid argument/option - '\airsquared\blobsaver\BackgroundService'.
Type "SCHTASKS /RUN /?" for usage.

Infinitay avatar Dec 26 '22 12:12 Infinitay

Please run the following command in cmd:

schtasks /run /tn \airsquared\blobsaver\BackgroundService

and paste the output here.

airsquared avatar Jan 23 '23 01:01 airsquared

I assume you meant schtasks

SUCCESS: Attempted to run the scheduled task "\airsquared\blobsaver\BackgroundService".

Infinitay avatar Jan 23 '23 18:01 Infinitay

Oops yeah I did mean schtasks. Thanks, that confirms that background saving is working, but "Force check" was broken on Windows. Will be fixed in the next version.

airsquared avatar Jan 23 '23 19:01 airsquared

Fixed in v3.5.0.

airsquared avatar Jan 24 '23 00:01 airsquared