Kai Tan

Results 3 comments of Kai Tan

Hey guys. I've also run into the same error. Im guessing Linkedin have changed their classnames recently? ``` Traceback (most recent call last): File "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1434, in _exec...

Also v curious if there's an answer to this one. @deankarn could you shed any light?

+1 to this issue. I have found that the issue can be fixed by editing `order_stack(stack(this));` => `order_stack(stack(this.app));` Edit: just saw you fixed it with 484e477