-
Notifications
You must be signed in to change notification settings - Fork 70
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
MediaTracker import no progress? #566
Comments
Can you set Thanks for the offer! I have a donation link on my profile page. |
You meant |
|
After starting the import and waiting 2 minutes I get this:
Further waiting does still not show up additional logs. |
Do you have a lot of data on your media tracker instance? Can you try I tried with the public media tracker (https://mediatracker.app) instance (which has ~630 items) and it works fine. |
I have quite a lot there, but I doubt that it is much more than from the public instance. In fact, I also have about Thanks for your assistance so far! |
Then it's probably a network issue. Can you curl the same endpoint from the Ryot container and show me the screenshot? |
That's very weird. I already have sufficient logging setup in the media tracker importer. The only other possible solution I have is that you dump your media tracker instance and I debug the issue locally. If you're okay with that, you can mail it to me (email id in my gh profile). |
If your up for that that sounds good. Do you want the sqlite database directly or what dump? |
Sqlite sounds fine. Also I'll need the login credentials for the account you're trying to import. |
Wilco, send. |
@phrogg I have found the issue, the fix will be deployed in the next release (which is waiting for remix-run/remix#8309 to be released). Though I still find it weird that the error was not visible in the logs. |
Thanks a lot! |
Please upgrade to |
Yes I can confirm it works now. But I don't know if this happens only to me. But when I setup the container fresh the first start always fails with:
After then rebooting the container everything works. |
Yep this is probably because the database has not finished initializing by the time Ryot attempts the DB connection. I don't think there is a need to fix it since its a one-time issue. |
Probably not, but since this happens every time you fresh installation. It's maybe something that new users wouldn't want. |
Alright, I will keep that in mind. |
Hey, I have set up your docker container, and I'm currently trying to import my MediaTracker stuff. It indicates that the import is running but for days nothing has been imported yet. I tried to ping my MediaTracker instance from ryot as well as restarting both containers. Is there anything where I can see the progress of the import?
Thanks in advance also for RYOT it is great! Is there a way to donate btw?
The text was updated successfully, but these errors were encountered: