I got an error:

https://flagrow.io/satis could not be fully loaded (The "https://extiverse.com/satis/packages.json" file could not be downloaded (HTTP/2 400 )), package information was loaded from the local cache and may be out of date
./composer.json has been updated
Running composer update fof/drafts
Loading composer repositories with package information
https://flagrow.io/satis could not be fully loaded (The "https://extiverse.com/satis/packages.json" file could not be downloaded (HTTP/2 400 )), package information was loaded from the local cache and may be out of date
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
98 packages you are using are looking for funding.
Use the `composer fund` command to find out more!

    MikeJones there's no error. It just didn't update anything.

    Maybe you have an outdated Flarum or you already installed the latest version of the extension. You can use php flarum info to check the version of Flarum and the extension.

    You can remove the old flagrow.io/satis endpoint from your composer.json to save Composer some time. If you have Extiverse premium extensions you can directly add the new Extiverse URL as found in your Extiverse settings.

    [deleted] I've 80 orphaned drafts

    I have 500 ahah 🤣

      MikeJones try
      composer update fof/drafts ^0.3.2 --with-all-dependencies

      The error you had is due to a lock on one of the dependent extension

      What time does the scheduler use? Is it server time or the client time?

      The scheduler is not working for me. Getting this error message in log:

      Starting...

      In Builder.php line 479:


      No query results for model [Flarum\Discussion\Discussion].


      drafts:publish [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--] <command>

        Also having a bit of an issue with the scheduler, we can pick a date with no problem but then get no way to set a time at all.

        hi dear devs, add please button "delete all drafts"
        its spamm if more time read topics 🙁

        upd: 😠

          Has anyone gotten the scheduler to work for drafts? I need help.
          Mine is still not working.
          Other schedules, like the one for best answer is working well.

          Ffuser1

          @Kyrne The scheduler is not working for me.
          Getting this error message in log:

          Starting...
          In Builder.php line 479:
          No query results for model [Flarum\Discussion\Discussion].
          drafts:publish [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--] <command>

          Other schedules like sitemap and best answer is working. I'm on beta15.

          So I tried removing off/drafts since I couldn't upgrade. But then when I went to re-install I got this:

          https://flagrow.io/satis could not be fully loaded (The "https://extiverse.com/satis/packages.json" file could not be downloaded (HTTP/2 400 )), package information was loaded from the local cache and may be out of date
          Using version ^0.3.2 for fof/drafts
          ./composer.json has been updated
          Running composer update fof/drafts
          Loading composer repositories with package information
          https://flagrow.io/satis could not be fully loaded (The "https://extiverse.com/satis/packages.json" file could not be downloaded (HTTP/2 400 )), package information was loaded from the local cache and may be out of date
          Updating dependencies
          Your requirements could not be resolved to an installable set of packages.
          
            Problem 1
              - Root composer.json requires fof/drafts ^0.3.2 -> satisfiable by fof/drafts[0.3.2].
              - fof/drafts 0.3.2 requires fof/console ^0.6.2 -> found fof/console[0.6.2, 0.6.3] but the package is fixed to 0.6.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
          
          Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
          
          Installation failed, reverting ./composer.json and ./composer.lock to their original content.

          What is fof/console never heard of it? How should I install it?

          I figured it out I had to install with the -w command and it installed all the things it needed.