question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught TypeError: Cannot read property 'ZRPOS' of null

See original GitHub issue

_Uncaught TypeError: Cannot read property ‘ZRPOS’ of null at r.Session.Send._consume_header (VM72 zmodem.js:1) at r.Session.Send._parse_and_consume_header (VM72 zmodem.js:1) at r.Session.Send.consume_first (VM72 zmodem.js:1) at r.Session.Send.consume (VM72 zmodem.js:1) at t.Sentry.consume (VM72 zmodem.js:1) at WebSocket.handleWSMessage (VM73 zmodem.js:30)

When I use ‘rz’ to upload a file,I got this. So what`s the probrom.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:38 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
leffsscommented, Aug 14, 2020

@leffss Would you please run the branch that I’ve made against your unaltered code to verify that extra ZRPOS is now ignored?

I’ve put a fair bit of time into helping you investigate your problem. Now please help confirm that I’ve solved mine.

2

0reactions
FGaspercommented, Dec 14, 2020

@panda521119 This is not the forum to use to request help. Please read the docs. Thank you!

I’m unsubscribing from this issue and will not respond further here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught TypeError: Cannot read property 'props' of null
I faced the same issue while using class className extends React.Component instead of createClass() . Create a variable in constructor to fix ...
Read more >
[bug] × TypeError: Cannot read property 'props' of null #197
Describe the bug TypeError: Cannot read property 'props' of null To Reproduce Steps to reproduce the behavior: This issue is intermittent ...
Read more >
React TypeError: Cannot read property 'props' of undefined
The "Cannot read property 'props' of undefined" error occurs when a class method is called without having the correct context bound to the...
Read more >
How to fix Uncaught TypeError: Cannot read property 'props ...
In this post we will be discussing about how to fix "Uncaught TypeError: Cannot read property 'props' of null" in React.js.
Read more >
cannot read property of null (reading 'value') react - You.com
Solution: The TypeError: Cannot read properties of null (reading 'data') occurs when your first render, your data with that id isn't mounted to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found