Skip to content
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 background showing #54

Open
Failed-Spy opened this issue May 27, 2024 · 11 comments · May be fixed by #57
Open

No background showing #54

Failed-Spy opened this issue May 27, 2024 · 11 comments · May be fixed by #57

Comments

@Failed-Spy
Copy link

No image for the background is being shown. I even tried changing the themes to check if it's a theme problem, but it didn't seem like it.
Screenshot 2024-05-27 174418

@Medullitus
Copy link

Same issue. Why this happened? Is there someone here plz?

@bcwilsondotcom
Copy link

Yep, same here. Looks like something broke.

@thecookiemomma
Copy link

same. Could it be a numbers thing? Like the unsplash API got overloaded or something?

@bcwilsondotcom
Copy link

I did some digging and added some debug logs to the plugin. It looks like Unsplash's random endpoint is throwing 500s.

Getting background with theme: seasons and holidays plugin:beautitab:6369 Seasonal tag: spring plugin:beautitab:6369 Unsplash URL: https://source.unsplash.com/random?spring&cachetag=MonMay272024 random:1 Failed to load resource: the server responded with a status of 503 (Service Unavailable)

Since I've already made some debug logging, I'll make PR to push it upstream. Handy for troubleshooting.

@bcwilsondotcom
Copy link

bcwilsondotcom commented May 28, 2024

Okay, looking into this a bit more. It looks like source.unsplash.com has been depreciated for some time, and has only been left in place for legacy applications. They don't support it and I've seen a lot of other posts around reddit where people have had problems with it going back over a year.

The supported method is to use their new API, which requires registering an application and getting an API key. I'm going to pursue this route and will make a PR to the plugin after some thinking, coding, and testing.

In case source.unsplash.com stays down for an extended period of time, a temporary workaround would be to go directly to unsplash.com and download some backgrounds locally, add them to the plugin and then set the background theme to Local. It won't be as random or have as many images, but it will be better than the grey background!

@mtakemoto
Copy link

I'm also having this issue. Thought I configured the plugin wrong at first. @andrewmcgivery do you need some help testing out the PR before approving it? I think it'd be nice to get the random backgrounds working out of the box (though on the bright side, I remember where my local wallpaper folder is now)

@fvoges
Copy link

fvoges commented Aug 1, 2024

Until this is fixed, I'm using a service that returns Bing's image of the day. I've selected "custom" and entered this URL:

https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN

You can look at the documentation and code here: https://github.com/TimothyYe/bing-wallpaper

@shaqmughal
Copy link

I'm having the same issue as everyone else. Why isn't the suggested fix being approved?

@shaqmughal
Copy link

Until this is fixed, I'm using a service that returns Bing's image of the day. I've selected "custom" and entered this URL:

https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN

You can look at the documentation and code here: https://github.com/TimothyYe/bing-wallpaper

This is a nice work around. Appreciate the suggestion.

@wunderpixel
Copy link

https://picsum.photos/1920/1080

It seems no backgrounds yet, but I found this URL also works.

How to custom: https://picsum.photos/

@ReaderGuy42
Copy link

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants