cinatic / stocks-extension

A extension to display stock quotes in GNOME Shell Panel
GNU General Public License v3.0
85 stars 31 forks source link

Yahoo API not working #88

Closed Cubuss closed 6 months ago

Cubuss commented 1 year ago

image

eddelbuettel commented 1 year ago

I updated your git repo in my checkout, switched to the appropriate main_GS_43_44 branch and cp -vax'ed the stocks@infinicode.de directory below ~/.local/share/gnome-shell/extensions. Followed by a soft restart of gnome shell. I.e. just as your README suggests.

stieg commented 1 year ago

Looks like there is a new Makefile step that is not covered in the README. Run make in the directory and then copy it over. Works for me now.

stieg commented 1 year ago

Also... forgot to say it... thanks @cinatic

cinatic commented 1 year ago

ok i see, i should update the readme. Prefer make install or the artifact from the release page, those will either generate or contain the compiled gschema. I am not quiet sure why, but i think i did not added it to the repo because it made some trouble when i create the artifact

eddelbuettel commented 1 year ago

Big big thank you. Took me longer that I would like to admint in public :grinning: to realize I needed to click the 'tick' symbol for a portfolio change but all good now. Lovely to have it back.

christopher-henderson commented 12 months ago

I just wanted share a success story on Ubuntu 22.04.3 LTS (Gnome Version 42.9)

git clone git@github.com:cinatic/stocks-extension.git
cd stocks-extension
git checkout main_GS_42
make install

Then logout and back in.

Works like a charm once again!

I just wanted to say thank you @cinatic. As an open source maintainer myself, I know that it can be a thankless task and that you are sharing your work out generosity. So thank you :pray:

eljefe6a commented 12 months ago

Working on 23.04 after a manual install. Thanks @cinatic

mg0083 commented 11 months ago

Hi guys, Is there a fix/branch that works for Ubuntu 20.04 / GNOME 3.36.8? Thank you!

stieg commented 11 months ago

@mg0083 I'm not aware of any backports to that version of GNOME. Seems that only >= 42 is supported as of this writing after the Yahoo API breakages happened.

dal00 commented 11 months ago

Is there something holding up this from going into the gnome extensions page?

cinatic commented 11 months ago

@dal00 i submitted a version to Ego and it has already been reviewed. However, there are still a few change requests open and beside that i also would need to change the package / release flow because how i version the packages is not very optimal in combination with ego. Long story short, i don't like to spent more time to maintain having it in ego

lhall-amphibee commented 11 months ago

Same as @christopher-henderson, everything is working correctly on the main_GS_42 branch !

Thanks @cinatic :tada:

timur-tabi commented 8 months ago

main_GS_42 is not working for me. It just says "Loading Data" and then nothing.

Update: it works now, all of a sudden. I think the problem is that if you install the plugin when the market is closed, it gets confused. I will open a bug.