Infinite loading after pasting the link on iOS 15 #446

Closed
opened 2025-11-09 09:49:44 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @WELCOME1200 on GitHub (Sep 19, 2024).

bug description

When I pasted a YouTube link on the website, it just keep on spending and will not give me any error or anything, I retry it with different YouTube links and it’s the same thing, it’s like it can’t go through the server, seems like it only happen to my iPhone because I try it on my laptops and the website works fine.

P.s
This happen after the update to v10 of cobalt before it was working normal.

iPhone 7, iOS 15.8.1, iOS 15.8.2, and iOS 15.8.3
All 3 have the same problem

reproduction steps

Copy link, Paste Link whether by the paste button on the website or your own.

screenshots

No response

No response

platform information

iOS 15.8.3

additional context

No response

Originally created by @WELCOME1200 on GitHub (Sep 19, 2024). ### bug description When I pasted a YouTube link on the website, it just keep on spending and will not give me any error or anything, I retry it with different YouTube links and it’s the same thing, it’s like it can’t go through the server, seems like it only happen to my iPhone because I try it on my laptops and the website works fine. P.s This happen after the update to v10 of cobalt before it was working normal. iPhone 7, iOS 15.8.1, iOS 15.8.2, and iOS 15.8.3 All 3 have the same problem ### reproduction steps Copy link, Paste Link whether by the paste button on the website or your own. ### screenshots _No response_ ### links _No response_ ### platform information iOS 15.8.3 ### additional context _No response_
GiteaMirror added the bug label 2025-11-09 09:49:44 -06:00
Author
Owner

@WELCOME1200 commented on GitHub (Sep 19, 2024):

Refresh website did not work even though status page says it’s all operating

@WELCOME1200 commented on GitHub (Sep 19, 2024): Refresh website did not work even though status page says it’s all operating
Author
Owner

@wukko commented on GitHub (Sep 19, 2024):

can you describe the issue properly? what is “spending”? do you see any errors?

it’s better to screen record the issue you’re having

@wukko commented on GitHub (Sep 19, 2024): can you describe the issue properly? what is “spending”? do you see any errors? it’s better to screen record the issue you’re having
Author
Owner

@sttlok commented on GitHub (Sep 21, 2024):

I have the same issue. It was working a couple of weeks ago but won’t anymore. When clicking the “>>” after pasting a link, the wheel at the box left of the link will start spinning forever and nothing happens (This is probably what WELCOME1200 meant by “spending”). This issue happens to me in both Safari and Firefox. I am using an iPhone 11 with iOS 15.6.

@sttlok commented on GitHub (Sep 21, 2024): I have the same issue. It was working a couple of weeks ago but won’t anymore. When clicking the “>>” after pasting a link, the wheel at the box left of the link will start spinning forever and nothing happens (This is probably what WELCOME1200 meant by “spending”). This issue happens to me in both Safari and Firefox. I am using an iPhone 11 with iOS 15.6.
Author
Owner

@wukko commented on GitHub (Sep 21, 2024):

i really wonder why that is happening but can’t reproduce it on my devices.

do you have an ability to connect your iphone to a mac to see what’s up in dev tools?

@wukko commented on GitHub (Sep 21, 2024): i really wonder why that is happening but can’t reproduce it on my devices. do you have an ability to connect your iphone to a mac to see what’s up in dev tools?
Author
Owner

@wukko commented on GitHub (Sep 21, 2024):

update: the issue is caused by usage of AbortSignal.timeout() in fetch requests. safari got support for timeout() only with ios 16 for some reason.

image

we will push a fix soon!

@wukko commented on GitHub (Sep 21, 2024): update: the issue is caused by usage of `AbortSignal.timeout()` in fetch requests. safari got support for `timeout()` only with ios 16 for some reason. <img width="55" alt="image" src="https://github.com/user-attachments/assets/487fbbe5-d22d-4114-9e36-738388f06f0b"> we will push a fix soon!
Sign in to join this conversation.