mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-23 08:39:19 +00:00
fix: wrong URL on startup exception
This commit is contained in:
@@ -71,7 +71,6 @@ import space.arim.morepaperlib.scheduling.AsynchronousScheduler;
|
|||||||
import space.arim.morepaperlib.scheduling.GracefulScheduling;
|
import space.arim.morepaperlib.scheduling.GracefulScheduling;
|
||||||
import space.arim.morepaperlib.scheduling.RegionalScheduler;
|
import space.arim.morepaperlib.scheduling.RegionalScheduler;
|
||||||
|
|
||||||
import javax.naming.ConfigurationException;
|
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
|
|||||||
@@ -381,7 +381,7 @@ public interface HuskSync extends Task.Supplier, EventDispatcher, ConfigProvider
|
|||||||
|
|
||||||
1) Make sure you've entered your MySQL or MariaDB database details correctly in config.yml
|
1) Make sure you've entered your MySQL or MariaDB database details correctly in config.yml
|
||||||
2) Make sure your Redis server details are also correct in config.yml
|
2) Make sure your Redis server details are also correct in config.yml
|
||||||
3) Make sure your config is up-to-date (https://william278.net/docs/husksync/config-files)
|
3) Make sure your config is up-to-date (https://william278.net/docs/husksync/config-file)
|
||||||
4) Check the error below for more details
|
4) Check the error below for more details
|
||||||
|
|
||||||
Caused by: %s""";
|
Caused by: %s""";
|
||||||
|
|||||||
Reference in New Issue
Block a user