-
-
Save RiQuY/938ce10b0f188e19f6f342d8ec9cc54c to your computer and use it in GitHub Desktop.
Toontown Launcher Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-06-25T19:32:24.482888801Z main WARN Runtime environment or build system does not support multi-release JARs. This will impact location-based features. | |
[2024-06-25 21:32:24] [INFO] [CustomLauncherRewrite] Program is starting. | |
[2024-06-25 21:32:24] [INFO] [CustomLauncherRewrite] Running version 1.9.1 | |
[2024-06-25 21:32:24] [INFO] [CustomLauncherRewrite] Current directory /home/ricardo | |
[2024-06-25 21:32:25] [INFO] [UpdateChecker] Checking for updates | |
[2024-06-25 21:32:25] [INFO] [UpdateChecker] Latest version is 1.9.1 | |
[2024-06-25 21:32:25] [INFO] [UpdateChecker] Running latest version | |
[2024-06-25 21:32:25] [INFO] [ReleaseNotesTracker] Fetching game updates... | |
[2024-06-25 21:32:25] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/releasenotes/ | |
[2024-06-25 21:32:26] [INFO] [ReleaseNotesTracker] Found 357 total game updates | |
[2024-06-25 21:32:26] [INFO] [JSONUtils] Writing file: /home/ricardo/config/accounts.json | |
[2024-06-25 21:32:26] [ERROR] [JSONUtils] Unable to write file config/accounts.json | |
java.io.FileNotFoundException: config/accounts.json (No existe el fichero o el directorio) | |
at java.io.FileOutputStream.open0(Native Method) ~[?:?] | |
at java.io.FileOutputStream.open(FileOutputStream.java:289) ~[?:?] | |
at java.io.FileOutputStream.<init>(FileOutputStream.java:230) ~[?:?] | |
at java.io.FileOutputStream.<init>(FileOutputStream.java:179) ~[?:?] | |
at java.io.FileWriter.<init>(FileWriter.java:98) ~[?:?] | |
at lol.hyper.customlauncher.tools.JSONUtils.writeFile(JSONUtils.java:66) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.accounts.Accounts.<init>(Accounts.java:53) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.windows.MainWindow.<init>(MainWindow.java:50) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.CustomLauncherRewrite.lambda$main$0(CustomLauncherRewrite.java:141) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) ~[?:?] | |
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) ~[?:?] | |
at java.awt.EventQueue$4.run(EventQueue.java:720) ~[?:?] | |
at java.awt.EventQueue$4.run(EventQueue.java:714) ~[?:?] | |
at java.security.AccessController.doPrivileged(AccessController.java:400) [?:?] | |
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) [?:?] | |
at java.awt.EventQueue.dispatchEvent(EventQueue.java:742) [?:?] | |
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) [?:?] | |
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) [?:?] | |
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) [?:?] | |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) [?:?] | |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:?] | |
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) [?:?] | |
[2024-06-25 21:32:57] [INFO] [Accounts] Creating base accounts file... | |
[2024-06-25 21:32:57] [INFO] [ConfigHandler] Creating config folder at /home/ricardo/config | |
[2024-06-25 21:32:57] [INFO] [JSONUtils] Writing file: /home/ricardo/config/config.json | |
[2024-06-25 21:32:57] [INFO] [ConfigHandler] Creating TTR install folder at /home/ricardo/ttr-files | |
[2024-06-25 21:33:01] [INFO] [OSDetection] OS type detected as linux | |
[2024-06-25 21:33:01] [INFO] [OSDetection] Actual OS: Linux 64bit | |
[2024-06-25 21:33:01] [INFO] [OSDetection] Arch: amd64 | |
[2024-06-25 21:33:01] [INFO] [OSDetection] Java: 22.0.1+8-suse-2.1-x8664 (N/A) | |
[2024-06-25 21:33:01] [INFO] [FirstLaunch] Found existing TTR install at /home/ricardo/.var/app/com.toontownrewritten.Launcher/data | |
[2024-06-25 21:33:01] [INFO] [ConfigHandler] Config version: 1 | |
[2024-06-25 21:33:01] [INFO] [ConfigHandler] showInvasionNotifications: true | |
[2024-06-25 21:33:01] [INFO] [ConfigHandler] showFieldOfficeNotifications: true | |
[2024-06-25 21:33:01] [INFO] [ConfigHandler] ttrInstallLocation: /home/ricardo/ttr-files | |
[2024-06-25 21:33:01] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:33:01] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:33:01] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/population | |
[2024-06-25 21:33:01] [INFO] [Accounts] Loading accounts from accounts.json | |
[2024-06-25 21:33:01] [INFO] [JSONUtils] Reading file: /home/ricardo/config/accounts.json | |
[2024-06-25 21:33:01] [ERROR] [JSONUtils] Unable to read file config/accounts.json | |
java.nio.file.NoSuchFileException: config/accounts.json | |
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?] | |
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?] | |
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?] | |
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) ~[?:?] | |
at java.nio.file.Files.newByteChannel(Files.java:379) ~[?:?] | |
at java.nio.file.Files.newByteChannel(Files.java:431) ~[?:?] | |
at java.nio.file.Files.readAllBytes(Files.java:3273) ~[?:?] | |
at lol.hyper.customlauncher.tools.JSONUtils.readFile(JSONUtils.java:49) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.accounts.Accounts.loadAccountsFromFile(Accounts.java:98) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.accounts.Accounts.getAccounts(Accounts.java:64) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.windows.MainWindow.<init>(MainWindow.java:138) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at lol.hyper.customlauncher.CustomLauncherRewrite.lambda$main$0(CustomLauncherRewrite.java:141) ~[CustomLauncherRewrite-1.9.1.jar:?] | |
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) ~[?:?] | |
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) ~[?:?] | |
at java.awt.EventQueue$4.run(EventQueue.java:720) ~[?:?] | |
at java.awt.EventQueue$4.run(EventQueue.java:714) ~[?:?] | |
at java.security.AccessController.doPrivileged(AccessController.java:400) [?:?] | |
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) [?:?] | |
at java.awt.EventQueue.dispatchEvent(EventQueue.java:742) [?:?] | |
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) [?:?] | |
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) [?:?] | |
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) [?:?] | |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) [?:?] | |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:?] | |
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) [?:?] | |
[2024-06-25 21:33:01] [INFO] [FieldOfficeTrackerPanel] Tracking new field office for 9100. Stars: 2. Annexes: 36. Open: true | |
[2024-06-25 21:33:01] [INFO] [FieldOfficeTrackerPanel] Tracking new field office for 5100. Stars: 3. Annexes: 10. Open: true | |
[2024-06-25 21:33:01] [INFO] [FieldOfficeTrackerPanel] Tracking new field office for 4300. Stars: 1. Annexes: 46. Open: true | |
[2024-06-25 21:33:01] [INFO] [FieldOfficeTrackerPanel] Tracking new field office for 3300. Stars: 2. Annexes: 60. Open: true | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Kaboom Cliffs. Cogs: 5666/6000. ETA: 2024-06-25T21:35:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Blam Canyon. Cogs: 3062/6192. ETA: 2024-06-25T22:05:48+02:00[Europe/Madrid] | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Bounceboro. Cogs: 806/3000. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Zoink Falls. Cogs: 2999/8000. ETA: 2024-06-25T22:25:18+02:00[Europe/Madrid] | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Fizzlefield. Cogs: 2045/4000. ETA: 2024-06-25T21:54:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Thwackville. Cogs: 629/6000. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:02] [INFO] [InvasionTrackerPanel] Tracking new invasion for Hiccup Hills. Cogs: 1217/9634. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
Exception in thread "AWT-EventQueue-0" org.json.JSONException: A JSONArray text must start with '[' at 0 [character 1 line 1] | |
at org.json.JSONTokener.syntaxError(JSONTokener.java:503) | |
at org.json.JSONArray.<init>(JSONArray.java:89) | |
at org.json.JSONArray.<init>(JSONArray.java:142) | |
at lol.hyper.customlauncher.accounts.Accounts.loadAccountsFromFile(Accounts.java:98) | |
at lol.hyper.customlauncher.accounts.Accounts.getAccounts(Accounts.java:64) | |
at lol.hyper.customlauncher.windows.MainWindow.<init>(MainWindow.java:138) | |
at lol.hyper.customlauncher.CustomLauncherRewrite.lambda$main$0(CustomLauncherRewrite.java:141) | |
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) | |
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) | |
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720) | |
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714) | |
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) | |
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) | |
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) | |
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) | |
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) | |
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) | |
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) | |
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) | |
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) | |
[2024-06-25 21:33:11] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:33:11] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5666 -> 5767. ETA: 2024-06-25T21:35:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3062 -> 3151. ETA: 2024-06-25T22:05:48+02:00[Europe/Madrid] | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 806 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 2999 -> 3088. ETA: 2024-06-25T22:25:18+02:00[Europe/Madrid] | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2045 -> 2154. ETA: 2024-06-25T21:54:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 629 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1217 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:33:21] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5767. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3151. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3088. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2154. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:33:31] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:33:31] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/population | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5767. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3151. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3088. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2154. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:33:41] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5767. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3151. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3088. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2154. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:33:51] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5767. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3151. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3088. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2154. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:33:51] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:34:01] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:34:01] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/population | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5767. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3151. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3088. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2154. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:01] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:34:11] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5767. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3151. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 878. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3088. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2154. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 709. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:11] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1282. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:34:21] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5767 -> 5862. ETA: 2024-06-25T21:35:34+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3151 -> 3248. ETA: 2024-06-25T22:05:57+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 878 -> 958. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3088 -> 3185. ETA: 2024-06-25T22:25:41+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2154 -> 2287. ETA: 2024-06-25T21:54:26+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 709 -> 800. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:21] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1282 -> 1340. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:34:31] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:34:31] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/population | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5862 -> 5862. ETA: 2024-06-25T21:35:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3248 -> 3248. ETA: 2024-06-25T22:06:01+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 958 -> 958. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3185 -> 3185. ETA: 2024-06-25T22:25:17+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2287 -> 2287. ETA: 2024-06-25T21:53:35+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 800 -> 800. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:31] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1340 -> 1340. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [JSONUtils] Fetching url: https://api.toon.plus/invasions | |
[2024-06-25 21:34:41] [INFO] [JSONUtils] Fetching url: https://www.toontownrewritten.com/api/fieldoffices | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Kaboom Cliffs. Cogs: 5862 -> 5862. ETA: 2024-06-25T21:35:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Blam Canyon. Cogs: 3248 -> 3248. ETA: 2024-06-25T22:06:01+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Bounceboro. Cogs: 958 -> 958. ETA: 2024-06-25T21:57:31+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Zoink Falls. Cogs: 3185 -> 3185. ETA: 2024-06-25T22:25:17+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Fizzlefield. Cogs: 2287 -> 2287. ETA: 2024-06-25T21:53:35+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Thwackville. Cogs: 800 -> 800. ETA: 2024-06-25T22:36:42+02:00[Europe/Madrid] | |
[2024-06-25 21:34:41] [INFO] [InvasionTrackerPanel] Updating invasion details for Hiccup Hills. Cogs: 1340 -> 1340. ETA: 2024-06-25T23:11:04+02:00[Europe/Madrid] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment