-
Notifications
You must be signed in to change notification settings - Fork 224
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
Failed to import postman collection #464
Comments
I can confirm this problem for a Win 10 20H2 client. The erroneously imported project can be exported in ARC format though. The JSON then shows, that the request URLs are put into the key of the request followed by the projects key instead of a proper, generated key. The project also lists null values for the assigned request keys. If these two issues are corrected in the ARC export the collection resp. project can be reimported correctly. |
This issue has been automatically marked as stale because it has not had recent activity and is not currently prioritized. It will be closed in a week if no further activity occurs :) |
Always reproducible with postman collection version 2.1, like https://github.com/SAP/e-mobility-charging-stations-simulator/blob/main/src/assets/CSSimulatorUIProtocol.postman_collection.json. After importation, the collection cannot be removed or edited as a project. |
Will this be fixed some day? Asking for a Friend. |
I have built a new import processor that is well tested with Postman. However, it will take time to incorporate it into ARC as it is a part of a major upgrade that includes data format change. |
Will this update allow us to remove the broken collections currently in our project? |
me too |
Unfortunately, the problem still exists! |
Error still exists Rest Client Version 17.0.9 - Windows 10 |
Error still exists Rest Client Version 17.0.9 - Windows 10 as of 20th of November 2023. I think it would be good if we can get some updates on this? I am considering ARC as an alternative to Postman. Any guesstimate on when the new major might be released? |
Would also like this fixed. Still experiencing with ARC version 17.0.9. |
Can you share that on a branch ? |
Expected Behavior
When I import a Postman collection, I am able to use the project immediately.
Actual behavior
When I import a Postman collection, I cannot open the project.
DataErrror: failed to execute 'get' on
IDBObjectStore: No key or key range specified.
To Reproduce
Export a Postman collection.
Import Postman collection into Advanced Rest Client.
Open Project.
Screenshots
Additional Information
I am unable to delete the Project and get the same error.
The text was updated successfully, but these errors were encountered: