Soyle-Productions / soyle-stories

An application to help writers keep track of all aspects of their stories without getting in the way of the creative process and offering deep insights into potential plot holes.
Apache License 2.0
12 stars 0 forks source link

Timeout Error with the Also Known As tool #101

Closed ryanreso1993 closed 3 years ago

ryanreso1993 commented 3 years ago
  1. Open a new project
  2. Create a character
  3. Open the character profile
  4. Select Also Known As
  5. Type in a name like "(+_"
  6. Hit Enter

What I expect: The nickname will appear in the Character Profile What actually happens: A timeout error occurs and the following message pops up:

kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:186) at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156) at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:497) at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274) at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:69) at java.base/java.lang.Thread.run(Unknown Source) image

b-camphart commented 3 years ago

Doesn't require a weird name. This happens every time you try to create a new name variant

b-camphart commented 3 years ago

@ryanreso1993 please verify with new release

ryanreso1993 commented 3 years ago

Bug fixed!