NosAdventure Parser Quest Error

07/14/2021 19:18 LetoJoker#1
Code:
Do you want to parse Quests? [Y/n]
[19:16:44 ERR] Insert
System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> Npgsql.PostgresException: 23505: duplicate key value violates unique constraint "PK_Quests"
07/14/2021 21:11 Fizo55#2
Quote:
Originally Posted by LetoJoker View Post
Code:
Do you want to parse Quests? [Y/n]
[19:16:44 ERR] Insert
System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> Npgsql.PostgresException: 23505: duplicate key value violates unique constraint "PK_Quests"
Pretty simple : NosAdventure source isn't production ready and the context (on the source you've taken) is broken. :)
07/15/2021 18:20 LetoJoker#3
Fixed