-
Notifications
You must be signed in to change notification settings - Fork 317
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
Adding a script with redirected @icon fails with error 500 #1331
Comments
Ref(s):
In the short term if you might try a data uri or hosting the image elsewhere without the MIME Content-Type of Edit did a response test and got a 302. Will look into it... again when I have more than a few minutes. Thanks. |
* Covers redirection automatically * Fix undocumented type of `jpg` for `jpeg` *(my gravatar for example)* * Left a response handler in there because **undoubtedly** there's going to be an issue cropping up with something in that arena * Found an inline dependency to deal with later when more time available... added TODO * `Buffer` method utilized is deprecated for base64 will affect repoManager... more TODO later NOTE: * I'm extremely short on time at the moment so thanks to everyone helping out with issues Post OpenUserJS#1303 and should close OpenUserJS#1331
* Covers redirection automatically * Fix undocumented type of `jpg` for `jpeg` *(my gravatar for example)* * Left a response handler in there because **undoubtedly** there's going to be an issue cropping up with something in that arena * Found an inline dependency to deal with later when more time available... added TODO * `Buffer` method utilized is deprecated for base64 will affect repoManager... more TODO later NOTE: * I'm extremely short on time at the moment so thanks to everyone helping out with issues Post #1303 and should close #1331 Auto-merge
@monk-time |
This I get when trying to import my userscript. I'd rather do nothing and look while webhook doin all updating job, but not this time. First I got pain head because of license forcing. And now that thing cannot accept icon. The same icon! I didnt changed it. The only relevant link in Google is leading here. Here is my metadata block:
P.S. Was forced to remove metadata icon line completely to update script at least manually. Extremely frustrated. |
Enforcement is the correct word... you agreed to it by continued use of the site in the TOS including not abusing any sites. It has been in there for years. End of this subject here as it's off topic and complain on your own time please. It would appear that the compression isn't supported on the .ico e.g. they use an unsupported frame and in a few browsers tested as well. Even has a warning in my .ico editor about it.
Your choices for survival are:
Our choices are migrating towards:
Refs:
|
I have published a script that I can no longer update: apparently having
// @icon http://www.imdb.com/favicon.ico
prevents the site from accepting the script, although the same icon worked fine for the previous update a few months ago. I get this error from OpenUserJS:I suspect this is caused by OpenUserJS not expecting the target site to redirect the icon, in this case from http://www.imdb.com/favicon.ico to https://ia.media-imdb.com/images/G/01/imdb/images/favicon-2165806970.
The text was updated successfully, but these errors were encountered: