-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error after processing through many #27
Comments
Do you use the latest version? I have fixed a similar bug lately. If yes, do you know at which series/movie it fails. Then I can try to reproduce and debug. |
Yeah it's the latest version, not sure where it's getting knocked out. If you can tell me where I can grab the log I'd be happy to upload it for you to see where the error is coming in |
There should be a file "Netflix2TraktImportLog.log" in the folder. Additionally, you could set TMDB-DEBUG to True in the config.py file for more infos in that log file. Or alternatively you could simply send me your csv file (or part of it) here so I could try to reproduce the error with that. Thanks! |
Same problem here When this is a big file he cant process trough all (maybe a limitation of api call on TMDB ? ) |
This is definitely because of large CSV file. I add to the python script a function to parse one CSV file into one CSV file of 500 lines max (as many as i need) then loop on each new csv file to work And voila ! :) |
Any chance I could snag that script? Would love to get the rest added to Trakt! |
When I ran into this error it's because it was searching for season "None" and on line 95 it was calling
It should probably default to searching on season |
Thanks for the updates @ALL. A few thoughts on this:
For now, it seems the best thing is to split large files into separate smaller files, until the above mentioned fix is ready :) |
https://hastebin.com/share/ilocahifuc.java Having this problem as well. It's happening so often, that this is sort of unusable at the moment. |
Quick update: Since I had over 10 years worth of Netflix history to import, I switched to grabbing the more recent stuff first and copying that into a new CSV. I was able to get through most of it, which is good enough for me right now, but if I can help provide more data in any way to help you squash this bug, I'd be happy to. Great script you've written here, must be a pain to parse all this out. |
Thanks for the updates @SawkeeReemo. |
Was going great but errored out after a while, not sure what happened
The text was updated successfully, but these errors were encountered: