-
Notifications
You must be signed in to change notification settings - Fork 56
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
no web feeds found, no kudos given.... #17
Comments
Hi @zuselli84, my latest run 21 minutes ago gave back the following:
My experience was that if you could log in, but no feeds was found, the browser could be the culprit, but it could also be something else |
hi @isaac-chung Thank you very much for your reply. I didn't change your script, so it should youse firefox. my setup is a ubuntu server, what kind of information is required for debugging? And how can i check if the browser is the culprit? |
Mine runs via Github Actions on Ubuntu 20.04.6. Separately, I wonder if you're able to set up this run in Github Actions for your fork? |
Thanks for the debugging hint. Unfortunately I don't know how to run it in Github Actions.... |
i could manage to run it with Github Actions, but I'm not sure, if I set the environment variables correct: python give_kudos.py Kudos given: 0 Now it responds with "can't find own profile ID" |
The difference in versions can be a potential cause. I'm unfamiliar with that unfortunately. Looking at your print out, the env vars should have *** printed beside them. Did you add them to "repository secrets"? (Settings -> Security -> Secrets and Variables -> Actions) |
That was it, I habe entered the secrets in the wrong place. |
@isaac-chung I changed versions in Github workflow, so that it's the same as my server: in Github action, it works fine... |
Great! Glad you got that sorted out. As for Firefox version, the
|
Do I understand it correct, that the Firefox on the host system does not influence your skript. |
The script uses firefox, and in GH actions it should be using the one installed with Playwright as it was a fresh install. Since you've got it working on GH actions, maybe you can compare the printout and versions from the run against your machine, e.g. in a fresh env, run each command, compare. |
It works, there was an issue with playwright, I uninstalled it and re-installed it according GH workflow.. Now it works. |
Hi,
I just installed your script and could finally run it...
But It gives the following response:
Even the feed has open activities to give kudos....
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: