We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When reading the CSV, Modsvaskr crashes with this exception (user report):
[ 2021-02-01 21:21:46 ] - [ Ui ] - Unhandled exception: Illegal quoting in line 145600. C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:879:in parse_quotable_robust' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:818:in block in parse_quotable_loose' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:94:in block in each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:70:in each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:70:in each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:779:in parse_quotable_loose' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:303:in parse' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1236:in each' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1236:in each' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1245:in to_a' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1245:in read' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:714:in block in read' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:657:in open' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:714:in read' D:/Games/SkyrimSE Utilities/Modsvaskr/vendor/bundle/ruby/2.6.0/gems/modsvaskr-0.1.7/lib/modsvaskr/tests_suites/exterior_cell.rb:17:in `discover_tests'
parse_quotable_robust' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:818:in
block in each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:70:in
each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:779:in
parse' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1236:in
each' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1245:in
read' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:714:in
open' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:714:in
Need to get an example of such CSV to better understand the underlying issue.
The text was updated successfully, but these errors were encountered:
Modsvaskr_ExportedDumpInfo.zip
Sorry, something went wrong.
Modsvaskr_ExportedDumpInfo.csv Modsvaskr.log
Getting the same error. I posted an "issue" but then found this.
No branches or pull requests
When reading the CSV, Modsvaskr crashes with this exception (user report):
[ 2021-02-01 21:21:46 ] - [ Ui ] - Unhandled exception: Illegal quoting in line 145600.
C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:879:in
parse_quotable_robust' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:818:in
block in parse_quotable_loose'C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:94:in
block in each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:70:in
each_line'C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:70:in
each_line' C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:779:in
parse_quotable_loose'C:/Ruby26-x64/lib/ruby/2.6.0/csv/parser.rb:303:in
parse' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1236:in
each'C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1236:in
each' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1245:in
to_a'C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:1245:in
read' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:714:in
block in read'C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:657:in
open' C:/Ruby26-x64/lib/ruby/2.6.0/csv.rb:714:in
read'D:/Games/SkyrimSE Utilities/Modsvaskr/vendor/bundle/ruby/2.6.0/gems/modsvaskr-0.1.7/lib/modsvaskr/tests_suites/exterior_cell.rb:17:in `discover_tests'
Need to get an example of such CSV to better understand the underlying issue.
The text was updated successfully, but these errors were encountered: