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

Follows Import fail (0.4.3) #94

Open
kazukyakayashi opened this issue Jan 20, 2025 · 3 comments
Open

Follows Import fail (0.4.3) #94

kazukyakayashi opened this issue Jan 20, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@kazukyakayashi
Copy link

There is still a problem, the import starts well but does not seem to work, and it paralyzes the server (inability to post new messages or other), another fact, it does not seem related to the csv provided by Iceshrimp, I wrote some from scratch by hand as Mastodon would output but it did not work either.

CSV :

Account address,Show boosts,Notify on new posts,Languages
peertube@framapiaf.org,true,false,
apertus@mastodon.social,true,false,
NextInpact@mamot.fr,true,false,
LaQuadrature@mamot.fr,true,false,
sigmafrance@mastodon.social,true,false,
play0ad@mastodon.social,true,false,
mobilizon@framapiaf.org,true,false,
datagueule@framapiaf.org,true,false,
PetaPixel@flipboard.com,true,false,

A contact also tells me that Pleroma exports the same type of csv as Iceshrimp, so obviously it wouldn't come from there.

@dahlia
Copy link
Member

dahlia commented Jan 31, 2025

I think this bug is due to a design flaw. This task can take a long time, so it should be handled by a background worker, but currently it is handled by the web request handler. Currently, Hollo is using the background worker provided by Fedify, but Fedify does not yet support assigning arbitrary tasks to the background worker. Because of these structural problems, I don't think this issue will be fixed anytime soon. Please be patient. I'm sorry.

@dahlia dahlia added the bug Something isn't working label Jan 31, 2025
@kazukyakayashi
Copy link
Author

Does the problem also affect migration?

@dahlia
Copy link
Member

dahlia commented Feb 2, 2025

Does the problem also affect migration?

@kazukyakayashi I don't think so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants