-
Notifications
You must be signed in to change notification settings - Fork 100
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
TypeError when adding profile to tree #3415
Comments
Thank you for creating a bug report. |
Hi @JillieBeanSim, I just upgraded to v3.1.0 from v2.18.0 (as v3.0.3 does not work for me due to various credentials issues that are supposedly fixed in v3.1.0) and I am getting the same error when trying to search after logging in. One of my colleagues tried v3.1.0 after upgrading from v3.0.3 (due to not having those credentials issues on v3) and she does not get this error and can use v3.1.0 fine. The logs:
Note that the same error occurs for each mvs, uss, and jes trees. If I recall correctly, you said in the standup that you were using some weird nested profiles setup. But my profile setup is simple. zowe.config.json: {
"$schema": "./zowe.schema.json",
"profiles": {
"zosmf": {
"type": "zosmf",
"properties": {
"port": 10443,
"encoding": "IBM-1146"
}
},
"tso": {
"type": "tso",
"properties": {
"account": "STO001",
"codePage": "1146",
"characterSet": "695",
"logonProcedure": "IZUFPROC"
},
"secure": []
},
"ssh": {
"type": "ssh",
"properties": {
"port": 22
},
"secure": []
},
"cicsGreen": {
"type": "cics",
"properties": {
"port": 5189,
"protocol": "https"
},
"secure": []
},
"cicsRed": {
"type": "cics",
"properties": {
"host": "host",
"port": 5589,
"protocol": "https"
},
"secure": []
},
"base": {
"type": "base",
"properties": {
"host": "host",
"rejectUnauthorized": false
},
"secure": [
"user",
"password"
]
}
},
"defaults": {
"zosmf": "zosmf",
"tso": "tso",
"ssh": "ssh",
"cics": "cics",
"base": "base"
},
"autoStore": true
} Thanks! |
I'd replicated this several times over and got the same error every time, but as soon I changed the zowe log level to trace in the settings to see if I could get more detailed logs, this error went away and now it works... |
Describe the bug
Typeerror pop up seen when adding profile to trees
error thrown right after logging no favorites found when adding to each tree
To Reproduce
Expected behavior
no type error pop up shown to users
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: