-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
32 lines (32 loc) · 2.99 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
com.github.sbaldin.tbot.domain.GuessingStateHandler - Handle Failed Guessing. Photo from msg(-1217107103) will be added to training dataset. -- исправить лог
com.github.sbaldin.tbot.presentation.base.BaseGuessBirdChainPresenter$safeThen$$inlined$apply$lambda$1 - Error during chain processing
java.nio.file.NoSuchFileException: /Users/fesswood/.cyber_anna_bot/photos/-1217107103.jpg
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:546)
at java.base/sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:258)
at java.base/java.nio.file.Files.copy(Files.java:1299)
at com.github.sbaldin.tbot.domain.PhotoInteractor.putPhotoToTrainingStorage(PhotoInteractor.kt:65)
at com.github.sbaldin.tbot.domain.GuessingStateHandler.onFailedGuessing(GuessingStateHandler.kt:15)
at com.github.sbaldin.tbot.presentation.base.BaseGuessBirdChainPresenter.handleGuessingResults(BaseGuessBirdChainPresenter.kt:130)
at com.github.sbaldin.tbot.presentation.GuessBirdByChatPhotoChainPresenter$chain$3.invoke(GuessBirdByChatPhotoChainPresenter.kt:52)
at com.github.sbaldin.tbot.presentation.GuessBirdByChatPhotoChainPresenter$chain$3.invoke(GuessBirdByChatPhotoChainPresenter.kt:17)
at com.github.sbaldin.tbot.presentation.base.BaseGuessBirdChainPresenter$safeThen$$inlined$apply$lambda$1.invoke(BaseGuessBirdChainPresenter.kt:155)
at com.github.sbaldin.tbot.presentation.base.BaseGuessBirdChainPresenter$safeThen$$inlined$apply$lambda$1.invoke(BaseGuessBirdChainPresenter.kt:24)
at com.elbekD.bot.feature.chain.Chain.fire$library(Chain.kt:25)
at com.elbekD.bot.feature.chain.ChainController.handle(ChainController.kt:46)
at com.elbekD.bot.UpdateHandler.handle$library(UpdateHandler.kt:87)
at com.elbekD.bot.TelegramBot.onUpdate(TelegramBot.kt:56)
at com.elbekD.bot.TelegramBot.onUpdate(TelegramBot.kt:53)
at com.elbekD.bot.LongPollingBot$start$$inlined$timer$1$lambda$1.accept(LongPollingBot.kt:35)
at com.elbekD.bot.LongPollingBot$start$$inlined$timer$1$lambda$1.accept(LongPollingBot.kt:6)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2137)
at com.elbekD.bot.http.CompletableFutureCoroutine.resumeWith(future.kt:23)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594)
at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:740)