-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Slack import fails with Failed to start import operation #26479
Comments
Exactly the same problem here. Thanks in advance for checking on this guys!! |
Just wanted to add, I just tested it on 5.0.2 , the problem remains, I cannot import a ZIP from Slack. |
I encountered the same issue today, hoping this can be solved quickly. |
Just tested it on 5.0.3, unfortunately, same issue. |
Hi! It should be fixed in 5.1.0. |
Awesome! I'm looking forward to it. I'm looking to migrate to Rocket Chat Do you know if there's any sort of work around for the time being? I tried doing a csv zip import with my users but that didn't work either. Also, I wasn't able to find anything in the commit history or PR history that I could look at that might help me understand more about the nature of the problem or the fix... I probably just don't know my way around here well enough yet. |
I'm just taking a stab, but It could be related to this PR that's being actively worked on: #26629 |
Fixed by #26284 |
This problem still exists. POST https://mydomain.com/api/v1/startimport =======EDIT========= |
I just pulled down the 5.1.0 image to test importing from slack and still am unable to import. As @KIRIN178 mentioned, I'm seeing the same error in the browser dev tools. I created my own CSV zip for my users and was finally able to import the users. But when I retried the slack import and deselected all users it still shows the same error about "must have required property 'email' [invalid-params]". Do we need to re-open this issue or open a new issue? |
As far as I can tell, this still doesn't work for me in 5.1.0 |
@pierre-lehnen-rc Since this issue still seems to be present, can we reopen this issue? |
I've confirmed there's still another issue with the import - it works for some files but not others, depending on the data. Working on a fix. |
I temporarily fixed the issue by adding an email field to all the slack bots that didn't have an email in the users json file. |
@DarinDev1000 I tried your workaround and things said they successfully imported. But in both the windows app and the web app all but two conversations/channels fail to load.
It seems to work on the Android app though. Do you have the same issue? (Also, I know this is technically outside of the "failed to start import" conversation so I'd be happy to chat elsewhere if appropriate). |
I don't think I have that issue. |
Description:
Slack import fails to start.
The file uploads and shows all the correct users and channels. Messages is grayed out.
But when "Start Importing" is clicked, it fails.
Steps to reproduce:
Expected behavior:
Slack import to work
Actual behavior:
An alert pops up that says "Failed to start import operation"
Also, no new logs related to slack import show up in
/admin/view-logs
Server Setup Information:
Client Setup Information
Additional context
I have an nginx reverse proxy with certbot ssl pointing to
http://localhost:3102
start.sh
is ran on startup by an ubuntu servicerocketchat-docker.service
start.sh
.env
Docker
compose.yml
Relevant logs:
Server
Browser
EDIT: Temporary fix
I temporarily fixed the issue by adding an email field to all the slack bots that didn't have an email in the users json file.
The text was updated successfully, but these errors were encountered: