Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We're currently emitting a log ever time a strategies either extractor or transformer isn't found and to a new user that could be rather intimidating or signaling errors #344

Open
TimDaub opened this issue Oct 25, 2022 · 0 comments

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Oct 25, 2022

  • these logs are completely fine to have, they just state that either an extractor or transformer is missing
  • but that's fine. Maybe we should label them explicitly as warnings
2022-10-25T14:03:36.661Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/get-minter/extractor.mjs' imported from /root/core/src/strategies/src/disc.mjs"
2022-10-25T14:03:36.662Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/sound-protocol-filter-contracts/extractor.mjs' imported from /root/core/src/strategies/src/disc.mjs"
2022-10-25T14:03:36.662Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/soundxyz-filter-contracts/extractor.mjs' imported from /root/core/src/strategies/src/disc.mjs"
2022-10-25T14:03:36.662Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/zora-drops-filter-contracts/extractor.mjs' imported from /root/core/src/strategies/src/disc.mjs"
2022-10-25T14:03:36.668Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/call-transaction-receipts/transformer.mjs' imported from /root/core/src/strategies/src/disc.mjs"
2022-10-25T14:03:36.668Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/get-xkcd/transformer.mjs' imported from /root/core/src/strategies/src/disc.mjs"
2022-10-25T14:03:36.668Z neume-network-strategies:disc Rejected loading strategy with reason: "Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/root/core/src/strategies/src/strategies/music-os-accumulator/transformer.mjs' imported from /root/core/src/strategies/src/disc.mjs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant