-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Unable to import Members - ENOENT: no such file or directory #13216
Comments
This is a bug with windows paths. Ghost is primarily written for & tested on unix/linux/mac based environments but we're happy to accept PRs fixing this. |
Hi @ErisDS , I'd like to try my hand on this but not sure where to start. Also would I need to be on a Windows machine? |
Hi, I think I'm onto a solution but not exactly sure how to implement it within your code. The top comment on this stackoverflow thread does a good job of describing it.
It seems like there is a disconnect between the path being supplied, and how the path seperator is being interpreted. I can think of a few possible solutions to try because the path module (which you've already imported) provides some methods to get around this, like this one.
Which would return the file path with the appropriate path prefix (i assume this would be |
@ErisDS If this issue is still open, can I pick it up? |
Hi, I have a self-hosted Ghost blog at ihiteshsharma.com, I did the following steps to reproduce the error:
I couldn't help but notice you are trying to migrate the subscribers from Substack. Ghost needs the subscriber data in the format to correctly detect fields. Did you try the approach as recommended by Ghost here and here ? In case I missed anything, let me know. |
refs TryGhost/Ghost#13216 - Fixed CSV User Import on Windows
Our bot has automatically marked this issue as stale because there has not been any activity here in some time. The issue will be closed soon if there are no further updates, however we ask that you do not post comments to keep the issue open if you are not actively working on a PR. We keep the issue list minimal so we can keep focus on the most pressing issues. Closed issues can always be reopened if a new contributor is found. Thank you for understanding 🙂 |
Issue Summary
I have Ghost Self-hosted.
When I try to import my subscribers from Substack, it shows this error as shown in the image.
I tried searching everywhere but no solution. I also tried to manually create the
Members
folder on the server but still no luck.A summary of the issue and the browser/OS environment in which it occurs.
To Reproduce
Go to your Self-hosted Ghost blog
Technical details:
The text was updated successfully, but these errors were encountered: