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
Calling the dumper with --driver "" (e.g. due to a bad environment variable on the command line) throws an exception like:
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.base/java.lang.StringLatin1.charAt(StringLatin1.java:47)
at java.base/java.lang.String.charAt(String.java:693)
at com.google.edwmigration.dumper.application.dumper.JsonResponseFile.addResponseFiles(JsonResponseFile.java:61)
at com.google.edwmigration.dumper.application.dumper.MetadataDumper.main(MetadataDumper.java:319)
This error message is unclear what the problem is, making it hard for the user to debug.
The text was updated successfully, but these errors were encountered:
Calling the dumper with
--driver ""
(e.g. due to a bad environment variable on the command line) throws an exception like:This error message is unclear what the problem is, making it hard for the user to debug.
The text was updated successfully, but these errors were encountered: