-
Notifications
You must be signed in to change notification settings - Fork 136
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
2020/11/17 21:24:17 parsing json filejson: cannot unmarshal string into Go struct field Request.url of type collection.URL #43
Comments
@zhy1 did you generated the json from post using 2.1 version? |
I get this same error when attempting to generate from a backup JSON file that I have syncing to a repo. Would be great if this supported generating from backups so it could be automated whenever there's an update to a collection. |
SOLVED:- i had the same error. But exporting the postman collection with version 2.1 (recommended) , solved the error is my case. |
This actually works |
Worked For me Too. If you have end level nested folders, it's better to seperate them. |
Can someone help me out, getting this error: |
Having the same issue, with exported V2.1 from Postman. |
Turns out, I was still having one of the standard examples from Postman inside one of my collections |
2020/11/17 21:24:17 parsing json filejson: cannot unmarshal string into Go struct field Request.url of type collection.URL
The text was updated successfully, but these errors were encountered: