Official Feudalife CHALLENGE feedback Thread

Zoliv

Well-known member
Messages
1,962
Points
113
Still not working on every browser i try... I have all this in the console :

challenge=1:107 GET https://cdn.socket.io/socket.io-1.4.5.js net::ERR_ABORTED 404
DevTools failed to load SourceMap: Could not load content for http://feudalife.indiegala.com/html5game/inflate.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
challenge=1:471 Uncaught ReferenceError: io is not defined
at ?challenge=1:471
(anonymous) @ ?challenge=1:471
5A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. It has been blocked, as Chrome now only delivers cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>.
MedievalleyTest.js?ver=202004081315:6644 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. Autoplay Policy Changes | Web | Google Developers
 

Kup

Member
Messages
85
Points
18
Still not working on every browser i try... I have all this in the console :
Same here, i've tried a 3rd browser with same black screen (i can see the mouse cursor).
I'm having the black screen bug too.
Could you try to change default DNS to "1.0.0.1" or "1.1.1.1"? Maybe this is a (local) DNS related issue?
For example, the "ping cdn.socket.io" command shows "d2vgu95hoyrpkh.cloudfront.net [13.33.242.47]" for me, but mentioned DNS servers are anycast, so may show different IP for servers, of course.
 
Last edited:

PurpleVanguardPlot

Active member
Messages
84
Points
33
It is the missing socket.io javascript that is causing the black screen bug. When forcing the site to load the script from a different CDN I could play challenges.
 
  • Like
Reactions: kup

Zoliv

Well-known member
Messages
1,962
Points
113
Could you try to change default DNS to "1.0.0.1" or "1.1.1.1"? Maybe this is a (local) DNS related issue?
For example, the "ping cdn.socket.io" command shows "d2vgu95hoyrpkh.cloudfront.net [13.33.242.47]" for me, but mentioned DNS servers are anycast, so may show different IP for servers, of course.

Nope, ne change with this.
 

Kup

Member
Messages
85
Points
18
Nope, ne change with this.
Did you restart or flush DNS cache (e.g. "ipconfig /flushdns" command)? Because previous DNS reply maybe cached. Anyway, the "ping cdn.socket.io" (or "nslookup cdn.socket.io") command should show some available IP address (and socket.io-1.4.5.js script available).
Other possible way is to use hosts file (*) on Windows and add some entry (based on my example), but I may not recommend this possible temporary solution for everyone (please create a backup for mentioned file before changes, if there is a need to return it back):
Code:
13.33.242.47 cdn.socket.io
Possible to get other IP address for "cdn.socket.io" with using dns lookup tool.
By the way, does Feudalife game works for you? But this maybe not related for challenges.

* - "C:\Windows\System32\drivers\etc\hosts" file location, for example.
 
Last edited:

Kup

Member
Messages
85
Points
18
If this was a socket.io-1.4.5.js script availability issue, then I may suggest Feudalife's developer(s) to use other CDN server for it, as some people already said.

For example, the 1.4.5 version of socket.io script is available on cdnjs.com and its minified version has the same SHA512 checksum:
Code:
8ab5778ae90aa7b0047bdad54d757c92520c5325852a72d74383256f1ac9901645929746e323992ca69491180ff97803ea3b0bf042bda443474e9865f101f93c

How to use example from mentioned site:
Code:
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.5/socket.io.min.js" integrity="sha512-irV3iukKp7AEe9rVTXV8klIMUyWFKnLXQ4MlbxrJkBZFkpdG4yOZLKaUkRgP+XgD6jsL8EK9pENHTphl8QH5PA==" crossorigin="anonymous"></script>

Also possible to use latest 2.3.0 minified version:
Code:
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.slim.js" integrity="sha512-hcPg/5yQzb6Ocz2NHy+XdRfmET1kTOtZc1l6Yt2TyriHW6WpK80hoLfaKG5wI7SqLt/x6IiV9kRoInYCA/BEWw==" crossorigin="anonymous"></script>
But may need to check other scripts for compatibility, I guess.

About "integrity" and "crossorigin" attributes:

Edit (20200902): Looks like, someone changed address for socket.io script to cdnjs.com minified version. Thanks.
 
Last edited:

Jer7cho

Well-known member
Messages
2,249
Points
113
Has there been challenge this week , I can't tell if I am missing it or it hasn't been out yet ?
 

Kup

Member
Messages
85
Points
18
So next time the challenge appears, it might work then ?
Has there been challenge this week , I can't tell if I am missing it or it hasn't been out yet ?
The Feudalife Challenge was today on 2 September 2020. I tried to check contents of its page with using "Inspector" in Mozilla Firefox browser and it showed some mentioned changes for address to socket.io script, which loaded ok, in my case.
I haven't caught it since the 28th.

Can't you test it now by going to the challenge page directly?
Thanks for the link. It shows the same changes for it also.

On the other hand, the orignal socket.io-1.4.5.js script address shows following data today, instead of previous script (but Web Internet Archive have some top and bottom additions to it, therefore I said about it just in case):
Code:
The deployment could not be found on Vercel.

DEPLOYMENT_NOT_FOUND
 
Last edited:

Kup

Member
Messages
85
Points
18
Damn, missed it. At what time did you catch it?
My current edit time for related message shows "Sep 2, 2020 at 11:25 AM" if mouse over it (after logout). So, probably around this time (e.g. from 11:00 AM), but this may depend from your time settings also.
 
Last edited:

FreaKill

Well-known member
Messages
1,723
Points
113
My current edit time for related message shows "Sep 2, 2020 at 11:25 AM" if mouse over it (after logout). So, probably around this time (e.g. from 11:00 AM), but this may depend from your time settings also.
Ah yes, the default UTC time-zone. Thanks. I usually catch it around 16:00-20:00 so it's no wonder I missed it.
 
Last edited:

Jer7cho

Well-known member
Messages
2,249
Points
113
For the people who live at CET time zone ,around what time you were able to catch gameplay giveaway challenge , this is the first time since I joined Indiegala that I haven't played the gameplay challenge for entire week , I am starting to think there is some kind of problem on my end, its constantly closed.
 
Last edited:
Top