Assasans / found-footage

Content Warning mod that adds real lost footage from other players to your Old World.
MIT License
2 stars 0 forks source link

Camera video extraction failed #2

Closed rosesxirosie closed 3 months ago

rosesxirosie commented 3 months ago

Cameras can be found on the map, but each camera has 100% memory and extraction fails every time 😭

Assasans commented 3 months ago

Are you playing multiplayer? I have encountered the "extraction failed" error only when some players do not have the mod installer (the game does the extraction on each client separately, and clients without the mod have no found recording data).

each camera has 100% memory

Fixed in recent commit, will be in new release soon.

rosesxirosie commented 3 months ago

Thank you for your hard work. The camera memory issue has been resolved, but my friend and I tested it and found that the camera still failed to extract even though both of us had installed mod. LogOutput.log

Assasans commented 3 months ago

[Info : Console] An error occurred while fetching version: An error occurred while sending the request [Error :Found Footage] Local version 0.2.1 is NOT compatible with remote 0.0.0 (incompatible) [Info : Console] An error occurred while downloading the file: An error occurred while sending the request

It looks like you have the same problem as in #5, the mod cannot access the server due to Cloudflare Workers possibly being blocked by your ISP. Can you access https://foundfootage-server.assasans.workers.dev/version from a browser? If not, does https://assasans.araumi.org work? I could do a reverse proxy through this host.

rosesxirosie commented 3 months ago

If VPN is not enabled, the link cannot be accessed, but the second link can be accessed normally.

Pedroisbanana commented 3 months ago

[Info : Console] An error occurred while fetching version: An error occurred while sending the request [Error :Found Footage] Local version 0.2.1 is NOT compatible with remote 0.0.0 (incompatible) [Info : Console] An error occurred while downloading the file: An error occurred while sending the request

It looks like you have the same problem as in #5, the mod cannot access the server due to Cloudflare Workers possibly being blocked by your ISP. Can you access https://foundfootage-server.assasans.workers.dev/version from a browser? If not, does https://assasans.araumi.org work? I could do a reverse proxy through this host.

I can access the second link wthout any issues

Assasans commented 3 months ago

Try opening https://foundfootage-server.assasans.dev/version in a browser, this should work as it is no longer a *.workers.dev domain. If so, set ServerUrl = https://foundfootage-server.assasans.dev in the mod's config file.

rosesxirosie commented 3 months ago

Thank you very much, all the problems were solved!