You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create some higher taxa. First it worked fine, I created "Coleoptera", "Polyphaga", and "Cucujiformia", but when I tried to create "Curculionoidea", I got an error which I could not record. So I started again, and this is when my report starts:
1. I am running a docker container of TaxonWorks DEVELOPMENT v0.44.3
2. Start the method "New Taxon Name".
3. I click the field for parent and choose Cucujiformia, a taxon which I previously created
4. I write "Curculionoidea" into the "Name" field
5. Two lines with Curculionoidea show up. Apparently I have created this taxon before. This is not the first time I tried to create the taxon. Before, I got errors, also a box with quite a lot of text, but it disappeared towards the lower end of the screen before I could read or screenshot it.
6. I click one of the two "Curculionoidea" lines
7. A new tab opens in my browser, "Edit taxon name". This would be convenient (to delete one of the duplicates), but the page immediately gets replaced by an error (see second screenshot).
This is the text:
Uncaught runtime errors:
ERROR
Request failed with status code 500
AxiosError@http://127.0.0.1:3000/packs/js/vendors-node_modules_geoman-io_leaflet-geoman-free_dist_leaflet-geoman_js-node_modules_sfgrp_-afa859.js:124686:19
settle@http://127.0.0.1:3000/packs/js/vendors-node_modules_geoman-io_leaflet-geoman-free_dist_leaflet-geoman_js-node_modules_sfgrp_-afa859.js:125465:12
onloadend@http://127.0.0.1:3000/packs/js/vendors-node_modules_geoman-io_leaflet-geoman-free_dist_leaflet-geoman_js-node_modules_sfgrp_-afa859.js:123940:66
8. To check if the problem is specific to the two duplicates of "Curculionoidea", I wanted to test another taxon. I went back to the main page, selected "New taxon name" again, and selected as parent a genus (Otiorhynchus) which I have loaded into the database as part of a batch upload from csv before. I write the same name as parent into the "name" field (see screenshot). Some subgenera appear, I can scroll through the list. Interestingly, Otiorhynchus subgenus Otiorhynchus is missing in the list, even though it is in the csv file which I used for the batch upload. I can click all of them, and the "Edit taxon name" tab appears without errors.
9. I want to testif the "Curculionoidea" duplicates make problems in other methods as well. In the "Data" tab, I click "Taxon names". Curculionoidea is showing up on top of list of recent changes. I click the first one (screenshot)
10. I click the first one. I get an error page (screenshot)
Heres the text:
NoMethodError in TaxonNames#show
Showing /app/app/views/shared/data/all/show/_soft_validation_list.html.erb where line #1 raised:
undefined method `id' for nilExtracted source (around line #324):322323324325326327 self else parents = list.collect{|i| i.parent.id} list.detect{|t| !parents.include?(t.id)} end endTrace of template inclusion: #<ActionView::Template app/views/shared/data/all/show/_soft_validation.html.erb locals=["object"]>, #<ActionView::Template app/views/shared/data/project/_show.html.erb locals=["object"]>, #<ActionView::Template app/views/taxon_names/show.html.erb locals=[]>Rails.root: /appApplication Trace | Framework Trace | Full Traceapp/models/protonym.rb:324:in `block in lowest_rank_coordinated_taxon'app/models/protonym.rb:324:in `collect'app/models/protonym.rb:324:in `lowest_rank_coordinated_taxon'
app/models/protonym.rb:536:in `block in reduce_list_of_synonyms'app/models/protonym.rb:536:in `reduce_list_of_synonyms'app/models/protonym/soft_validation_extensions.rb:1359:in `sv_potential_family_homonyms'lib/soft_validation.rb:322:in `block in soft_validate'
lib/soft_validation.rb:321:in `each'lib/soft_validation.rb:321:in `soft_validate'app/views/shared/data/all/show/_soft_validation_list.html.erb:1app/views/shared/data/all/show/_soft_validation.html.erb:7app/views/shared/data/project/_show.html.erb:92app/views/taxon_names/show.html.erb:35RequestParameters:{"id"=>"740"}Toggle session dumpToggle env dumpResponseHeaders:None
Screenshot
Expected behavior
No response
Additional Screenshots
No response
Environment
Development (docker)
Sandbox Used
No response
Version
DEVELOPMENT v0.44.3
Browser Used
Firefox
The text was updated successfully, but these errors were encountered:
This is a reflection of bad data in the database. One perhaps related to bugs in batch import of taxon names. We assume that all TaxonNames have a parent except "Root". Some of your names don't have parents, which is intended to be impossible.
If you could share a CSV with the names you were able to import that might help us debug.
I think it was this one because I prepared it for upload to taxonworks: output.csv
I could also share data from the docker environment, or an export of data from TaxonWorks but I am not sure how to do this. When I click the "Project data overview and download" task, there is a section "tables" where I can directly download "taxon names". This is the tsv I got (I renamed it to csv as github does not allow the tsv extension for some reason):
Steps to reproduce the bug
Screenshot
Expected behavior
No response
Additional Screenshots
No response
Environment
Development (docker)
Sandbox Used
No response
Version
DEVELOPMENT v0.44.3
Browser Used
Firefox
The text was updated successfully, but these errors were encountered: