-
Notifications
You must be signed in to change notification settings - Fork 0
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
WidgetsPool #1
Comments
oh, thanks for your reply. Don't worry. I spend almost an entire day to came with a solution. The problem was that I didn't know what should be put inside qrys.pkl file and how it corresponds with queries.pkl file And now Im still getting some errors e.g. I had to put full paths to files but stil when e.g. generating widgets I'm getting:
This file is not created. When I try to create it manually (which is not a good idea I believe) it return ran out of input Like you said it would be a good idea to add some content to Readme if you don't mind. Also in example.py file an examples regarding actually putting trends to files would be helpful like Overall its a great piece of code. I finally got it running (but struggle with final setup quite a bit now) PS. why pkl data format? they are hard to read outside of a python script. Why e.g. not simple json? |
I updated the project, could you please have a test on your end? |
got some bugs when using the Aio class, will fix that when I am free |
yes, me too. I will post some of them later or tomorrow. Thanks for your efforts. One thing which I noticed that adding proxies should be more flexible e.g. I use proxies without login and password - 00.00.00.00:8800 (authenticated by IP) and I had to change the reading proxy format in code. Quick fix but perhaps it will be wise to specify which proxy format someone use so that there will be no need to modify the script |
also more examples of actually fetching the data using different methods when using the script will be welcomed mate;) Great work overall |
thanks mate : ) for all your time and suggestions. I will look at it when I am free. I created this repo months ago for my research project, and I barely have time to maintain it after the project. I am wondering if you are available to be the contributor to this repo. I massively appreciate all your help. |
Hello and thanks for your effort for creating this repo
For a pretty long time I try to troubleshoot why the WidgetsPool does not work. One thing I can see is this:
Could you check at your side if everything is running smoothly?
Cookies generating works fine.
edit:
After running cookies generation part my qrys.pkl file after reading it look like this:
and this gave me Keyerror here
The text was updated successfully, but these errors were encountered: