LeetHub icon indicating copy to clipboard operation
LeetHub copied to clipboard

LeetHub doesn't work at GFG now

Open garyellow opened this issue 2 years ago • 7 comments

Describe the bug LeetHub doesn't work at GFG, probably because GFG just updated its UI about Practice.

Expected behavior LeetHub should upload the code to GitHub as before.

Screenshots image Screenshot of GFG Practice from my laptop a few minutes ago.

garyellow avatar Jul 16 '22 13:07 garyellow

same here Leethub is not working

kshitijmishra27 avatar Jul 17 '22 09:07 kshitijmishra27

@garyellow absolutely right. This issue is because the gfg site got an update. gfg.js script requires an update. here is a fix you can use locally. I have opened a PR to fix it. You can use it locally by the time the issue gets fixed.

ASahu16 avatar Jul 17 '22 16:07 ASahu16

@garyellow absolutely right. This issue is because the gfg site got an update. gfg.js script requires an update. here is a fix you can use locally. I have opened a PR to fix it. You can use it locally by the time the issue gets fixed.

It works. Thx!!!

garyellow avatar Jul 17 '22 18:07 garyellow

@garyellow absolutely right. This issue is because the gfg site got an update. gfg.js script requires an update. here is a fix you can use locally. I have opened a PR to fix it. You can use it locally by the time the issue gets fixed.

how to use it locally as you mentioned. can you please tell or share some article or video reference to understand how to use leethub locally till gfg bug resolved

Dheeraj-Bhandari avatar Aug 04 '22 16:08 Dheeraj-Bhandari

@garyellow absolutely right. This issue is because the gfg site got an update. gfg.js script requires an update. here is a fix you can use locally. I have opened a PR to fix it. You can use it locally by the time the issue gets fixed.

It works. Thx!!!

brother can you help me to understand how i can use leethub locally in order to push gfg solution to GitHub repo successfully

Dheeraj-Bhandari avatar Aug 04 '22 16:08 Dheeraj-Bhandari

@garyellow absolutely right. This issue is because the gfg site got an update. gfg.js script requires an update. here is a fix you can use locally. I have opened a PR to fix it. You can use it locally by the time the issue gets fixed.

It works. Thx!!!

brother can you help me to understand how i can use leethub locally in order to push gfg solution to GitHub repo successfully

@Dheeraj-Bhandari u can follow the steps in README.md the final part tells how to use it in local u just needs to change the gfg.js file to the PR one after u clone to ur computer

garyellow avatar Aug 04 '22 18:08 garyellow

@garyellow absolutely right. This issue is because the gfg site got an update. gfg.js script requires an update. here is a fix you can use locally. I have opened a PR to fix it. You can use it locally by the time the issue gets fixed.

It works. Thx!!!

brother can you help me to understand how i can use leethub locally in order to push gfg solution to GitHub repo successfully

Or you can simply clone from the patch-1 branch using the following command

git clone -b patch-1 https://github.com/ASahu16/LeetHub.git

Then follow the below steps: image

ASahu16 avatar Aug 05 '22 07:08 ASahu16