A number of people have reported receiving the following error when running a project using my Playtomic plugin. I have been sent projects that cause the error to appear, but all my attempts to reproduce it locally have failed in all browsers. The projects that are causing them errors run perfectly fine for me.
The error msg is also strange to me because when I check the network connections log in Chrome, every single Playtomic request is a GET. Hmmm.
Can you think of anything that would cause the error to appear on one user's machine but not another? Some sort of security setting perhaps?
---------------------------
Construct 2 Check failure
---------------------------
Check failure! This is probably a bug:
Server received a HTTP request which was not a GET - this is not supported
Condition: pRequest->Verb == HttpVerbGET
File: HttpFileServer.cpp
Line: 195
Function: void __cdecl HttpFileServer::ServerThread(void)
Build: release 78 (64-bit) checked
Component: HTML5 exporter
(Last Win32 error: 0)
[...]