You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe the bug
After installing and configuring the pipe-phi3-5-engineering-team-logs pipe, my logs are spammed with ERROR screenpipe_core::pipes::pipes: [pipe][error][pipe-phi3-5-engineering-team-logs] error: Cannot find module '@notionhq/client' from '/home/username/.screenpipe/pipes/pipe-phi3-5-engineering-team-logs/pipe.ts'.
to reproduce
install pipe-phi3-5-engineering-team-logs from anywhere (local fs, app ui)
enable pipe-phi3-5-engineering-team-logs
start screenpipe
expected behavior
the pipe should be enabled and not throw any errors
system info
os: macos 15.1
screenpipe version: 0.1.98
additional context
Looking at /home/username/.screenpipe/pipes/pipe-phi3-5-engineering-team-logs there is indeed no node_modules directory in there or anywhere under /home/username/screenpipes
The text was updated successfully, but these errors were encountered:
I typed '/home' because it was faster than '/Users' when I did the search/replace to anonymize the directory. I'm going to close this, though, because it began working once I rm -rf'd the ~/.screenpipe/pipes directory and recompiled.
describe the bug
After installing and configuring the
pipe-phi3-5-engineering-team-logs
pipe, my logs are spammed withERROR screenpipe_core::pipes::pipes: [pipe][error][pipe-phi3-5-engineering-team-logs] error: Cannot find module '@notionhq/client' from '/home/username/.screenpipe/pipes/pipe-phi3-5-engineering-team-logs/pipe.ts'
.to reproduce
pipe-phi3-5-engineering-team-logs
from anywhere (local fs, app ui)pipe-phi3-5-engineering-team-logs
expected behavior
the pipe should be enabled and not throw any errors
system info
additional context
Looking at
/home/username/.screenpipe/pipes/pipe-phi3-5-engineering-team-logs
there is indeed nonode_modules
directory in there or anywhere under/home/username/screenpipes
The text was updated successfully, but these errors were encountered: