g3th / Netflix-Checker

Netflix Account Checker for terminals.
21 stars 15 forks source link

Google Collab Error #14

Open LazyDevUserX opened 1 month ago

LazyDevUserX commented 1 month ago

So i managed to run this in collab note book but im getting this error when trying to format the netflix file

Screenshot_15-8-2024_214250_colab research google com

I have no idea id it will actually work or not fingers crossed

g3th commented 1 month ago

Hi,

Make sure you have the latest version.

The error occurs because your combo-list is not found. That means it either doesn't exist or it has the wrong name.

The last line of the Traceback tells you that "netflix.txt" is not a directory. You should name your file "netflix" only, without a file extension. Let me know how that goes.

I haven't tested the script in colab. However, I have added some error checking for a FileNotFoundError.