Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
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

RSS feed generators causes HTTP 500 #243

Open
Daniel-Mietchen opened this issue Jan 19, 2018 · 6 comments

Comments

@Daniel-Mietchen
Copy link
Collaborator

@Daniel-Mietchen Daniel-Mietchen commented Jan 19, 2018

For
https://tools.wmflabs.org/scholia/topic/Q24454422/latest-works/rss ,
I am currently getting

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
@fnielsen fnielsen added the bug label Jan 19, 2018
@fnielsen fnielsen self-assigned this Jan 19, 2018
@fnielsen fnielsen closed this in 229b4c9 Jan 19, 2018
@fnielsen

This comment has been minimized.

Copy link
Owner

@fnielsen fnielsen commented Jan 19, 2018

There are still an issue with old authors, e.g., https://tools.wmflabs.org/scholia/author/Q859/latest-works/rss

@fnielsen fnielsen reopened this Jan 19, 2018
@egonw

This comment has been minimized.

Copy link
Collaborator

@egonw egonw commented Jan 23, 2018

It works for me now... @fnielsen, did you fix data and was that the problem? Or is it likely a time out?

If the latter, it's a code bug as the proper response code is "408 Request Timeout"...

@fnielsen

This comment has been minimized.

Copy link
Owner

@fnielsen fnielsen commented Jan 23, 2018

I "hacked" it. It is not a proper fix. There are problems with authors such as Aristotle because of date conversion. I dont think RFC 2822 supports old dates. "year = 4*DIGIT / obs-year" - https://www.ietf.org/rfc/rfc2822.txt. Years between 1 and 999 could be represented as with prepadded zeros, but BC years are apparently not supported. I cannot see how it can be expressed in ISO 8601.

@egonw

This comment has been minimized.

Copy link
Collaborator

@egonw egonw commented Oct 28, 2018

What is the state of this? Both queries work for me now.

@fnielsen

This comment has been minimized.

Copy link
Owner

@fnielsen fnielsen commented Oct 28, 2018

@Daniel-Mietchen

This comment has been minimized.

Copy link
Collaborator Author

@Daniel-Mietchen Daniel-Mietchen commented Nov 14, 2019

Looks good to me now. @egonw @fnielsen Shall we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.