ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.4k stars 2.29k forks source link

Your score will not be submitted: Not Found #27399

Closed rvneXe closed 8 months ago

rvneXe commented 8 months ago

Type

Other

Bug description

I get this error sometimes I play the beatmap, and It fixes by relaunching.

Screenshots or videos

osu_2024-02-27_14-10-20 osu_2024-02-27_14-10-08

Version

2024.221.0

Logs

compressed-logs.zip

bdach commented 8 months ago

Something is deeply wrong with your network connection.

2024-02-27 09:48:18 [verbose]: OnlineMultiplayerClient connect attempt failed: The SSL connection could not be established, see inner exception.. Next attempt in 3 seconds.
2024-02-27 09:48:18 [verbose]: Request to https://osu.ppy.sh/api/v2/notifications failed with System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-02-27 09:48:18 [verbose]: ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
2024-02-27 09:48:18 [verbose]: at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
2024-02-27 09:48:18 [verbose]: at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
2024-02-27 10:30:51 [verbose]: Performing request osu.Game.Online.API.Requests.GetScoresRequest
2024-02-27 10:30:51 [verbose]: Request to https://a.ppy.sh/30826746?1707384794.jpeg.png failed with System.Net.WebException: NotFound.
2024-02-27 10:30:51 [verbose]: Response was: <!DOCTYPE html>
2024-02-27 10:30:51 [verbose]: <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
2024-02-27 10:30:51 [verbose]: <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
2024-02-27 10:30:51 [verbose]: <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
2024-02-27 10:30:51 [verbose]: <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
2024-02-27 10:30:51 [verbose]: <head>
2024-02-27 10:30:51 [verbose]: <meta charset="UTF-8">
2024-02-27 10:30:51 [verbose]: <title>Create an Ecommerce Website and Sell Online! Ecommerce Software by Shopify</title>
2024-02-27 10:30:51 [verbose]: <meta name="description" content="Shopify provides a reliable Ecommerce platform so you focus on selling online! Integrated hosting, shopping cart and Ecommerce payment solution all in one!">

I would run an antivirus scan because it appears your PC may be compromised.

rvneXe commented 8 months ago

Something is deeply wrong with your network connection.

2024-02-27 09:48:18 [verbose]: OnlineMultiplayerClient connect attempt failed: The SSL connection could not be established, see inner exception.. Next attempt in 3 seconds.
2024-02-27 09:48:18 [verbose]: Request to https://osu.ppy.sh/api/v2/notifications failed with System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-02-27 09:48:18 [verbose]: ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
2024-02-27 09:48:18 [verbose]: at System.Net.Security.SslStream.ReceiveHandshakeFrameAsync[TIOAdapter](CancellationToken cancellationToken)
2024-02-27 09:48:18 [verbose]: at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
2024-02-27 10:30:51 [verbose]: Performing request osu.Game.Online.API.Requests.GetScoresRequest
2024-02-27 10:30:51 [verbose]: Request to https://a.ppy.sh/30826746?1707384794.jpeg.png failed with System.Net.WebException: NotFound.
2024-02-27 10:30:51 [verbose]: Response was: <!DOCTYPE html>
2024-02-27 10:30:51 [verbose]: <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
2024-02-27 10:30:51 [verbose]: <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
2024-02-27 10:30:51 [verbose]: <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
2024-02-27 10:30:51 [verbose]: <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
2024-02-27 10:30:51 [verbose]: <head>
2024-02-27 10:30:51 [verbose]: <meta charset="UTF-8">
2024-02-27 10:30:51 [verbose]: <title>Create an Ecommerce Website and Sell Online! Ecommerce Software by Shopify</title>
2024-02-27 10:30:51 [verbose]: <meta name="description" content="Shopify provides a reliable Ecommerce platform so you focus on selling online! Integrated hosting, shopping cart and Ecommerce payment solution all in one!">

I would run an antivirus scan because it appears your PC may be compromised.

So shouldn't the message displays connection problem instead of "Not found" ?

bdach commented 8 months ago

It's not a "connection problem", it's a "something is hijacking a.ppy.sh requests to instead serve some shopify nonsense" problem. We're not adding special cases for that.