Skip to content
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

[Bug] Postman collection fails to import #1855

Closed
kaankeskin opened this issue Mar 19, 2024 · 14 comments
Closed

[Bug] Postman collection fails to import #1855

kaankeskin opened this issue Mar 19, 2024 · 14 comments

Comments

@kaankeskin
Copy link

kaankeskin commented Mar 19, 2024

Steps to reproduce

  • Import a postman collection
  • Importing fails without showing an error to the user

Expected result

  • Import should be successfull

Bruno version: 1.12.1
electron: 21.1.1
chrome: 106.0.5249.103
node: 16.16.0
v8: 10.6.194.17-electron.0

I also got this in the console in developer tools:
image

I suspect it is because of a typo in:

const handleImportCollectionLocation = (collectionLocation, enableTRanslation = true) => {

@JSSAggie
Copy link

Moved back to 1.11.0 and import works now

@kaankeskin
Copy link
Author

I upgraded to v1.12.2 and still does not work

@chw-webops
Copy link

Same issue on latest. But v1.11.0 works.

@danutzcodrescu
Copy link

danutzcodrescu commented Mar 22, 2024

Same issue for me. On 1.12.2 I cannot import from insomnia because of this error. I had to open the DevTools to figure out what it is going as there was no notification or error in the UI to explain what was going wrong.

@philcruz
Copy link

philcruz commented Mar 22, 2024

Same for me on v1.12.2 when I try to import a Postman collection. I see the same "enableTranslation is not defined" error in the devTools console.

@jpblair
Copy link

jpblair commented Mar 22, 2024

+1 on Apple Silicon, worked on reverting to 1.11.0.

@amalrajvinoth
Copy link

I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?

@uranderu
Copy link

I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?

Yeah I'm having the same issues, I've left a comment on the PR.

@Its-treason
Copy link
Member

Its-treason commented Mar 24, 2024

I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?

Yeah I'm having the same issues, I've left a comment on the PR.

I think it's a problem with the 1.12.2 build Anoop released, might be caused by the merge with golden Edition, because it works when starting Bruno locally. But not sure, it's hard to debug without sourcemaps.

@bpoulaindev
Copy link
Contributor

I see the fix is part of the release 1.12.2, but why it is not working 🤔 ?

Yeah I'm having the same issues, I've left a comment on the PR.

I think it's a problem with the 1.12.2 build Anoop released, might be caused by the merge with golden Edition, because it works when starting Bruno locally. But not sure, it's hard to debug without sourcemaps.

As @Its-treason said, can't reproduce it locally, can't find "enableTranslation" within my file, this must be a cache issue with the build

@josejames
Copy link

+1 and as people have said Installing v1.11.0 on Apple Silicon resolve the issue

@helloanoop
Copy link
Contributor

Just released v1.12.3 with fixes by @bpoulaindev

@cjchand
Copy link

cjchand commented Mar 28, 2024

@helloanoop, just an FYI that #1855 isn't in the release notes for 1.12.3, but I was able to confirm that 1.12.3 fixes this issue. Thanks!

@helloanoop
Copy link
Contributor

Thank you @cjchand

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests