Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more commits after the leetcode update. #357

Open
karygauss03 opened this issue Sep 29, 2022 · 5 comments
Open

No more commits after the leetcode update. #357

karygauss03 opened this issue Sep 29, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@karygauss03
Copy link

After an update in leetcode website on 29-09-2022, leethub couldn't add new solved problems to the repos on my github.

@karygauss03 karygauss03 added the bug Something isn't working label Sep 29, 2022
@QasimWani
Copy link
Owner

Looking into it.

@DLi7077
Copy link

DLi7077 commented Sep 30, 2022

@QasimWani there's a single script tag with id __NEXT_DATA__ in the submissions tab which has the problem info stored, retrieved using

JSON.parse(document.getElementById('__NEXT_DATA__').innerHTML)

although the entire JSON is ~150KB
image

@DiegoKrupitza
Copy link

A temporary solution is to disable the new ui. This can be done by first clicking on your avatar in the editor (in the screenshot the red square), and then click on "Revert to old version" (marked with the blue square in the screenshot).

image

After the new UI is disabled it works again. If you want to switch back to the new UI there is always on the bottom right corner a button with the text "New" (see second screenshot)

image

@Puneetpotter
Copy link

A temporary solution is to disable the new ui. This can be done by first clicking on your avatar in the editor (in the screenshot the red square), and then click on "Revert to old version" (marked with the blue square in the screenshot).

image

After the new UI is disabled it works again. If you want to switch back to the new UI there is always on the bottom right corner a button with the text "New" (see second screenshot)

image

Good One bro, It works pretty good. Thanks!

@QasimWani
Copy link
Owner

@DLi7077 it seems like it has been fixed? Reference #366 for future discussions on this topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants