-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
FIND: Parameter format not correct .. then the video title keeps repeating without downloading #115
Comments
What happens when you kill it and run it again ? does it fail on the same video ? |
It's really sporadic. If I kill (CTRL C) the process then restart it will sometimes download the video on the next restart, but other times it will take several restarts.
95% of the time it will fail on the second video if it successfully downloads the first. The other 5% it will fail on the third video after downloading the first two. I'll attach a screenshot from powershell. I wonder if it might have something to do with logging in via my library (library card number and password). Maybe there's an extra cookie value being checked? But then I guess it wouldn't authenticate at all? Does the "FIND: Parameter format not correct" alert mean anything important? |
I'll have to look further. I'm a little unfamiliar with "FIND: Parameter format not correct." Feel free to debug it and raise a P if I don't fix this sooner; I'll make a release once I figure it out. |
I'm not sure how useful I'll be as I'm using LL to learn Python :) If it's working ok on your end then I'd say it might have something to do with an extra cookie value for my local library (as in, the place with books). I have to login via the library portal (on the LL site), and then enter my library card number and password. I can't simply login via the main LL page. This is the list of cookie keys: Don't worry about it if you're busy, I need to watch the videos anyway and the membership is unlimited. Cheers! |
same here with FIND: Parameter format not correct.
|
I am kind of getting the same error but doesn't have the message "FIND: Parameter format not correct" I think LinkedIn Learning is limiting how many requests but I am not sure |
I am seeing exactly the same error message, any suggestion how to solve the issue? |
These are two different problems. The "FIND: Parameter format not correct" comes from app.py:
Writing "find" in the (win 11) command line gives the same message. Also comes up only with cookie auth, as the above line is in the cookies part of the code. I just updated from 3.0.3 to 3.0.6 after getting the #104, #105 issues. The repeated download attempts of the same video is what we see instead of the previous "There is a connection error. Please check your connectivity." error message (and exiting). Now there is no error message, just retrying the download (so we don't know if it was ConnectionResetError or ConnectionError, I guess we do not get back to the exception handling). In the browser everything is working fine. Clearing cache on both browsers or switching to different internet connection did not make any difference. |
Running Python 3.11.4
Hiya, first time using your app. I've followed your instructions, grabbed the two cookie values, saved them into cookie.txt, but when I run:
It displays an error: FIND: Parameter format not correct
Then it will download one video, and then keep repeating the next video title endlessly.
Here's a screenshot:
Did I do something wrong?
Thanks for your help!
Egg.
The text was updated successfully, but these errors were encountered: