-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't download a pack searched via a SearchEngine #18
Comments
You don't seem to be doing anything wrong from what I can see, the code you posted seems to work on my end. Maybe make sure you have the newest versions of both |
They were updated so I reinstalled them just to double check, now I get:
Also, what would be the best way to select a random item from the results? |
I'm honestly not sure what the issue could be here. Maybe also update the Regarding picking a random item from the results: That should be possible using random.choice(), since the results should be a list of XDCCPack objects. I don't quite know why it wouldn't work. |
Hi
I'm unable to download a pack searched using XDCC_EU Search engine
I get:
Even when using your example:
I get:
I also tried to add a random.choice() in order to select a random choice from the packs list returned by the SearchEngine function without success. Am I doing something wrong or is it a bug?
The text was updated successfully, but these errors were encountered: