Page 1 of 1

[SOLVED] No way to launch my test game anymore

Posted: 04 April 2021, 17:23
by Inaofr
Anytime I try to launch a test game in the studio, I have the following errors right after clicking express start:

Code: Select all

After first require table:1110:17
Dojo configuration: table:1111:17
Object { async: true, packages: (2) […], baseUrl: "https://studio.boardgamearena.com:8083/data/themereleases/210401-1101/js/dojoroot/dojo/", parseOnLoad: false, useXDomain: true, dojoBlankHtmlUrl: "/blank.html", locale: "en", config: undefined, cache: {…}, afterOnLoad: true }
table:1112:17
Certains cookies utilisent incorrectement l’attribut recommandé « SameSite » 8
Le cookie « __cfduid » a été rejeté car il se trouve dans un contexte intersite et sa valeur « SameSite » est « Lax » ou « Strict ». update.min.js
Le cookie « __cfduid » a été rejeté car il se trouve dans un contexte intersite et sa valeur « SameSite » est « Lax » ou « Strict ». update.min.js
Le cookie « io » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite 2 r
Le cookie « _ga » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite analytics.js:30:486
Le cookie « _gid » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite analytics.js:30:486
Le cookie « io » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite 2 r
Le cookie « io » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite 2 r
Le cookie « io » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite 2 r
ebg.core.mainsite object created table:1199:17
Unexpected error:  Wrong formatted data from BGA gameserver 1 (method: createGame): JSON_ERROR_SYNTAX <br />
<b>Warning</b>:  mysqli::__construct(): (HY000/1045): Access denied for user 'Inaofr'@'alia.boardgamearena.com' (using password: YES) in <b>/var/tournoi/release/tournoi-210401-1101-gs/www/include/APP_DbObject.inc.php</b> on line <b>38</b><br />
<div class='fatalerror' id='bga_fatal_error'>Sorry, an unexpected error has occured ...<br/><br/><b id='bga_fatal_error_descr'>Sorry, our database is not responding. BGA admins has been warned. Please get back later.</b><br/><br/><span id='bga_fatal_error_code' style='display:none;'>100</span></div> ly_metasite.js:2:438825
    _ae5 https://studio.boardgamearena.com:8083/data/themereleases/210401-1101/js/modules/layer/ly_metasite.js:2
    Dojo 26
Unexpected error:  Invalid player number for this game: 1 ly_metasite.js:2:438825
    _ae5 https://studio.boardgamearena.com:8083/data/themereleases/210401-1101/js/modules/layer/ly_metasite.js:2
    Dojo 26​
I have reverted my code to a previously working version, the same error is still there.
I suspect the changes done in my passwords are the root cause, but clearing the cookies of studio and db do not fix the issue, despite that I can log in studio, in phpMyAdmin and in the SFTP.
I ended up clearing all the data of my browser, still have the same issue.

Re: No way to launch my test game anymore

Posted: 04 April 2021, 18:14
by Een
This was linked to password changes requested on your other threads. Should be solved. Better to continue by email on this subject if needed.

Re: No way to launch my test game anymore

Posted: 04 April 2021, 18:35
by Inaofr
Thanks!