Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Creazione datatype #273

Open
giacomoronconiobda opened this issue Dec 5, 2023 · 3 comments
Open

[BUG]: Creazione datatype #273

giacomoronconiobda opened this issue Dec 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@giacomoronconiobda
Copy link

Describe the bug

Mentre definivo un nodo datatype mi è comparso questo errore:

image

Reproduction Steps

Creare nuovo datatype con valore dateTime

Expected Result

No response

Actual Result

No response

Affected Versions

3.5.1

Installation

Windows Installer

Operating System

Windows

Operating System Version

Windows 10

Operating System Architecture

x86_64

Log

Traceback (most recent call last):
  File "eddy\ui\iri.py", line 687, in accept
  File "eddy\core\items\nodes\common\base.py", line 764, in iri
  File "eddy\core\items\nodes\common\base.py", line 833, in doUpdateNodeLabel
  File "eddy\core\owl.py", line 2027, in iriLabelString
  File "eddy\core\owl.py", line 2040, in renderByPrefixedIRI
  File "eddy\core\owl.py", line 1808, in getShortestPrefixedForm
  File "eddy\core\owl.py", line 1792, in getPrefixedForms
  File "eddy\core\owl.py", line 1776, in getMatchingPrefixes
  File "eddy\core\owl.py", line 502, in __init__
RuntimeError: wrapped C/C++ object of type Project has been deleted
@giacomoronconiobda giacomoronconiobda added the bug Something isn't working label Dec 5, 2023
@giacomoronconiobda
Copy link
Author

Riavviando Eddy il problema si risolve e riesco a creare il nodo dataType

@mnamici
Copy link
Collaborator

mnamici commented Dec 5, 2023

Hai per caso importato qualche diagramma? Perché il fatto che l'istanza del progetto risulti deallocata è molto strano, forse rimane il riferimento al progetto temporaneo durante l'importazione.

@giacomoronconiobda
Copy link
Author

No, non mi pare. Avevo già fatto delle modifiche all'ontologia ma purtroppo non saprei riprodurlo... Speravo si riuscisse a capire dallo stack trace

L'ho ha visto accadere anche @MariaRosariaFraraccio , forse ha notato qualcos'altro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants