-
Notifications
You must be signed in to change notification settings - Fork 10
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
TypeError: Parameter 'url' must be a string, not object #38
Comments
I have the same issue. Any news regarding this? |
Also getting this problem. Anyone got a resolution? |
That means your file is in format |
Is there any update on this issue? I am getting the above error importing a Swagger 2 yaml file that has no 'url' parameter anywhere in it at all. |
Also getting: when choosing Swagger 2.0 for this file https://github.com/w3tecch/express-typescript-boilerplate/blob/develop/src/api/swagger.json Likewise, the file does not have a "url" property. |
+1 |
Same Issue here. |
same issue here. Which importer should we use? Using Open API 3.0 that generates a swagger.json |
+1 Still receiving this error |
Same issue here. |
1 similar comment
Same issue here. |
I was able to flub this by importing to postman format, then from postman to paw. I hope this helps you all. The Swagger to Paw is still broken. |
This hasn't been addressed in almost 3 years' time… it's not like Swagger / OpenAPI are some obscure format that nobody uses. Not a great look. |
I checked Paw to initially work with Swagger based APIs, and this is really awkward, especially Paw website saying this importer is official! |
For what it's worth, I heard back from the support team. They claim the Swagger 2.0 import errors will be addressed, and support for 3.0 will be added "soon", though no details whether these would be in the same release, and what sort of timing to expect:
That message was from mid-August, so… hang in there, gang 🙏 |
Today:
|
Found workaround - convert OpenAPI 3.0 to Swagger 2.0: This issue should be linked with #39 |
OpenAPI 3 support never materialized? I get this error when trying to import an OpenAPI 3.0.3 YAML file. |
same problem still present |
Using the OpenAPI 3 importer did the trick for me: https://paw.cloud/extensions/OpenAPI3Importer |
Thanks for letting us know, @marceldarvas -- the context of my earlier need for this capability has since vanished, but I will see if I can remember what I was doing in Aug 2020 (I at least remember which project it was… hoping it will become obvious when I put eyes back on it 😅) and see if it now works. |
this is still an issue, importing Apple's App Store Connect API which lists its version as Any fixes? Seems like basic functionality |
Hi.
i'm getting the following error, when trying to import one of our products' swagger files:
JS Exception Line 7658. TypeError: Parameter 'url' must be a string, not object
I'm guessing it has something to do with the fact that this appears in the content of the JSON file:
"url":{"type":"string"}
(this is part of our model)The text was updated successfully, but these errors were encountered: