magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.8k stars 746 forks source link

Xmage Visual Bug #6029

Closed RelSunora closed 4 years ago

RelSunora commented 4 years ago

I have a following visual Bug. I can't play because of it. How to fix it?

Xmage nick: UnRel_Sunora fw87fqd-e9E

JayDi85 commented 4 years ago

There are must be error messages: search it in black window or in \xmage\mage-client\mageclient.log file.

RelSunora commented 4 years ago

The Log file gives me this:

ERROR 2019-11-04 02:13:49,139 java.io.EOFException =>[Util3] ImageCache.makeThumbnail java.io.EOFException at net.java.truecommons.io.PowerBuffer.load(PowerBuffer.java:144) at net.java.truevfs.comp.zip.AbstractZipFile.checkZipFileSignature(AbstractZipFile.java:162) at net.java.truevfs.comp.zip.AbstractZipFile.(AbstractZipFile.java:137) at net.java.truevfs.comp.zipdriver.ZipInputService.(ZipInputService.java:40) at net.java.truevfs.comp.zipdriver.AbstractZipDriver.newZipInput(AbstractZipDriver.java:337) at net.java.truevfs.comp.zipdriver.AbstractZipDriver.newInput(AbstractZipDriver.java:319) at net.java.truevfs.comp.zipdriver.AbstractZipDriver.newInput(AbstractZipDriver.java:46) at net.java.truevfs.kernel.spec.FsArchiveDriver.newInput(FsArchiveDriver.java:187) at net.java.truevfs.kernel.impl.TargetArchiveController.liftedTree1$1(TargetArchiveController.scala:150) at net.java.truevfs.kernel.impl.TargetArchiveController.mount0(TargetArchiveController.scala:149) at net.java.truevfs.kernel.impl.TargetArchiveController.mount(TargetArchiveController.scala:109) at net.java.truevfs.kernel.impl.FileSystemArchiveController$ResetFileSystem.autoMount(FileSystemArchiveController.scala:70) at net.java.truevfs.kernel.impl.FileSystemArchiveController.autoMount(FileSystemArchiveController.scala:37) at net.java.truevfs.kernel.impl.BasicArchiveController.checkAccess(BasicArchiveController.scala:56) at net.java.truevfs.kernel.impl.DefaultManager$BackController.net$java$truevfs$kernel$impl$SyncController$$super$checkAccess(DefaultManager.scala:171) at net.java.truevfs.kernel.impl.SyncController$$anonfun$checkAccess$1.apply$mcV$sp(SyncController.scala:47) at net.java.truevfs.kernel.impl.SyncController$$anonfun$checkAccess$1.apply(SyncController.scala:47) at net.java.truevfs.kernel.impl.SyncController$$anonfun$checkAccess$1.apply(SyncController.scala:47) at net.java.truevfs.kernel.impl.SyncController$class.net $java$truevfs$kernel$impl$SyncController$$apply(SyncController.scala:129) at net.java.truevfs.kernel.impl.SyncController$class.checkAccess(SyncController.scala:47) at net.java.truevfs.kernel.impl.DefaultManager$BackController.net$java$truevfs$kernel$impl$LockController$$super$checkAccess(DefaultManager.scala:171) at net.java.truevfs.kernel.impl.LockController$$anonfun$checkAccess$1.apply$mcV$sp(LockController.scala:48) at net.java.truevfs.kernel.impl.LockController$$anonfun$checkAccess$1.apply(LockController.scala:48) at net.java.truevfs.kernel.impl.LockController$$anonfun$checkAccess$1.apply(LockController.scala:48) at net.java.truevfs.kernel.impl.LockingStrategy.apply(LockingStrategy.scala:78) at net.java.truevfs.kernel.impl.LockController$class.timedReadOrWriteLocked(LockController.scala:104) at net.java.truevfs.kernel.impl.LockController$class.checkAccess(LockController.scala:48) at net.java.truevfs.kernel.impl.DefaultManager$BackController.checkAccess(DefaultManager.scala:171) at net.java.truevfs.kernel.impl.ArchiveControllerAdapter.checkAccess(ArchiveControllerAdapter.scala:22) at net.java.truevfs.comp.zipdriver.AbstractKeyController.checkAccess(AbstractKeyController.java:108) at net.java.truevfs.kernel.spec.FsDecoratingController.checkAccess(FsDecoratingController.java:53) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$TryChild$.apply(FalsePositiveArchiveController.scala:195) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.net $java$truevfs$kernel$impl$FalsePositiveArchiveController$$apply(FalsePositiveArchiveController.scala:172) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.checkAccess(FalsePositiveArchiveController.scala:74) at net.java.truevfs.access.TFile.exists(TFile.java:1670) at org.mage.plugins.card.images.ImageCache$1.apply(ImageCache.java:125) at org.mage.plugins.card.images.ImageCache$1.apply(ImageCache.java:64) at mage.client.util.SoftValuesLoadingCache.lambda$from$0(SoftValuesLoadingCache.java:64) at com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:146) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3628) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2336) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2295) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2208) at com.google.common.cache.LocalCache.get(LocalCache.java:4053) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4057) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4986) at com.google.common.cache.ForwardingLoadingCache.get(ForwardingLoadingCache.java:45) at mage.client.util.SoftValuesLoadingCache.getOrNull(SoftValuesLoadingCache.java:38) at org.mage.plugins.card.images.ImageCache.getImage(ImageCache.java:400) at org.mage.plugins.card.images.ImageCache.getThumbnail(ImageCache.java:377) at org.mage.plugins.card.images.ImageCache.getImage(ImageCache.java:542) at org.mage.card.arcane.CardPanelRenderImpl.lambda$updateArtImage$1(CardPanelRenderImpl.java:347) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Suppressed: java.nio.file.NoSuchFileException: E:\Xmage\xmage\mage-client\plugins\images\C19.thumb.zip\C19\Rayami, First of the Fallen.full.jpg at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) at sun.nio.fs.WindowsFileSystemProvider.checkReadAccess(WindowsFileSystemProvider.java:338) at sun.nio.fs.WindowsFileSystemProvider.checkAccess(WindowsFileSystemProvider.java:362) at net.java.truevfs.driver.file.FileController.checkAccess(FileController.java:101) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$UseParent.apply(FalsePositiveArchiveController.scala:204) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.net $java$truevfs$kernel$impl$FalsePositiveArchiveController$$apply(FalsePositiveArchiveController.scala:178) ... 24 more Suppressed: java.nio.file.NoSuchFileException: E:\Xmage\xmage\mage-client\plugins\images\C19.thumb.zip\C19 at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) at sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:504) at java.nio.file.Files.createDirectory(Files.java:674) at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) at java.nio.file.Files.createDirectories(Files.java:767) at net.java.truevfs.driver.file.FileOutputSocket.begin(FileOutputSocket.java:112) at net.java.truevfs.driver.file.FileOutputSocket.stream(FileOutputSocket.java:233) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$Output$1$$anonfun$stream$2.apply(FalsePositiveArchiveController.scala:119) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$Output$1$$anonfun$stream$2.apply(FalsePositiveArchiveController.scala:119) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$UseParent.apply(FalsePositiveArchiveController.scala:204) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.net $java$truevfs$kernel$impl$FalsePositiveArchiveController$$apply(FalsePositiveArchiveController.scala:172) at net.java.truevfs.kernel.impl.FalsePositiveArchiveController$Output$1.stream(FalsePositiveArchiveController.scala:119) at net.java.truevfs.access.TFileOutputStream.(TFileOutputStream.java:164) at net.java.truevfs.access.TFileOutputStream.(TFileOutputStream.java:134) at net.java.truevfs.access.TFileOutputStream.(TFileOutputStream.java:120) at org.mage.plugins.card.images.ImageCache.makeThumbnail(ImageCache.java:497) at org.mage.plugins.card.images.ImageCache$1.makeThumbnailByFile(ImageCache.java:183) at org.mage.plugins.card.images.ImageCache$1.apply(ImageCache.java:146) ... 21 more

пн, 4 нояб. 2019 г. в 05:26, Oleg Agafonov notifications@github.com:

There are must be error messages: search it in black window or in \xmage\mage-client\mageclient.log file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/magefree/mage/issues/6029?email_source=notifications&email_token=ANVNPC7X42LW7IAZOPRCNADQR6B4FA5CNFSM4JINWYD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6D4UI#issuecomment-549207633, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVNPCYL2XOTZNNRFVCUO63QR6B4FANCNFSM4JINWYDQ .

JayDi85 commented 4 years ago

Open images folder 'E:\Xmage\xmage\mage-client\plugins\images\' and delete all '*.thumb.zip' files -- thats must fix your bug with broken images.

Jmcmahon82 commented 4 years ago

So. I've got the same issue.

Scenario - Playing Xmage - with the preview window closed. Screen goes wonky... Preview window now open!

I can temporarily "Fix" the screen clipping by resetting my resolution on the monitor Xmage is on.

I can also move Xmage to another monitor and it will work for a time until it again goes wonky.

I can leave the Preview window showing... and the issue still happens.

I've performed multiple Delete/Reinstall of Xmage. I've cleaned my system of Java and re installed from Xmage... CLeaned and re installed via the Java site, etc. I only have this issue on my primary desktop and only when using 2 monitors.

Java issue Xmage

JayDi85 commented 4 years ago

@Jmcmahon82

  1. Find and delete logs file \xmage\mage-client\mageclient.log
  2. Start xmage and repeat that bug;
  3. Upload logs file here or to https://pastebin.com/
wolfspider799609 commented 4 years ago

I am having the same issue also here is the output log -

INFO 2019-12-08 13:14:02,295 Starting MAGE client version 1.4.40V1 (build: 2019-12-07 18:03) =>[main] MageFrame.main INFO 2019-12-08 13:14:02,298 Logging level: INFO =>[main] MageFrame.main INFO 2019-12-08 13:14:10,501 Loading database... =>[AWT-EventQueue-0] RepositoryUtil.bootstrapLocalDb INFO 2019-12-08 13:14:10,869 DB: creating cards database =>[AWT-EventQueue-0] MageFrame. INFO 2019-12-08 13:14:17,046 DB: need to add 233 new sets =>[AWT-EventQueue-0] ExpansionRepository.lambda$saveSets$0 INFO 2019-12-08 13:14:25,380 DB: need to add 38498 new cards =>[AWT-EventQueue-0] CardRepository.lambda$saveCards$0 INFO 2019-12-08 13:14:30,824 Done. =>[AWT-EventQueue-0] MageFrame. INFO 2019-12-08 13:14:30,831 Loading symbols... =>[AWT-EventQueue-0] ManaSymbols.loadImages WARN 2019-12-08 13:14:30,869 Symbols can't be load for size 15: SVG fails - 52, GIF fails - 52 =>[AWT-EventQueue-0] ManaSymbols.loadSymbolImages WARN 2019-12-08 13:14:30,872 Symbols can't be load for size 25: SVG fails - 52, GIF fails - 52 =>[AWT-EventQueue-0] ManaSymbols.loadSymbolImages WARN 2019-12-08 13:14:30,874 Symbols can't be load for size 50: SVG fails - 52, GIF fails - 52 =>[AWT-EventQueue-0] ManaSymbols.loadSymbolImages INFO 2019-12-08 13:14:31,013 Loading plugins... =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 13:14:31,070 [Game counter plugin, version 0.1] has been loaded. =>[AWT-EventQueue-0] CounterPluginImpl.newPlugin INFO 2019-12-08 13:14:31,083 [Card plugin, version 0.7] has been loaded. =>[AWT-EventQueue-0] CardPluginImpl.newPlugin INFO 2019-12-08 13:14:31,088 [Theme plugin, version 0.5] has been loaded. =>[AWT-EventQueue-0] ThemePluginImpl.newPlugin INFO 2019-12-08 13:14:31,088 Done. =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 13:14:32,358 Client start up time: 30 seconds =>[AWT-EventQueue-0] MageFrame.lambda$new$2 INFO 2019-12-08 13:16:49,834 Symbols download prepare... =>[AWT-EventQueue-0] CardPluginImpl.downloadSymbols WARN 2019-12-08 13:16:49,973 Symbols: set is not configured: PPRO (Pro Tour Promos) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,973 Symbols: set is not configured: GN2 (Game Night 2019) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,973 Symbols: set is not configured: SUS (Super Series) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,974 Symbols: set is not configured: FNMP (Friday Night Magic) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,974 Symbols: set is not configured: CP (Champs) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,974 Symbols: set is not configured: SWS (Star Wars) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,975 Symbols: set is not configured: H17 (HASCON Promo 2017) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,975 Symbols: set is not configured: ATH (Anthologies) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,976 Symbols: set is not configured: ELD (Throne of Eldraine) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,976 Symbols: set is not configured: PUMA (Ultimate Box Topper Promos) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,976 Symbols: set is not configured: GPX (Grand Prix Promos) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,977 Symbols: set is not configured: APAC (Asia Pacific Land Program) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,977 Symbols: set is not configured: MLP (Launch Party) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,978 Symbols: set is not configured: CLASH (Clash Pack) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,978 Symbols: set is not configured: GRC (WPN and Gateway Promos) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,978 Symbols: set is not configured: PF19 (MagicFest 2019) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,979 Symbols: set is not configured: PTC (Prerelease Events) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,979 Symbols: set is not configured: HTR (Heroes of the Realm) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,979 Symbols: set is not configured: EURO (European Land Program) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,980 Symbols: set is not configured: PM20 (Core Set 2020 Promos) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,980 Symbols: set is not configured: MPRP (Magic Player Rewards) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,980 Symbols: set is not configured: GUR (Guru) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,981 Symbols: set is not configured: DPA (Duels of the Planeswalkers) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,981 Symbols: set is not configured: CELD (Throne of Eldraine Collector's Edition) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,981 Symbols: set is not configured: JR (Judge Promo) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,982 Symbols: set is not configured: HHO (Happy Holidays) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,982 Symbols: set is not configured: PS19 (San Diego Comic-Con 2019) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,982 Symbols: set is not configured: MBP (Media Inserts) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,983 Symbols: set is not configured: ARENA (Arena League) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,983 Symbols: set is not configured: DPAP (Duels of the Planeswalkers Promos) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,983 Symbols: set is not configured: C19 (Commander 2019 Edition) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,984 Symbols: set is not configured: ANA (Arena New Player Experience) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,984 Symbols: set is not configured: MGDC (Game Day) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,984 Symbols: set is not configured: PPP1 (M20 Promo Packs) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,985 Symbols: set is not configured: GK1 (Guilds of Ravnica Guild Kits) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,985 Symbols: set is not configured: GK2 (Ravnica Allegiance Guild Kits) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,985 Symbols: set is not configured: SS1 (Signature Spellbook: Jace) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,986 Symbols: set is not configured: SS2 (Signature Spellbook: Gideon) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult WARN 2019-12-08 13:16:49,986 Symbols: set is not configured: WMCQ (World Magic Cup Qualifier) =>[AWT-EventQueue-0] GathererSets.AnalyseSearchResult INFO 2019-12-08 13:16:50,104 Symbols download needs 791 files =>[AWT-EventQueue-0] CardPluginImpl.downloadSymbols INFO 2019-12-08 13:17:02,167 New svg symbol downloaded: W =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,168 New svg symbol downloaded: U =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,169 New svg symbol downloaded: B =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,170 New svg symbol downloaded: R =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,171 New svg symbol downloaded: G =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,173 New svg symbol downloaded: W/U =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,174 New svg symbol downloaded: U/B =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,175 New svg symbol downloaded: B/R =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,177 New svg symbol downloaded: R/G =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,177 New svg symbol downloaded: G/W =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,178 New svg symbol downloaded: W/B =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,179 New svg symbol downloaded: U/R =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,181 New svg symbol downloaded: B/G =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,182 New svg symbol downloaded: R/W =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,183 New svg symbol downloaded: G/U =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,185 New svg symbol downloaded: 2/W =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,186 New svg symbol downloaded: 2/U =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,187 New svg symbol downloaded: 2/B =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,188 New svg symbol downloaded: 2/R =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,190 New svg symbol downloaded: 2/G =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,191 New svg symbol downloaded: WP =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,192 New svg symbol downloaded: UP =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,193 New svg symbol downloaded: BP =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,194 New svg symbol downloaded: RP =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,195 New svg symbol downloaded: GP =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,196 New svg symbol downloaded: X =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,197 New svg symbol downloaded: S =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,198 New svg symbol downloaded: T =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,198 New svg symbol downloaded: Q =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,199 New svg symbol downloaded: C =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,200 New svg symbol downloaded: E =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,201 New svg symbol downloaded: 0 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,202 New svg symbol downloaded: 1 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,203 New svg symbol downloaded: 2 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,204 New svg symbol downloaded: 3 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,205 New svg symbol downloaded: 4 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,206 New svg symbol downloaded: 5 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,207 New svg symbol downloaded: 6 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,208 New svg symbol downloaded: 7 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,209 New svg symbol downloaded: 8 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,209 New svg symbol downloaded: 9 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,211 New svg symbol downloaded: 10 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,212 New svg symbol downloaded: 11 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,213 New svg symbol downloaded: 12 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,214 New svg symbol downloaded: 13 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,215 New svg symbol downloaded: 14 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,216 New svg symbol downloaded: 15 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,217 New svg symbol downloaded: 16 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,219 New svg symbol downloaded: 17 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,220 New svg symbol downloaded: 18 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,221 New svg symbol downloaded: 19 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,223 New svg symbol downloaded: 20 =>[pool-7-thread-5] ScryfallSymbolsSource.parseData INFO 2019-12-08 13:17:02,310 Symbols download finished =>[AWT-EventQueue-0] CardPluginImpl$3.propertyChange INFO 2019-12-08 13:17:02,327 Loading symbols... =>[AWT-EventQueue-0] ManaSymbols.loadImages WARN 2019-12-08 13:17:51,062 Failed to get tokens description from tokens.mtg.onl =>[AWT-EventQueue-0] TokensMtgImageSource.getTokensData java.lang.ArrayIndexOutOfBoundsException: 1 at org.mage.plugins.card.dl.sources.TokensMtgImageSource.parseTokensData(TokensMtgImageSource.java:282) at org.mage.plugins.card.dl.sources.TokensMtgImageSource.getTokensData(TokensMtgImageSource.java:217) at org.mage.plugins.card.dl.sources.TokensMtgImageSource.isTokenImageProvided(TokensMtgImageSource.java:173) at org.mage.plugins.card.images.DownloadPicturesService.reloadCardsToDownload(DownloadPicturesService.java:350) at org.mage.plugins.card.images.DownloadPicturesService.reloadSetsForSelectedSource(DownloadPicturesService.java:235) at org.mage.plugins.card.images.DownloadPicturesService.comboboxSourceSelected(DownloadPicturesService.java:241) at org.mage.plugins.card.images.DownloadPicturesService.lambda$new$0(DownloadPicturesService.java:158) at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1223) at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1280) at javax.swing.JComboBox.contentsChanged(JComboBox.java:1330) at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:118) at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:93) at javax.swing.JComboBox.setSelectedItem(JComboBox.java:576) at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:622) at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(BasicComboPopup.java:868) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290) at java.awt.Component.processMouseEvent(Component.java:6539) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(BasicComboPopup.java:517) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at mage.client.dialog.MageDialog.startModal(MageDialog.java:175) at mage.client.dialog.MageDialog.show(MageDialog.java:84) at java.awt.Component.show(Component.java:1671) at java.awt.Component.setVisible(Component.java:1623) at javax.swing.JComponent.setVisible(JComponent.java:2644) at mage.client.dialog.MageDialog.setVisible(MageDialog.java:90) at mage.client.dialog.DownloadImagesDialog.showDialog(DownloadImagesDialog.java:79) at mage.client.dialog.DownloadImagesDialog.showDialog(DownloadImagesDialog.java:62) at org.mage.plugins.card.images.DownloadPicturesService.startDownload(DownloadPicturesService.java:117) at mage.client.MageFrame.downloadImages(MageFrame.java:1099) at mage.client.MageFrame.btnImagesActionPerformed(MageFrame.java:1081) at mage.client.MageFrame.access$1200(MageFrame.java:78) at mage.client.MageFrame$12.actionPerformed(MageFrame.java:966) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6539) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6304) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) at java.awt.Container.dispatchEventImpl(Container.java:2283) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) INFO 2019-12-08 13:18:04,727 Started download of 488 images from source: tokens.mtg.onl, language: en =>[Thread-2599] DownloadPicturesService.run WARN 2019-12-08 13:18:04,738 Not enough images variants for token with type number 2, name Hellion, set M13. =>[Thread-2599] TokensMtgImageSource.generateTokenUrl WARN 2019-12-08 13:18:05,284 Image download for Goblin (10E) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/10E_4-Goblin.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,301 Image download for Emblem Elspeth, Knight Errant (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_16-Elspeth-Emblem.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,301 Image download for Soldier (10E) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/10E_1-Soldier.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,302 Image download for Emblem Liliana of the Dark Realms (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_11-Liliana-Emblem.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,307 Image download for Emblem Garruk, Caller of Beasts (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_13-Garruk-Emblem.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,314 Image download for Zombie (10E) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/10E_2-Zombie.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,316 Image download for Saproling (10E) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/10E_5-Saproling.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,316 Image download for Rukh (8ED) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/8ED_T1-Rukh.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,324 Image download for Emblem Liliana of the Dark Realms (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_12-Liliana-Emblem.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,325 Image download for Dragon (10E) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/10E_3-Dragon.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,838 Image download for Beast (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_10-Beast.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,857 Image download for Goblin (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_7-Goblin.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,869 Image download for Saproling (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_9-Saproling.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,873 Image download for Dragon (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_6-Dragon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,874 Image download for Homunculus (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_2-Homunculus.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,876 Image download for Goblin (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_7-Goblin.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,877 Image download for Ooze (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_8-Ooze.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,879 Image download for Soldier (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_1-Soldier.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,882 Image download for Skeleton (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_4-Skeleton.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:05,892 Image download for Thopter (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_3-Thopter.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,397 Image download for Zombie (ALA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ALA_5-Zombie.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,423 Image download for Goblin Soldier (APC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/APC_T1-Goblin-Soldier.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,427 Image download for Angel (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_1-Angel.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,433 Image download for Angel (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_1-Angel.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,435 Image download for Dragon (ARB) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ARB_3-Dragon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,443 Image download for Bird Soldier (ARB) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ARB_1-Bird-Soldier.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,449 Image download for Lizard (ARB) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ARB_2-Lizard.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,453 Image download for Zombie Wizard (ARB) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ARB_4-Zombie-Wizard.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,455 Image download for Demon (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_5-Demon.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,457 Image download for Human (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_2-Human.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,948 Image download for Human (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_7-Human.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,972 Image download for Spirit (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_3-Spirit.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:06,972 Image download for Spirit (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_4-Spirit.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,002 Image download for Dragon (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_008-Dragon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,005 Image download for Eldrazi Scion (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_002-Eldrazi-Scion.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,006 Image download for Eldrazi (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_001-Eldrazi.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,010 Image download for Zombie (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_6-Zombie.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,019 Image download for Eldrazi Scion (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_003-Eldrazi-Scion.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,020 Image download for Elemental (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_009-Elemental.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,024 Image download for Eldrazi Scion (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_004-Eldrazi-Scion.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,517 Image download for Elemental (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_011-Elemental.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,520 Image download for Knight Ally (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_005-Knight-Ally.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,523 Image download for Kor Ally (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_006-Kor-Ally.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,559 Image download for Bird (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_4-Bird.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,562 Image download for Octopus (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_007-Octopus.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,566 Image download for Plant (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_009-Plant.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,570 Image download for Cat Soldier (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_2-Cat-Soldier.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,570 Image download for Bird (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_1-Bird.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,586 Image download for Centaur (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_8-Centaur.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:07,588 Image download for Elemental (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_7-Elemental.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,076 Image download for Soldier (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_1-Soldier.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,077 Image download for Gold (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_10-Gold.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,077 Image download for Kraken (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_5-Kraken.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,117 Image download for Wolf (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_9-Wolf.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,121 Image download for Zombie (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_6-Zombie.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,123 Image download for Angel (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_001-Angel.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,135 Image download for Ape (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_018-Ape.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,139 Image download for Beast (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_019-Beast.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,141 Image download for Beast (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_020-Beast.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,154 Image download for Cat (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_002-Cat.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,626 Image download for Demon (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_013-Demon.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,639 Image download for Demon (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_012-Demon.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,642 Image download for Elemental (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_021-Elemental.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,672 Image download for Elf Druid (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_023-Elf-Druid.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,674 Image download for Elf Druid (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_023-Elf-Druid.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,674 Image download for Elephant (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_022-Elephant.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,678 Image download for Elf Warrior (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_024-Elf-Warrior.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,694 Image download for Fish (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_008-Fish.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,707 Image download for Gargoyle (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_027-Gargoyle.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:08,712 Image download for Germ (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_014-Germ.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,187 Image download for Goat (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_003-Goat.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,193 Image download for Goblin (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_017-Goblin.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,194 Image download for Horror (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_015-Horror.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,222 Image download for Myr (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_028-Myr.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,227 Image download for Pegasus (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_005-Pegasus.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,234 Image download for Kor Soldier (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_004-Kor-Soldier.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,241 Image download for Kraken (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_009-Kraken.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,243 Image download for Pentavite (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_029-Pentavite.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,270 Image download for Soldier (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_006-Soldier.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,274 Image download for Spirit (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_007-Spirit.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,743 Image download for Stoneforged Blade (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_030-Stoneforged-Blade.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,743 Image download for Treefolk (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_025-Treefolk.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,756 Image download for Whale (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_010-Whale.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,781 Image download for Wurm (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_032-Wurm.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,787 Image download for Zombie (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_011-Zombie.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,788 Image download for Wolf (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_026-Wolf.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,791 Image download for Zombie (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_016-Zombie.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,794 Image download for Wurm (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_033-Wurm.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,827 Image download for Bear (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_012-Bear.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:09,840 Image download for Angel (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_002-Angel.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,291 Image download for Beast (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_013-Beast.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,310 Image download for Cat (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_003-Cat.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,310 Image download for Dragon (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_009-Dragon.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,333 Image download for Elemental (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_020-Elemental.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,339 Image download for Drake (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_006-Drake.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,344 Image download for Elemental (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_020-Elemental.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,346 Image download for Elemental Shaman (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_010-Elemental-Shaman.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,359 Image download for Elephant (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_014-Elephant.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,387 Image download for Germ (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_007-Germ.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,391 Image download for Frog Lizard (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_015-Frog-Lizard.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,859 Image download for Gold (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_024-Gold.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,867 Image download for Knight (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_004-Knight.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,873 Image download for Knight (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_005-Knight.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,885 Image download for Lightning Ranger (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_011-Lightning-Ranger.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,894 Image download for Snake (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_017-Snake.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,894 Image download for Saproling (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_016-Saproling.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,914 Image download for Shapeshifter (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_001-Shapeshifter.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,919 Image download for Snake (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_021-Snake.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,954 Image download for Spider (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_018-Spider.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:10,955 Image download for Spirit (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_022-Spirit.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,427 Image download for Spirit (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_023-Spirit.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,429 Image download for Zombie (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_008-Zombie.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,435 Image download for Spirit (CHK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CHK_T1-Spirit.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,437 Image download for Wolf (C15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C15_019-Wolf.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,443 Image download for Elf Druid (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_023-Elf-Druid.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,447 Image download for Elf Druid (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_023-Elf-Druid.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,466 Image download for Demon (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_2-Demon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,473 Image download for Construct (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_8-Construct.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,502 Image download for Ogre (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_4-Ogre.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,503 Image download for Elephant (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_5-Elephant.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,972 Image download for Squirrel (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_6-Squirrel.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,989 Image download for Wolf (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_7-Wolf.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,992 Image download for Spirit (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_1-Spirit.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,994 Image download for Marit Lage (CSP) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CSP_T1-Marit-Lage.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:11,995 Image download for Zombie (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_3-Zombie.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,000 Image download for Elemental Shaman (DD2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DD2_T1-Elemental-Shaman.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,008 Image download for Demon (DDC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDC_T2-Demon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,025 Image download for Spirit (DDC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDC_T1-Spirit.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,048 Image download for Beast (DDD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDD_T1-Beast.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,060 Image download for Thrull (DDC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDC_T3-Thrull.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,519 Image download for Beast (DDD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDD_T2-Beast.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,543 Image download for Elephant (DDD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDD_T3-Elephant.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,545 Image download for Hornet (DDE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDE_T1-Hornet.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,546 Image download for Soldier (DDF) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDF_T1-Soldier.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,552 Image download for Minion (DDE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDE_T2-Minion.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,556 Image download for Saproling (DDE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDE_T3-Saproling.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,564 Image download for Griffin (DDH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDH_T1-Griffin.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,568 Image download for Goblin (DDG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDG_T1-Goblin.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,599 Image download for Saproling (DDH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDH_T2-Saproling.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:12,611 Image download for Saproling (DDJ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDJ_T1-Saproling.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,073 Image download for Spirit (DDK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDK_T1-Spirit.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,106 Image download for Assassin (DDM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDM_T1-Assassin.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,108 Image download for Goblin (DDN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDN_082-Goblin.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,110 Image download for Beast (DDL) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDL_T2-Beast.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,114 Image download for Kraken (DDO) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDO_067-Kraken.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,118 Image download for Griffin (DDL) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDL_T1-Griffin.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,130 Image download for Soldier (DDO) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDO_066-Soldier.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,131 Image download for Eldrazi Spawn (DDP) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDP_076-Eldrazi-Spawn.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,155 Image download for Eldrazi Spawn (DDP) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDP_077-Eldrazi-Spawn.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,172 Image download for Eldrazi Spawn (DDP) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDP_078-Eldrazi-Spawn.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,626 Image download for Hellion (DDP) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDP_1-Hellion.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,668 Image download for Plant (DDP) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDP_080-Plant.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,671 Image download for Human (DKA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DKA_1-Human.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,674 Image download for Elemental (DGM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DGM_1-Elemental.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,681 Image download for Bird (DGM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DGM_1-Bird.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,684 Image download for Beast (DST) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DST_T1-Beast.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,686 Image download for Vampire (DKA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DKA_2-Vampire.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,689 Image download for Djinn Monk (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_002-Djinn-Monk.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,713 Image download for Goblin (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_006-Goblin.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:13,724 Image download for Dragon (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_005-Dragon.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,176 Image download for Morph (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_007-Morph.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,224 Image download for Zombie Horror (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_004-Zombie-Horror.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,224 Image download for Warrior (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_001-Warrior.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,228 Image download for Zombie (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_003-Zombie.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,231 Image download for Elemental (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_5-Elemental.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,236 Image download for Beast (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_3-Beast.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,241 Image download for Goat (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_1-Goat.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,257 Image download for Bird (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_2-Bird.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,270 Image download for Goblin Soldier (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_7-Goblin-Soldier.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,290 Image download for Spirit (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_4-Spirit.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,740 Image download for Worm (EVE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVE_6-Worm.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,780 Image download for Elf Warrior (EVG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVG_T2-Elf-Warrior.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,780 Image download for Elemental (EVG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVG_T1-Elemental.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,782 Image download for Manifest (FRF) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/FRF_004-Manifest.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,795 Image download for Goblin (EVG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/EVG_T3-Goblin.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,798 Image download for Monk (FRF) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/FRF_001-Monk.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,798 Image download for Spirit (FRF) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/FRF_002-Spirit.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,814 Image download for Warrior (FRF) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/FRF_003-Warrior.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,839 Image download for Emblem Gideon (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_012-Gideon-Emblem.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:14,855 Image download for Angel (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_1-Angel.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,297 Image download for Emblem Kiora (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_014-Kiora-Emblem.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,329 Image download for Cleric (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_4-Cleric.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,331 Image download for Emblem Nixilis (BFZ) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BFZ_013-Nixilis-Emblem.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,336 Image download for Frog Lizard (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_3-Frog-Lizard.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,354 Image download for Emblem Daretti (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_036-Daretti-Emblem.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,354 Image download for Emblem Daretti (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_036-Daretti-Emblem.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,360 Image download for Horror (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_5-Horror.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,369 Image download for Emblem Nixilis (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_035-Nixilis-Emblem.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,390 Image download for Rat (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_2-Rat.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,403 Image download for Emblem Teferi (C14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/C14_034-Teferi-Emblem.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,844 Image download for Soldier (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_1-Soldier.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,886 Image download for Soldier (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_6-Soldier.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,887 Image download for Emblem Dack Fayden (CNS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/CNS_9-Dack-Emblem.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,892 Image download for Spirit (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_7-Spirit.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,922 Image download for Emblem Sarkhan (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_012-Sarkhan-Emblem.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,928 Image download for Emblem Narset (DTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DTK_008-Narset-Emblem.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,930 Image download for Emblem Sorin (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_013-Sorin-Emblem.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,934 Image download for Emblem Ajani (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_013-Ajani-Emblem.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,950 Image download for Emblem Garruk (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_014-Garruk-Emblem.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:15,960 Image download for Emblem Chandra (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_014-Chandra-Emblem.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,399 Image download for Emblem Jace (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_012-Jace-Emblem.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,443 Image download for Emblem Jace (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_017-Jace-Emblem.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,446 Image download for Emblem Liliana (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_013-Liliana-Emblem.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,446 Image download for Emblem Arlinn (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_018-Arlinn-Emblem.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,479 Image download for Emblem Elspeth, Suns Champion (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_11-Elspeth-Emblem.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,483 Image download for Emblem Tamiyo, the Moon Sage (AVR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/AVR_8-Tamiyo-Emblem.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,495 Image download for Emblem Kiora, the Crashing Wave (BNG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/BNG_11-Kiora-Emblem.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,499 Image download for Emblem Koth of the Hammer (DDI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDI_E1-Koth-Emblem.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,512 Image download for Emblem Venser, the Sojourner (DDI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DDI_E2-Venser-Emblem.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,519 Image download for Emblem Sorin, Lord of Innistrad (DKA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/DKA_3-Sorin-Emblem.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,947 Image download for Bird (INV) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/INV_T1-Bird.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,990 Image download for Emblem Domri Rade (GTC) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/GTC_8-Domri-Emblem.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:16,999 Image download for Elephant (INV) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/INV_T2-Elephant.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,002 Image download for Saproling (INV) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/INV_T3-Saproling.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,031 Image download for Demon (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_4-Demon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,035 Image download for Angel (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_1-Angel.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,058 Image download for Spider (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_11-Spider.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,060 Image download for Homunculus (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_3-Homunculus.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,061 Image download for Ooze (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_10-Ooze.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,082 Image download for Spirit (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_2-Spirit.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,512 Image download for Vampire (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_5-Vampire.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,540 Image download for Wolf (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_6-Wolf.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,562 Image download for Zombie (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_7-Zombie.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,564 Image download for Wolf (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_12-Wolf.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,583 Image download for Zombie (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_8-Zombie.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,595 Image download for Zombie (ISD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ISD_9-Zombie.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,607 Image download for Snake (JOU) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/JOU_6-Snake.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,608 Image download for Hydra (JOU) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/JOU_4-Hydra.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,623 Image download for Minotaur (JOU) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/JOU_1-Minotaur.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:17,633 Image download for Sphinx (JOU) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/JOU_1-Sphinx.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,057 Image download for Spider (JOU) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/JOU_5-Spider.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,086 Image download for Zombie (JOU) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/JOU_2-Zombie.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,118 Image download for Bear (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_008-Bear.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,122 Image download for Bird (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_001-Bird.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,136 Image download for Goblin (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_007-Goblin.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,146 Image download for Goblin (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_007-Goblin.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,156 Image download for Snake (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_009-Snake.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,165 Image download for Morph (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_011-Morph.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,182 Image download for Spirit (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_002-Spirit.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,197 Image download for Spirit Warrior (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_010-Spirit-Warrior.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,613 Image download for Vampire (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_005-Vampire.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,656 Image download for Warrior (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_001-Warrior.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,672 Image download for Warrior (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_003-Warrior.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,679 Image download for Goblin (LGN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LGN_T1-Goblin.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,688 Image download for Zombie (KTK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/KTK_006-Zombie.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,702 Image download for Avatar (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_1-Avatar.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,702 Image download for Sliver (LGN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LGN_T2-Sliver.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,733 Image download for Beast (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_7-Beast.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,750 Image download for Elemental Shaman (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_6-Elemental-Shaman.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:18,759 Image download for Elemental (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_2-Elemental.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,173 Image download for Elemental (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_2-Elemental.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,207 Image download for Elf Warrior (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_9-Elf-Warrior.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,223 Image download for Kithkin Soldier (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_3-Kithkin-Soldier.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,235 Image download for Goblin Rogue (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_5-Goblin-Rogue.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,246 Image download for Merfolk Wizard (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_4-Merfolk-Wizard.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,258 Image download for Shapeshifter (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_11-Shapeshifter.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,274 Image download for Wolf (LRW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/LRW_10-Wolf.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,297 Image download for Avatar (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_1-Avatar.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,306 Image download for Beast (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_5-Beast.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,311 Image download for Gargoyle (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_8-Gargoyle.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,732 Image download for Goblin (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_4-Goblin.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,781 Image download for Insect (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_6-Insect.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,787 Image download for Wolf (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_7-Wolf.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,795 Image download for Soldier (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_2-Soldier.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,806 Image download for Zombie (M10) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M10_3-Zombie.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,819 Image download for Avatar (M11) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M11_1-Avatar.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,832 Image download for Beast (M11) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M11_4-Beast.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,858 Image download for Bird (M11) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M11_2-Bird.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,861 Image download for Ooze (M11) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M11_5-Ooze.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:19,869 Image download for Zombie (M11) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M11_3-Zombie.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,312 Image download for Beast (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_4-Beast.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,353 Image download for Bird (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_1-Bird.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,360 Image download for Saproling (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_5-Saproling.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,361 Image download for Pentavite (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_7-Pentavite.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,365 Image download for Soldier (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_2-Soldier.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,380 Image download for Wurm (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_6-Wurm.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,391 Image download for Zombie (M12) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M12_3-Zombie.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,408 Image download for Beast (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_8-Beast.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,412 Image download for Cat (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_1-Cat.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,422 Image download for Drake (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_4-Drake.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,855 Image download for Goat (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_2-Goat.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,894 Image download for Goblin (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_1-Goblin.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,898 Image download for Saproling (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_9-Saproling.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,925 Image download for Hellion (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_1-Hellion.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,927 Image download for Soldier (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_3-Soldier.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,933 Image download for Zombie (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_5-Zombie.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,942 Image download for Wurm (M13) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M13_10-Wurm.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,961 Image download for Angel (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_1-Angel.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,973 Image download for Beast (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_9-Beast.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:20,983 Image download for Cat (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_3-Cat.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,417 Image download for Dragon (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_6-Dragon.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,442 Image download for Elemental (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_7-Elemental.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,452 Image download for Elemental (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_8-Elemental.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,482 Image download for Sliver (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_1-Sliver.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,486 Image download for Saproling (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_10-Saproling.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,486 Image download for Goat (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_4-Goat.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,501 Image download for Zombie (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_5-Zombie.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,504 Image download for Wolf (M14) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M14_11-Wolf.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,515 Image download for Beast (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_005-Beast.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,537 Image download for Beast (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_009-Beast.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,960 Image download for Dragon (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_007-Dragon.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:21,987 Image download for Goblin (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_008-Goblin.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,009 Image download for Insect (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_010-Insect.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,040 Image download for Soldier (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_002-Soldier.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,046 Image download for Land Mine (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_012-Land-Mine.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,047 Image download for Sliver (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_001-Sliver.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,053 Image download for Spirit (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_003-Spirit.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,053 Image download for Squid (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_001-Squid.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,074 Image download for Treefolk Warrior (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_011-Treefolk-Warrior.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,086 Image download for Zombie (M15) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/M15_006-Zombie.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,506 Image download for Germ (MBS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MBS_1-Germ.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,546 Image download for Golem (MBS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MBS_3-Golem.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,563 Image download for Horror (MBS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MBS_4-Horror.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,592 Image download for Zombie (MBS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MBS_2-Zombie.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,594 Image download for Eldrazi Spawn (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_003-Eldrazi-Spawn.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,601 Image download for Thopter (MBS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MBS_5-Thopter.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,603 Image download for Eldrazi Spawn (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_001-Eldrazi-Spawn.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,614 Image download for Eldrazi Spawn (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_002-Eldrazi-Spawn.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,617 Image download for Eldrazi Spawn (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_001-Eldrazi-Spawn.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:22,646 Image download for Elephant (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_009-Elephant.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,065 Image download for Faerie Rogue (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_006-Faerie-Rogue.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,101 Image download for Germ (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_007-Germ.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,111 Image download for Golem (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_015-Golem.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,135 Image download for Insect (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_010-Insect.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,140 Image download for Myr (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_016-Myr.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,153 Image download for Saproling (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_011-Saproling.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,159 Image download for Snake (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_012-Snake.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,172 Image download for Spirit (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_005-Spirit.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,173 Image download for Soldier (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_004-Soldier.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,195 Image download for Thrull (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_008-Thrull.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,619 Image download for Wolf (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_013-Wolf.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,664 Image download for Worm (MM2) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MM2_014-Worm.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,676 Image download for Bat (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_5-Bat.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,690 Image download for Elemental (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_11-Elemental.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,690 Image download for Dragon (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_9-Dragon.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,712 Image download for Giant Warrior (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_1-Giant-Warrior.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,717 Image download for Faerie Rogue (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_14-Faerie-Rogue.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,726 Image download for Goblin (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_10-Goblin.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,728 Image download for Goblin Rogue (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_6-Goblin-Rogue.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:23,759 Image download for Illusion (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_4-Illusion.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,164 Image download for Kithkin Soldier (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_2-Kithkin-Soldier.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,218 Image download for Soldier (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_3-Soldier.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,220 Image download for Saproling (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_12-Saproling.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,232 Image download for Spider (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_7-Spider.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,239 Image download for Treefolk Shaman (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_13-Treefolk-Shaman.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,272 Image download for Worm (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_15-Worm.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,272 Image download for Zombie (MMA) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MMA_8-Zombie.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,277 Image download for Giant Warrior (MOR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MOR_1-Giant-Warrior.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,281 Image download for Faerie Rogue (MOR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MOR_2-Faerie-Rogue.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,320 Image download for Treefolk Shaman (MOR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MOR_3-Treefolk-Shaman.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,721 Image download for Demon (MRD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MRD_T1-Demon.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,780 Image download for Myr (MRD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MRD_T2-Myr.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,781 Image download for Beast (NPH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/NPH_1-Beast.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,785 Image download for Pentavite (MRD) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/MRD_T3-Pentavite.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,786 Image download for Goblin (NPH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/NPH_2-Goblin.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,823 Image download for Golem (NPH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/NPH_3-Golem.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,823 Image download for Goblin (NPH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/NPH_2-Goblin.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,834 Image download for Myr (NPH) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/NPH_4-Myr.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,841 Image download for Bear (ODY) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ODY_T1-Bear.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:24,875 Image download for Beast (ODY) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ODY_T2-Beast.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,264 Image download for Elephant (ODY) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ODY_T3-Elephant.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,333 Image download for Wurm (ODY) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ODY_T5-Wurm.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,344 Image download for Angel (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_007-Angel.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,351 Image download for Squirrel (ODY) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ODY_T4-Squirrel.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,351 Image download for Zombie (ODY) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ODY_T6-Zombie.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,375 Image download for Eldrazi Scion (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_003-Eldrazi-Scion.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,377 Image download for Eldrazi Scion (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_002-Eldrazi-Scion.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,384 Image download for Eldrazi Scion (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_001-Eldrazi-Scion.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,409 Image download for Eldrazi Scion (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_004-Eldrazi-Scion.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,445 Image download for Eldrazi Scion (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_005-Eldrazi-Scion.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,828 Image download for Eldrazi Scion (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_006-Eldrazi-Scion.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,892 Image download for Elemental (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_009-Elemental.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,897 Image download for Elemental (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_010-Elemental.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,900 Image download for Zombie (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_008-Zombie.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,913 Image download for Plant (OGW) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/OGW_011-Plant.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,929 Image download for Bear (ONS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ONS_T1-Bear.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,936 Image download for Insect (ONS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ONS_T3-Insect.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,942 Image download for Dragon (ONS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ONS_T2-Dragon.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:25,962 Image download for Soldier (ONS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ONS_T4-Soldier.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,007 Image download for Angel (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_001-Angel.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,385 Image download for Angel (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_001-Angel.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,435 Image download for Demon (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_004-Demon.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,454 Image download for Elemental (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_008-Elemental.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,460 Image download for Elf Warrior (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_009-Elf-Warrior.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,475 Image download for Goblin (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_006-Goblin.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,482 Image download for Soldier (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_003-Soldier.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,493 Image download for Thopter (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_010-Thopter.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,499 Image download for Knight (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_002-Knight.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,508 Image download for Thopter (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_011-Thopter.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,552 Image download for Zombie (ORI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ORI_005-Zombie.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,944 Image download for Spirit (PLS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/PLS_T1-Spirit.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:26,986 Image download for Eldrazi Spawn (ROE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ROE_1a-Eldrazi-Spawn.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,003 Image download for Eldrazi Spawn (ROE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ROE_1b-Eldrazi-Spawn.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,009 Image download for Eldrazi Spawn (ROE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ROE_1c-Eldrazi-Spawn.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,039 Image download for Ooze (ROE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ROE_4-Ooze.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,040 Image download for Hellion (ROE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ROE_1-Hellion.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,044 Image download for Elemental (ROE) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ROE_2-Elemental.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,064 Image download for Assassin (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_4-Assassin.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,090 Image download for Bird (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_1-Bird.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,104 Image download for Centaur (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_1-Centaur.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,507 Image download for Dragon (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_5-Dragon.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,556 Image download for Elemental (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_12-Elemental.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,563 Image download for Knight (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_1-Knight.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,571 Image download for Goblin (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_6-Goblin.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,592 Image download for Rhino (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_9-Rhino.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,594 Image download for Saproling (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_10-Saproling.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,594 Image download for Ooze (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_8-Ooze.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,615 Image download for Soldier (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_3-Soldier.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,650 Image download for Angel (SCG) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SCG_T1-Angel.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:27,653 Image download for Wurm (RTR) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/RTR_11-Wurm.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,069 Image download for Elemental (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_4-Elemental.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,117 Image download for Elf Warrior (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_5-Elf-Warrior.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,118 Image download for Elemental (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_9-Elemental.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,123 Image download for Elf Warrior (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_12-Elf-Warrior.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,136 Image download for Elf Warrior (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_5-Elf-Warrior.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,146 Image download for Faerie Rogue (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_8-Faerie-Rogue.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,158 Image download for Elf Warrior (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_5-Elf-Warrior.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,171 Image download for Giant Warrior (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_10-Giant-Warrior.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,193 Image download for Goblin Warrior (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_11-Goblin-Warrior.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,199 Image download for Kithkin Soldier (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_1-Kithkin-Soldier.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,631 Image download for Rat (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_3-Rat.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,659 Image download for Spider (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_6-Spider.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,670 Image download for Spirit (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_2-Spirit.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,680 Image download for Wolf (SHM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SHM_7-Wolf.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,688 Image download for Clue (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_011-Clue.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,691 Image download for Angel (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_001-Angel.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,715 Image download for Clue (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_013-Clue.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,716 Image download for Clue (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_012-Clue.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,748 Image download for Clue (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_014-Clue.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:28,751 Image download for Clue (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_015-Clue.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,180 Image download for Clue (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_016-Clue.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,221 Image download for Devil (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_006-Devil.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,228 Image download for Human Cleric (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_010-Human-Cleric.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,232 Image download for Human Soldier (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_002-Human-Soldier.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,238 Image download for Ooze (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_008-Ooze.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,252 Image download for Insect (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_007-Insect.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,282 Image download for Spirit (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_003-Spirit.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,287 Image download for Vampire Knight (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_004-Vampire-Knight.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,297 Image download for Zombie (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_005-Zombie.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,311 Image download for Wolf (SOI) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOI_009-Wolf.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,740 Image download for Cat (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_1-Cat.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,764 Image download for Goblin (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_3-Goblin.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,788 Image download for Golem (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_6-Golem.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,792 Image download for Insect (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_4-Insect.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,795 Image download for Soldier (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_2-Soldier.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,800 Image download for Myr (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_7-Myr.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,832 Image download for Wurm (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_8-Wurm.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,845 Image download for Wolf (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_5-Wolf.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,853 Image download for Ewok (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_004-Ewok.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:29,855 Image download for Wurm (SOM) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SOM_9-Wurm.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,283 Image download for B-Wing (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_008-B-Wing.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,317 Image download for Hunter (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_005-Hunter.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,341 Image download for AT-AT (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_007-AT-AT.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,341 Image download for TIE Fighter (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_010-TIE-Fighter.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,342 Image download for Trooper (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_002-Trooper.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,349 Image download for Rebel (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_001-Rebel.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,382 Image download for Royal Guard (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_006-Royal-Guard.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,392 Image download for Tusken Raider (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_003-Tusken-Raider.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,402 Image download for Bird (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_4-Bird.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,402 Image download for Droid (SWS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/SWS_009-Droid.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,836 Image download for Boar (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_8-Boar.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,875 Image download for Cleric (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_1-Cleric.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,896 Image download for Harpy (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_6-Harpy.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,901 Image download for Satyr (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_9-Satyr.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,904 Image download for Elemental (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_5-Elemental.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,908 Image download for Golem (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_1-Golem.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,942 Image download for Soldier (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_2-Soldier.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,949 Image download for Soldier (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_1-Soldier.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,954 Image download for Soldier (THS) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/THS_1-Soldier.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:30,966 Image download for Construct (WWK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/WWK_6-Construct.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,397 Image download for Dragon (WWK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/WWK_2-Dragon.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,440 Image download for Elephant (WWK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/WWK_4-Elephant.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,461 Image download for Ogre (WWK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/WWK_3-Ogre.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,463 Image download for Plant (WWK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/WWK_5-Plant.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,465 Image download for Soldier Ally (WWK) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/WWK_1-Soldier-Ally.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,467 Image download for Angel (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_1-Angel.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,499 Image download for Bird (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_2-Bird.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,513 Image download for Beast (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_9-Beast.jpg =>[pool-9-thread-10] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,515 Image download for Elemental (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_8-Elemental.jpg =>[pool-9-thread-3] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,522 Image download for Elemental (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_8-Elemental.jpg =>[pool-9-thread-5] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,960 Image download for Illusion (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_4-Illusion.jpg =>[pool-9-thread-8] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:31,994 Image download for Kor Soldier (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_3-Kor-Soldier.jpg =>[pool-9-thread-9] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:32,009 Image download for Merfolk (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_5-Merfolk.jpg =>[pool-9-thread-4] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:32,022 Image download for Vampire (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_6-Vampire.jpg =>[pool-9-thread-2] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:32,027 Image download for Wolf (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_11-Wolf.jpg =>[pool-9-thread-1] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:32,030 Image download for Snake (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_10-Snake.jpg =>[pool-9-thread-7] DownloadPicturesService$DownloadTask.run WARN 2019-12-08 13:18:32,044 Image download for Zombie Giant (ZEN) failed - responseCode: 301 url: https://tokens.mtg.onl/tokens/ZEN_7-Zombie-Giant.jpg =>[pool-9-thread-6] DownloadPicturesService$DownloadTask.run INFO 2019-12-08 13:19:07,541 Started download of 37058 images from source: scryfall.com, language: en =>[Thread-2600] DownloadPicturesService.run INFO 2019-12-08 14:04:43,778 Starting MAGE client version 1.4.40V1 (build: 2019-12-07 18:03) =>[main] MageFrame.main INFO 2019-12-08 14:04:43,781 Logging level: INFO =>[main] MageFrame.main INFO 2019-12-08 14:04:52,121 Loading database... =>[AWT-EventQueue-0] RepositoryUtil.bootstrapLocalDb INFO 2019-12-08 14:04:52,564 Loading symbols... =>[AWT-EventQueue-0] ManaSymbols.loadImages INFO 2019-12-08 14:04:54,040 Loading plugins... =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 14:04:54,083 [Game counter plugin, version 0.1] has been loaded. =>[AWT-EventQueue-0] CounterPluginImpl.newPlugin INFO 2019-12-08 14:04:54,091 [Card plugin, version 0.7] has been loaded. =>[AWT-EventQueue-0] CardPluginImpl.newPlugin INFO 2019-12-08 14:04:54,094 [Theme plugin, version 0.5] has been loaded. =>[AWT-EventQueue-0] ThemePluginImpl.newPlugin INFO 2019-12-08 14:04:54,094 Done. =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 14:04:55,329 Client start up time: 11 seconds =>[AWT-EventQueue-0] MageFrame.lambda$new$2 INFO 2019-12-08 14:05:06,169 Connect: connecting to server localhost:17171 =>[SwingWorker-pool-6-thread-4] SessionImpl$5.work WARN 2019-12-08 14:05:08,400 Cannot connect =>[SwingWorker-pool-6-thread-3] SessionImpl.handleCannotConnectException org.jboss.remoting.CannotConnectException: Error setting up client lease upon performing connect. at org.jboss.remoting.Client.connect(Client.java:1928) at org.jboss.remoting.Client.connect(Client.java:737) at mage.remote.SessionImpl$5.work(SessionImpl.java:412) at mage.remote.SessionImpl$RemotingTask$1.doInBackground(SessionImpl.java:95) at mage.remote.SessionImpl$RemotingTask$1.doInBackground(SessionImpl.java:91) at javax.swing.SwingWorker$1.call(SwingWorker.java:295) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at javax.swing.SwingWorker.run(SwingWorker.java:334) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.Exception: Error setting up client lease at org.jboss.remoting.MicroRemoteClientInvoker.establishLease(MicroRemoteClientInvoker.java:563) at org.jboss.remoting.Client.setupClientLease(Client.java:2070) at org.jboss.remoting.Client.connect(Client.java:1924) ... 10 more Caused by: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for InvokerLocator [bisocket://192.168.1.75:17171/?serializationtype=jboss] at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:855) at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:470) at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:169) at org.jboss.remoting.MicroRemoteClientInvoker.establishLease(MicroRemoteClientInvoker.java:529) ... 12 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.jboss.remoting.transport.socket.SocketClientInvoker.connect(SocketClientInvoker.java:293) at org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketClientInvoker.java:210) at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.createSocket(BisocketClientInvoker.java:477) at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:1190) at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:833) ... 15 more INFO 2019-12-08 14:05:08,415 Disconnecting DONE =>[SwingWorker-pool-6-thread-3] SessionImpl.disconnect INFO 2019-12-08 14:05:08,415 Disconnected from user mode =>[SwingWorker-pool-6-thread-3] MageFrame.disconnected INFO 2019-12-08 14:06:34,596 Starting MAGE client version 1.4.40V1 (build: 2019-12-07 18:03) =>[main] MageFrame.main INFO 2019-12-08 14:06:34,598 Logging level: INFO =>[main] MageFrame.main INFO 2019-12-08 14:06:42,944 Loading database... =>[AWT-EventQueue-0] RepositoryUtil.bootstrapLocalDb INFO 2019-12-08 14:06:43,377 Loading symbols... =>[AWT-EventQueue-0] ManaSymbols.loadImages INFO 2019-12-08 14:06:44,772 Loading plugins... =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 14:06:44,818 [Game counter plugin, version 0.1] has been loaded. =>[AWT-EventQueue-0] CounterPluginImpl.newPlugin INFO 2019-12-08 14:06:44,825 [Card plugin, version 0.7] has been loaded. =>[AWT-EventQueue-0] CardPluginImpl.newPlugin INFO 2019-12-08 14:06:44,828 [Theme plugin, version 0.5] has been loaded. =>[AWT-EventQueue-0] ThemePluginImpl.newPlugin INFO 2019-12-08 14:06:44,828 Done. =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 14:06:45,913 Client start up time: 11 seconds =>[AWT-EventQueue-0] MageFrame.lambda$new$2 INFO 2019-12-08 14:08:08,676 Connect: connecting to server localhost:17171 =>[SwingWorker-pool-6-thread-4] SessionImpl$5.work INFO 2019-12-08 14:08:09,038 Connect: DONE =>[SwingWorker-pool-6-thread-4] SessionImpl$5.work INFO 2019-12-08 14:08:09,040 Logging: as username wolfspider79 to server localhost:17171 =>[SwingWorker-pool-6-thread-5] SessionImpl$4.work INFO 2019-12-08 14:08:09,084 Logging: DONE =>[SwingWorker-pool-6-thread-5] SessionImpl$4.work INFO 2019-12-08 14:19:42,791 Game 4cf23314-2985-47ad-85bb-9569bbbf0211 started for player 516bc60f-c05d-4e4c-a68b-1faf2ece365d =>[AWT-EventQueue-0] CallbackClientImpl.gameStarted INFO 2019-12-08 14:25:17,556 Disconnecting... =>[AWT-EventQueue-0] SessionImpl.disconnect INFO 2019-12-08 14:25:17,573 Disconnecting DONE =>[AWT-EventQueue-0] SessionImpl.disconnect INFO 2019-12-08 14:25:17,574 Disconnected from remote task =>[AWT-EventQueue-0] MageFrame.disconnected INFO 2019-12-08 15:37:46,866 Starting MAGE client version 1.4.40V1 (build: 2019-12-07 18:03) =>[main] MageFrame.main INFO 2019-12-08 15:37:46,868 Logging level: INFO =>[main] MageFrame.main INFO 2019-12-08 15:37:54,958 Loading database... =>[AWT-EventQueue-0] RepositoryUtil.bootstrapLocalDb INFO 2019-12-08 15:37:55,345 Loading symbols... =>[AWT-EventQueue-0] ManaSymbols.loadImages INFO 2019-12-08 15:37:57,574 Loading plugins... =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 15:37:57,624 [Game counter plugin, version 0.1] has been loaded. =>[AWT-EventQueue-0] CounterPluginImpl.newPlugin INFO 2019-12-08 15:37:57,633 [Card plugin, version 0.7] has been loaded. =>[AWT-EventQueue-0] CardPluginImpl.newPlugin INFO 2019-12-08 15:37:57,638 [Theme plugin, version 0.5] has been loaded. =>[AWT-EventQueue-0] ThemePluginImpl.newPlugin INFO 2019-12-08 15:37:57,638 Done. =>[AWT-EventQueue-0] Plugins.loadPlugins INFO 2019-12-08 15:37:59,122 Client start up time: 12 seconds =>[AWT-EventQueue-0] MageFrame.lambda$new$2 INFO 2019-12-08 15:38:07,055 Connect: connecting to server localhost:17171 =>[SwingWorker-pool-6-thread-4] SessionImpl$5.work INFO 2019-12-08 15:38:07,450 Connect: DONE =>[SwingWorker-pool-6-thread-4] SessionImpl$5.work INFO 2019-12-08 15:38:07,451 Logging: as username wolfspider79 to server localhost:17171 =>[SwingWorker-pool-6-thread-5] SessionImpl$4.work INFO 2019-12-08 15:38:07,513 Logging: DONE =>[SwingWorker-pool-6-thread-5] SessionImpl$4.work INFO 2019-12-08 15:38:37,894 Game edc6a254-1de0-45d0-9918-4ce8737ed09a started for player fb860295-50c5-4eca-9f39-4b8fd3ca5a4e =>[AWT-EventQueue-0] CallbackClientImpl.gameStarted INFO 2019-12-08 15:39:33,494 Aborting json log sync. =>[AWT-EventQueue-0] S3Uploader.upload INFO 2019-12-08 15:39:41,497 Ending game... =>[pool-9-thread-1] FeedbackPanel.lambda$endWithTimeout$0 INFO 2019-12-08 15:40:09,025 Game e2a499b3-3f85-4917-9ff3-95bfd4d5336c started for player 299cd041-305f-4667-b2e6-1c7485c2bb45 =>[AWT-EventQueue-0] CallbackClientImpl.gameStarted INFO 2019-12-08 15:42:33,707 Game d67157ea-442b-476e-9f98-b6f45a5107ce started for player fb860295-50c5-4eca-9f39-4b8fd3ca5a4e =>[AWT-EventQueue-0] CallbackClientImpl.gameStarted INFO 2019-12-08 15:43:27,447 Aborting json log sync. =>[AWT-EventQueue-0] S3Uploader.upload INFO 2019-12-08 15:43:35,449 Ending game... =>[pool-9-thread-1] FeedbackPanel.lambda$endWithTimeout$0 INFO 2019-12-08 15:58:57,289 Aborting json log sync. =>[AWT-EventQueue-0] S3Uploader.upload INFO 2019-12-08 15:59:05,291 Ending game... =>[pool-9-thread-1] FeedbackPanel.lambda$endWithTimeout$0 INFO 2019-12-08 16:00:19,678 Game 0e1862a9-d2de-4189-b1c3-c852500a20b6 started for player 299cd041-305f-4667-b2e6-1c7485c2bb45 =>[AWT-EventQueue-0] CallbackClientImpl.gameStarted INFO 2019-12-08 16:01:37,546 Disconnecting... =>[AWT-EventQueue-0] SessionImpl.disconnect INFO 2019-12-08 16:01:37,562 Disconnecting DONE =>[AWT-EventQueue-0] SessionImpl.disconnect INFO 2019-12-08 16:01:37,562 Disconnected from remote task =>[AWT-EventQueue-0] MageFrame.disconnected

JayDi85 commented 4 years ago

@wolfspider799609 logs fine, I can't see any errors. Describe your problem here:

  1. Windows version and monitors/resolutions;
  2. Screenshot;
  3. Is that bug appears every time or sometime?
  4. Steps to reproduce your bug;
  5. Is delete of all *.thumb.zip files from folder \xmage\mage-client\plugins\images\ helped?
wolfspider799609 commented 4 years ago

image

The image above just happened to me

  1. Windows version and monitors/resolutions; W10 LG monitor/2560x1080 resolution
  2. Screenshot; above
  3. Is that bug appears every time or sometime? yes everytime about 20 minutes of playing
  4. Steps to reproduce your bug; just happens each time I am playing
  5. Is delete of all *.thumb.zip files from folder \xmage\mage-client\plugins\images\ helped? Looked in this folder and do not see any images in the plugin folder

Thank you for taking the time to help me with this.

JayDi85 commented 4 years ago

@wolfspider799609 open xmage -> preferences -> images tab and find real images path. Find that folder and delete all *.thumb.zip If you can't see any files in that folder then report preferences screenshot and your steps to run xmage (what you run and from what folder):

shot_191210_043927

RelSunora commented 4 years ago

The visual bug still persists after the delete of all .thumb.zip files and redirecting the image sourse [image: zf6wGRUIN8U.jpg] [image: e2s3ziMkEFw.jpg]

вт, 10 дек. 2019 г. в 03:41, Oleg Agafonov notifications@github.com:

@wolfspider799609 https://github.com/wolfspider799609 open xmage -> preferences -> images tab and find real images path. Find that folder and delete all *.thumb.zip If you can't see any files in that folder then report preferences screenshot and your steps to run xmage (what you run and from what folder):

[image: shot_191210_043927] https://user-images.githubusercontent.com/8344157/70484992-12a8e100-1b07-11ea-83dc-eb77357dd19f.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/magefree/mage/issues/6029?email_source=notifications&email_token=ANVNPCYS3YMSBSR57VQCHWLQX3QR3A5CNFSM4JINWYD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGLGZTA#issuecomment-563506380, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVNPCYJRDYMGQQ565DCNN3QX3QR3ANCNFSM4JINWYDQ .

wolfspider799609 commented 4 years ago

Yep I have done what was asked it still the visual bug shows up

JayDi85 commented 4 years ago

@RelSunora and @wolfspider799609

  1. Try to update video card drivers;
  2. If not helps then add special command in launcher -> preferences -> java -> client:

shot_191211_030339

jeffwadsworth commented 4 years ago

What graphics chipset/card/gpu are you guys using? One of the users mentioned that resetting their resolution temporarily fixed the problem. That is a pretty strong indicator of the issue.