-
Notifications
You must be signed in to change notification settings - Fork 839
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
import from URL doesn't work anymore #10648
Comments
Hey @mzatko! We are able to reproduce this issue and have started work on a fix, it will be out soon. Although, we are able to import JSON links successfully, this: https://petstore.swagger.io/v2/swagger.json for example. Could you share any links that don't work for you? (For json and/or yaml) |
Hello everyone! Environment Information
|
@GeorgeExplorer Could share the details about how you are trying to import this WSDL? If you have a link could you share it with us? Also, if you could share the error that you are getting here. We recently fixed this issue where links were not imported for non-json type data. Also, I tried it in the latest app on the web and it seems to be importing links from yaml, xml well. |
@umeshp7 I'm trying to import this WSDL http://www.dneonline.com/calculator.asmx?WSDL and I'm getting this error "Error while fetching data from link." |
@AvanCodeDev Thanks for sharing that. I am able to reproduce it on the Desktop App. Although as a workaround, I would suggest you try doing this from the web browser. Here is a video of that link importing from Postman for Web. Screen.Recording.2022-04-01.at.7.32.34.PM.movMeanwhile, we'll take a look into this issue internally and update the thread with the progress. |
@umeshp7 Hi! postman.error.mp4 |
@GeorgeExplorer Can you tell us which browser are you using? I am able to reproduce this behavior in the Desktop app. |
@umeshp7 |
I still have the same problem in the dekstop app at a Macbook. I am at version |
@GeorgeExplorer @brandsr prioritizing this. We'll have an update for you in a week. Thanks for understanding. Meanwhile, as a workaround to unblock you. Please copy-paste the content from the link through "Raw text" and import your WSDL in postman. 🙇🏼 |
Hello everyone! I have the same issue...and I will be wating for your update!! Thanks in advance. |
Hello I replicated the same issue :C |
@STK1321 @DanRos84 We have recently merged a fix for this in the recent app. Could try to update the app and try it out again and let us know if you are still facing any issues? cc @sairam459 |
Hi, Sairam. Tell me pls, how can i install this version? My postman desktop client shows me the latest version as 19.9.3 (look at screen) |
Hi, I have an issue when trying to import http://167.71.46.104:8888/api/v1/openapi with the toast
|
@jelen07 Seems like the v9.20.x is currently under a slow rollout. Sorry for the inconvenience but we will update this ticket when its availability is 100%. Meanwhile, to unblock yourself, you could use the 'Raw text' way to import by pasting the OpenAPI content. Or you could use the Postman on Web to import this URL. Screen.Recording.2022-06-01.at.2.03.21.PM.mov |
@umeshp7 Could you answer me pls on the question above? I can't find the version 9.20.1 Regards you |
@umeshp7 Thanks for the info. Maybe some better error message would be more appropriate. Already imported via raw text 👍 |
@umeshp7 I encountered the same issues trying to import through link, I gave raw text a go and that even didn't work . Wondering if the propose fix has been rollout yet? |
The issue with Importing via link has been fixed and in production. @Jonnygeneral33 Seems like the content you are trying to import could be invalid to be imported in Postman.
Thank you! |
This was happening to me as well.
|
@franciscosamuel could you try |
@franciscosamuel, I am closing this ticket for now. Please re-open if my earlier suggestion doesn't help to resolve the issue 🙇♂️ |
it's not working when trying to import from localhost with https after disable ssl from project (webapi core) in Visual Studio 2022 i can import swagger.json from link url error while fetching data from link on developer tools its trying to get data from wrong url , its change it to http http://localhost:44394/swagger/v1/swagger.json net::ERR_CONNECTION_RESET Postman v10.12.5 |
Hello everyone, is it fixed? I am still getting this error. |
Same here still getting this error on Linux:
Postman As well as localhost http and https. When importing in the web client it works. |
Is there an existing issue for this?
Describe the Issue
collection/API json import from URL stopped working in postman version 9.13 (maybe little earlier)
with message: "error while fetching data from link", It looks like it doesn't care about what you enter as URL
Now I need to download from exactly same URL (using postman e.g.) into a file and import it from the file afterwards
It definitely worked directly from URL few weeks ago
Steps To Reproduce
"Error while fetching data from link is shown"
Message is shown regardless what you enter as URL, you can even leave it empty
Screenshots or Videos
No response
Environment Information
Additional Context?
No response
The text was updated successfully, but these errors were encountered: