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.

optional chaining is breaking cml in cml images

See original GitHub issue
/usr/lib/node_modules/@dvcorg/cml/src/drivers/bitbucket_cloud.js:[38](https://github.com/DavidGOrtega/fashion_mnist/runs/5992622028?check_suite_focus=true#step:6:38)3
        responseBody?.error?.message || responseBody?.error || responseBody;
                     ^

SyntaxError: Unexpected token '.'
    at wrapSafe (internal/modules/cjs/loader.js:915:16)
    at Module._compile (internal/modules/cjs/loader.js:963:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/usr/lib/node_modules/@dvcorg/cml/src/cml.js:11:24)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidGOrtegacommented, Apr 12, 2022

The error is in azure. Images are not the guilty @0x2b3bfa0

1reaction
DavidGOrtegacommented, Apr 12, 2022

True. The error comes from our images

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ - Cisco Modeling Labs v2.x
Complete instructions on adding a VM image to CML can be found in the CML User ... replacing the current REFPLAT ISO with...
Read more >
Optional chaining (?.) - JavaScript - MDN Web Docs - Mozilla
The optional chaining (?.) operator accesses an object's property or calls a function. If the object accessed or function called is ...
Read more >
the paradigm of targeting oncogenic tyrosine kinase signaling ...
Chronic myeloid leukemia : the paradigm of targeting oncogenic tyrosine kinase signaling and counteracting resistance for successful cancer ...
Read more >
What is wrong with optional chaining and how to fix it - DEV ...
Optional chaining simplifies above and removes a lot of errors by saying that values considered as no value are only two - null...
Read more >
Chronic myelogenous leukemia, a still unsolved problem - NCBI
Chronic myeloid leukemia (CML) is a clonal myeloproliferative disorder of ... examination of the bone marrow (optional) are also useful.
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