-
Notifications
You must be signed in to change notification settings - Fork 476
Email list creates but subscribers are never stored #189
Comments
@chiefoleka Can you show a sample of your list including the header row ? |
I tried different combinations
Then I also tried
Then also flipped this
So, the thing is that the list comes in, it sees the headers and identifies each field irrespective of the combination I use, but it doesn't store it. |
@chiefoleka Okay, I think I know what the issue is. I have encountered it, but I forgot to create an issue for this. How big is your list ? Try uploading a subset of your list with say 500-1000 emails. And let me know if it works :) I have encountered issues in uploading when the list was big - anything more than 2000 records (only emails). The upload didn't happen properly. It's some bug regarding uploading. And the output that you see for the identification (the sample), it's done on the client side I think, and yes, looks like your list is in the right format. It just needs to have at least one column with the name "email". Even "Email" works I guess ? cc @AndrewGHC |
@karuppiah7890 |
@chiefoleka Then you could just stop and remove all containers using @AndrewGHC I think we need to work on DB backup procedure (DB container) docs for people and provide volume based storage for DB in the upcoming versions so that it's easy to upgrade to the latest version of the application. And if for any reason we change DB schema and containers don't work in a plug and play manner, we can think on the DB upgrading procedures too later. |
@karuppiah7890 |
@karuppiah7890
|
That's just an error when there are no users in the DB and when the App tries to run that statement to check if the users, before logging in. I see that too in a new container. But it will work once you login @AndrewGHC I think we could handle this error this in a better manner ? |
@chiefoleka If you still run into issues, ping me on gitter @karuppiah7890 and I will remote login to your PC through TeamViewer and see what the issue is :) |
@chiefoleka Any updates on the issue ? |
Same issue I have always been having. It has not Vern fixed. Everything
works, but once I get to the point where I have add list, it doesn't work.
…On Thu, Sep 14, 2017, 3:19 PM Karuppiah ***@***.***> wrote:
@chiefoleka <https://github.com/chiefoleka> Any updates on the issue ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKttHtP8Fel09SZS21NgiJi1ri4YHzREks5siTXegaJpZM4PR9Nc>
.
|
"Vern" ? |
@chiefoleka If you are still getting issues, let me check and verify the issue through TeamViewer. Ping me on gitter.im and we can decide on a time to check the issue |
My Gitter username is karuppiah7890 , the same as my GitHub one |
We would do this later.
… On 14 Sep 2017, at 3:26 PM, Karuppiah ***@***.***> wrote:
@chiefoleka <https://github.com/chiefoleka> If you are still getting issues, let me check and verify the issue through TeamViewer. Ping me on gitter.im and we can decide on a time to check the issue
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#189 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKttHuYNbTAbRquDmSHzO9NC_TjsdY-Dks5siTeogaJpZM4PR9Nc>.
|
Should solve the issue freeCodeCamp#189
I think I figured out what the problem is. I too was having 0 emails come through, no matter my list size (tried 0, 100, and 1000 placeholder emails). The fix, was renaming my email column. The email column must be named exactly |
@chiefoleka - make sure your header is titled exactly |
@bmorelli25 Thanks for that 😄 I think I have tried with |
As @bmorelli25 has said, I solved this issue by changing the header to "email" instead of "Email". |
I've been searching the code and I think changing this line would fix this:
|
I too solved the issue by lowercasing "email" – would be very helpful if the helptext could be explicit about capitalization. |
There seems to be a problem with the adding subscribers to the list.
Email list gets created (I can have like 1 million of them), but the subscribers never quite get added to the list. This happens using docker or local setup.
The text was updated successfully, but these errors were encountered: