-
Notifications
You must be signed in to change notification settings - Fork 138
Doesn't work on Google Chrome #95
Comments
This is correct. I tried this myself and noticed the connection to host was being blocked because of CORS. Apparently the hostname has to be provided in the "permissions" section of the extension. |
So what do I have to do to fix it? I don't know what you mean with "permissions" section... |
I changed the manifest.json to below and it seems to be working now: { "manifest_version": 2, |
Ok, this still won't work for me. I don't understand because it works on my mobile phone.... |
This didn’t work for me either, now it will no longer connect to the server. From what I can tell there is no difference in between what is already in manifest.json and what ghost told me to change it to. The order of the scripts under background was changed but otherwise there was nothing. Update: it is now connecting to the server but still isn’t working |
The Chrome extension doesn't work for me. I get this error message all the time: "Error during accessing server. Make sure the ip/port are corrects, and the server is running."
I have tried adding the ports to the IP-Adress but it still won't work.
Best regards
Julian
The text was updated successfully, but these errors were encountered: