leetcode-cli-plugins icon indicating copy to clipboard operation
leetcode-cli-plugins copied to clipboard

plugins 4xx错误

Open zhangyanj opened this issue 6 years ago • 4 comments
trafficstars

image

zhangyanj avatar Feb 21 '19 09:02 zhangyanj

Same here. I cannot get the submission beat ratio neither.

yunweiyuan avatar Mar 19 '19 02:03 yunweiyuan

@yunweiyuan @zhangyanj

You can use my workaround to replace the original code temporarily。

kadaliao avatar Dec 27 '19 07:12 kadaliao

@yunweiyuan @zhangyanj

You can use my workaround to replace the original code temporarily。

  • Download the file from here and rename it to leetcode.cn.js
  • cd into you file path
  • run leetcode plugin -i leetcode.cn.js

ieralt avatar Jan 13 '20 13:01 ieralt

@yunweiyuan @zhangyanj

You can use my workaround to replace the original code temporarily。

    problem.fid = Number(fid) || fid
                         ^

ReferenceError: fid is not defined

TonyGuy avatar Apr 18 '21 11:04 TonyGuy