advanced-rest-client / arc-electron

Advanced REST Client - Desktop application
Other
1.41k stars 224 forks source link

Failed to import postman collection #464

Open andrew-noyo opened 2 years ago

andrew-noyo commented 2 years ago

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' onIDBObjectStore: No key or key range specified.

To Reproduce Export a Postman collection. Import Postman collection into Advanced Rest Client. Open Project.

Screenshots

Screen Shot 2022-04-20 at 12 48 10 PM

Additional Information I am unable to delete the Project and get the same error.

de-bengui commented 2 years ago

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.

stale[bot] commented 2 years ago

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 :)

jerome-benoit commented 2 years ago

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. Where the projects configuration are stored on disk on MacOSX to manually removed it?

N0rimaki commented 2 years ago

Will this be fixed some day? Asking for a Friend.

jarrodek commented 1 year ago

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.

theOriginalLoopback commented 1 year ago

Will this update allow us to remove the broken collections currently in our project?

AwokeKnowing commented 1 year ago

me too

AlpineWeezl commented 1 year ago

Unfortunately, the problem still exists! I'm using a MacBook Pro M1 with MacOS Ventura 13.4.1

Sebtasticxz commented 1 year ago

Error still exists Rest Client Version 17.0.9 - Windows 10

IoanConstantinescu commented 11 months ago

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?

ash-eng-spin commented 10 months ago

Would also like this fixed. Still experiencing with ARC version 17.0.9.

ravitejpromo commented 5 months ago

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.

Can you share that on a branch ?