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.

Upgrading from 2.25.1 to 3.x results in ParseError

See original GitHub issue

I’m trying to update the package from version 2.25.1 to the latest version 3.3.2, but as soon as I do that, I get the following error on any call on the shopify instance:

{
   "name":"ParseError",
   "timings":{
      "start":1593343057528,
      "socket":1593343057529,
      "lookup":1593343057539,
      "connect":1593343057541,
      "secureConnect":1593343057544,
      "upload":1593343057544,
      "response":1593343057719,
      "end":1593343057783,
      "phases":{
         "wait":1,
         "dns":10,
         "tcp":2,
         "tls":3,
         "request":0,
         "firstByte":175,
         "download":64,
         "total":255
      }
   }
}

Any idea what might cause that?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:15

github_iconTop GitHub Comments

1reaction
Fauphicommented, Aug 4, 2020

@alexbouchardd

got - 5.7.1 sentry/node - 5.20.1

with node 10.22.0

0reactions
lpincacommented, Oct 23, 2020

I’m closing as there is not much we can do. The issue has been fixed in auth0 and @sentry/node. It is still present in sqreen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to install pylint-flask-sqlalchemy - Stack Overflow
I am attempting to add pylint-flask-sqlalchemy to my python pipenv virtual environment and am getting an exception
Read more >
XMonad.Hooks.DynamicLog - Hackage
DynamicLog API is frozen and users are encouraged to migrate to these modern replacements. Original description and documentation follows: xmonad calls the ...
Read more >
oci-utils bug fix update - Oracle Linux Yum Server
Details on how to use ULN or http://public-yum.oracle.com to apply this update are available at http://linux.oracle.com/applying_updates.html.
Read more >
EasyBuild v4.6.2 documentation (release 20221021.0)
update Siesta EasyBlock to support GCC 10+ by adding -fallow-argument-mismatch Fortran compiler option (#2690); enable building of shared library for Libint 2.7 ...
Read more >
Changelog - google-gax documentation
remove pageSize/pageToken from call settings (#1263); drop Node 10 to support and update lastest Typescript (#1252); reduce module size by remove duplicate ...
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