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
{{ message }}
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
When running the generate clients, I notice the following in the javascript log output.
[main] ERROR io.swagger.codegen.DefaultCodegen - String to be sanitized is null. Default to ERROR_UNKNOWN
There is no useful information before or after in the docker logs.
[main] INFO io.swagger.parser.Swagger20Parser - reading from /work/service.swagger.json[main] INFO io.swagger.codegen.languages.JavascriptClientCodegen - Using JS ES5 templates[main] ERROR io.swagger.codegen.DefaultCodegen - String to be sanitized is null. Default to ERROR_UNKNOWN[main] WARN io.swagger.codegen.DefaultGenerator - 'host' not defined in the spec. Default to 'localhost'.[main] INFO io.swagger.codegen.AbstractGenerator - writing file /work/clients/javascript/src/model/ExampleHat.js
Can you confirm this is not a problem?
Thanks.
The text was updated successfully, but these errors were encountered:
$ grep -B 4 -A 5 'ERROR_UNKNOWN' ./clients/javascript/src/index.js}(function(ApiClient, ExampleHat, ExampleSize, HaberdasherApi) { 'use strict'; /** * ERROR_UNKNOWN.<br> * The <code>index</code> module provides access to constructors for all the classes which comprise the public API. * <p> * An AMD (recommended!) or CommonJS application will generally do something equivalent to the following: * <pre> * var Serviceproto = require('index'); // See note below*.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running the generate clients, I notice the following in the javascript log output.
[main] ERROR io.swagger.codegen.DefaultCodegen - String to be sanitized is null. Default to ERROR_UNKNOWN
There is no useful information before or after in the docker logs.
Can you confirm this is not a problem?
Thanks.
The text was updated successfully, but these errors were encountered: