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.

Error running example code in readme

See original GitHub issue

Hello, I installed supercolliderjs and tried some of the examples in a js file but when calling it with node I got the following error: SynthDef not in store: 1075206181

Looking a bit into the code, there seems to be a mismatch when saving the synthdef with a readable name and trying to recall it using the assigned server name, I tried hacking around but didn’t manage to get it working, I wonder if this is related to some version mismatch (lodash perhaps?).

I ran the examples with node version v12.8.0 and supercolliderjs@0.14.2, also supercolliderjs@1.0.0-alpha.2 and the error seems to be present in both versions, either thrown as an error or ignored and failing later when trying to access the buffer data.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
crucialfelixcommented, Nov 24, 2019

There is a new release out. I had unit tested that stuff but no integration tests. I should set up a test that can run all the examples.

0reactions
vectorsizecommented, Nov 23, 2019

Nice! I tried changing the code here and there before creating the issue, but it would break other places… Thanks for the fix, looking forward to playing with it 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when running example in README · Issue #489 - GitHub
On the readme it says crun lets you run the following podman run command, but I get an error. podman --runtime /usr/bin/crun run...
Read more >
Running tests against code examples in a README.md?
It is a tool to run the snippets of code (aka examples) in a text file and check their outputs. It is like...
Read more >
Issue Running Example Code from readme on SCDL Package
Hi All,. Running into a frustrating error. I'm trying to work with the soundcloud-downloader package "SCDL".
Read more >
Homework: Writing a README
The name README is self-explanatory — it's a document that users should read to get more information about the contents of a project....
Read more >
Markdown Support | PyCharm Documentation - JetBrains
Enter a name for your file with a recognized extension, for example: readme.md. The Markdown editor provides several basic formatting actions in ...
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