Open lukas-remis opened 2 months ago
Hi @lukas-remis, Which address do you use ? Can you open the console (shift+ctrl+i) and copy the logs ?
It's showing this:
192.168.1.200/api/auth/authenticated:1 Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
Login.vue:155 Error: Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
at x.crossDomainError (client.js:651:17)
at XMLHttpRequest.
We're using SSL. I'm assuming the self signed certificate is a problem here?
Yeah, can you try to connect in http instead?
I've made some modifications to our server settings and I can now correctly log in from Windows. But on Ubuntu I'm getting an infinite loading animation. This is in the logs:
192.168.1.200/api/data/user/context:1 Failed to load resource: the server responded with a status of 403 (FORBIDDEN)
init.js:20 An init operation failed: Error: FORBIDDEN
at x.
I've tried Appimage and .deb versions. Both showing the same error. BTW where is the publisher saving the server settings? It seems both deb and appimage version are using the same settings.
They are in ~/.config/kitsu-publisher
, you should try to delete them.
Deleted settings but still getting the same error and loading animation.
Do you have MFA set for your account ?
You mean 2-factor authentication? No, I don't And as mentioned, Publisher works fine on Windows. So this seems like a Linux version problem. I've tried on 2 different Ubuntu computers, with same result.
Context
Studio name: Imaginary Pixels Kitsu publisher version: 0.5.1 Kitsu publisher installer: msi/appimage Zou/Kitsu installation type: selfhosted
Desktop (please complete the following information):
Describe the bug Can't connect to Kitsu server. Getting: The connection to the server failed, please verify the address. Tried from Windows and Linux