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

White Screen and Errors, Persistent between restarts #10

Open
digipigeon opened this issue Sep 20, 2023 · 1 comment
Open

White Screen and Errors, Persistent between restarts #10

digipigeon opened this issue Sep 20, 2023 · 1 comment

Comments

@digipigeon
Copy link

After performing a request the entire screen goes white, this persists between restarts and appears to be related to what is stored in local storage under SocketKing

Below is what is saved (domain name in json modified for privacy reasons)

{
	"migrations": {
		"2020-01-04-0110-move-projects-to-object": {
			"id": "2020-01-04-0110-move-projects-to-object"
		},
		"2020-01-30-2131-remove-extra-root-keys": {
			"id": "2020-01-30-2131-remove-extra-root-keys"
		},
		"2020-01-30-2135-create-connections": {
			"id": "2020-01-30-2135-create-connections"
		},
		"2020-02-10-2340-add-default-values-to-projects": {
			"id": "2020-02-10-2340-add-default-values-to-projects"
		},
		"2020-02-16-1201-add-created-at-to-projects": {
			"id": "2020-02-16-1201-add-created-at-to-projects"
		},
		"2020-10-18-1744-add-name-to-connections": {
			"id": "2020-10-18-1744-add-name-to-connections"
		},
		"2020-10-21-2355-add-order-to-connections": {
			"id": "2020-10-21-2355-add-order-to-connections"
		},
		"2020-10-22-1816-add-sidebar-open": {
			"id": "2020-10-22-1816-add-sidebar-open"
		},
		"2020-11-02-2210-update-socket-protocols-format": {
			"id": "2020-11-02-2210-update-socket-protocols-format"
		},
		"2020-11-13-0822-remove-options-panel-open-from-connections": {
			"id": "2020-11-13-0822-remove-options-panel-open-from-connections"
		},
		"2020-11-15-1655-move-selected-project-id-to-user-interface": {
			"id": "2020-11-15-1655-move-selected-project-id-to-user-interface"
		},
		"2020-11-22-2244-add-meta": {
			"id": "2020-11-22-2244-add-meta"
		},
		"2020-12-08-2201-add-user-interface-and-windows": {
			"id": "2020-12-08-2201-add-user-interface-and-windows"
		}
	},
	"windows": {
		"f2142eec-a92e-4f2a-b89a-c799e1fee25b": {
			"id": "f2142eec-a92e-4f2a-b89a-c799e1fee25b",
			"projectId": "55183545-de8d-4d16-a56b-d3fe1fdff76f",
			"openedAt": "2023-09-20T09:00:29.902Z",
			"closedAt": null
		}
	},
	"projects": {
		"55183545-de8d-4d16-a56b-d3fe1fdff76f": {
			"id": "55183545-de8d-4d16-a56b-d3fe1fdff76f",
			"name": "Untitled Project",
			"formatEventPayloads": true,
			"defaultSocketUrl": "",
			"defaultSocketProtocols": [],
			"defaultSocketAutoReconnect": false,
			"createdAt": "2023-09-20T09:00:29.627Z"
		}
	},
	"connections": {
		"5c4e2075-48dd-410c-a058-e18ef833ae01": {
			"id": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"windowId": "f2142eec-a92e-4f2a-b89a-c799e1fee25b",
			"projectId": "55183545-de8d-4d16-a56b-d3fe1fdff76f",
			"name": "#1",
			"socketUrl": "ws://x.x.net:89/script/d8888303-5568-11ee-b3df-0cc47aa90192",
			"socketProtocols": [],
			"socketAutoReconnect": false,
			"socketStatus": 0,
			"socketSecondsUntilReconnect": null,
			"order": 1,
			"maximized": true
		}
	},
	"savedPayloads": {},
	"events": {
		"c00ca425-f2a3-449a-ab6e-fda1c6e795d9": {
			"id": "c00ca425-f2a3-449a-ab6e-fda1c6e795d9",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 0,
			"payload": "Connecting to ws://x.x.net:89/script/d8888303-5568-11ee-b3df-0cc47aa90192",
			"format": 0,
			"timestamp": "2023-09-20T09:01:21.501Z"
		},
		"2774e396-a6dc-4527-9691-f6e1eb1138a8": {
			"id": "2774e396-a6dc-4527-9691-f6e1eb1138a8",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 0,
			"payload": "Connected to ws://x.x.net:89/script/d8888303-5568-11ee-b3df-0cc47aa90192",
			"format": 0,
			"timestamp": "2023-09-20T09:01:21.568Z"
		},
		"cd560617-f555-41fc-b690-4a577d8f7bf9": {
			"id": "cd560617-f555-41fc-b690-4a577d8f7bf9",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 2,
			"payload": {},
			"format": 0,
			"timestamp": "2023-09-20T09:01:21.584Z"
		},
		"13c8331d-d46d-4df5-bbbf-16eff073096e": {
			"id": "13c8331d-d46d-4df5-bbbf-16eff073096e",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 2,
			"payload": {},
			"format": 0,
			"timestamp": "2023-09-20T09:01:22.583Z"
		},
		"a37fb69c-f476-4569-92b5-d84c6dce22fb": {
			"id": "a37fb69c-f476-4569-92b5-d84c6dce22fb",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 2,
			"payload": {},
			"format": 0,
			"timestamp": "2023-09-20T09:01:23.583Z"
		},
		"97a0d273-c69f-4995-a19b-3df9adcec484": {
			"id": "97a0d273-c69f-4995-a19b-3df9adcec484",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 2,
			"payload": {},
			"format": 0,
			"timestamp": "2023-09-20T09:01:24.584Z"
		},
		"bd4397a5-f720-4430-9a09-fcdb2ae108a4": {
			"id": "bd4397a5-f720-4430-9a09-fcdb2ae108a4",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 2,
			"payload": {},
			"format": 0,
			"timestamp": "2023-09-20T09:01:25.585Z"
		},
		"a0325064-c253-44ef-87f7-031bd243907c": {
			"id": "a0325064-c253-44ef-87f7-031bd243907c",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"type": 2,
			"payload": {},
			"format": 0,
			"timestamp": "2023-09-20T09:01:26.585Z"
		}
	},
	"tabs": {
		"64a62317-db65-4760-81de-ca58458b40cd": {
			"id": "64a62317-db65-4760-81de-ca58458b40cd",
			"connectionId": "5c4e2075-48dd-410c-a058-e18ef833ae01",
			"number": 1,
			"selected": true,
			"content": ""
		}
	},
	"userInterfaceProperties": {
		"SelectedWindowId": {
			"id": "SelectedWindowId",
			"value": null
		},
		"SelectedProjectId": {
			"id": "SelectedProjectId",
			"value": "55183545-de8d-4d16-a56b-d3fe1fdff76f"
		},
		"SidebarOpen": {
			"id": "SidebarOpen",
			"value": true
		}
	},
	"internalProperties": {
		"InitializedRunCount": {
			"id": "InitializedRunCount",
			"value": false
		},
		"InitializedWindowId": {
			"id": "InitializedWindowId",
			"value": false
		},
		"FirstUseAt": {
			"id": "FirstUseAt",
			"value": "2023-09-20T09:00:29.627Z"
		},
		"RunCount": {
			"id": "RunCount",
			"value": 1
		},
		"HasShownChromeRatingPrompt": {
			"id": "HasShownChromeRatingPrompt",
			"value": false
		},
		"HasShownTourPrompt": {
			"id": "HasShownTourPrompt",
			"value": true
		}
	}
}

Accompanying console error

Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=%5Bobject%20Blob%5D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
@digipigeon
Copy link
Author

Sorry, just noticed this is possibly the same as #9

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

1 participant