Skip to content

"You can't perform that action at this time" when I star a repository #69366

Discussion options

You must be logged in to vote

@Helloyunho @mjfos2r @MrDevel0per I also have this problem and have figured out why it happens. It's because Github uses the Element.checkVisibility API (at https://github.githubassets.com/assets/behaviors-934d11c22368.js), this API was added after Chrome 105.0, so any chrome version less than 105.0 will cause an error. Github has actually abandoned lower versions of Chrome.

Solution

To implement a polyfill for the Element.checkVisibility method. I provide a ready-made tampermonkey script to achieve this. Fix "You can't perform that action at this time" for Github

Update: It seems that github just fix this issue last week which may need a few weeks to deploy to production. github/browser-…

Replies: 7 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@Helloyunho
Comment options

@mjfos2r
Comment options

@MrDevel0per
Comment options

@Usman-52
Comment options

Comment options

You must be logged in to vote
4 replies
@Helloyunho
Comment options

@xiaohk
Comment options

@landsman
Comment options

@Helloyunho
Comment options

Answer selected by Helloyunho
Comment options

You must be logged in to vote
3 replies
@MrDevel0per
Comment options

@landsman
Comment options

@mjfos2r
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Helloyunho
Comment options

@Usman-52
Comment options

Comment options

You must be logged in to vote
2 replies
@Helloyunho
Comment options

@xiaohk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working correctly Repositories The core of version-controlled code storage