ciderpunx / twitrssme

TwitRSS.me: Tool to make Twittter timelines and searches into RSS feeds
https://twitrss.me
GNU General Public License v2.0
359 stars 59 forks source link

_ Serveur KO #56

Open ZerooCool opened 5 years ago

ZerooCool commented 5 years ago

Test with a pseudo from twitter, with a _

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

ciderpunx commented 5 years ago

Interesting, do you know exactly which username this was and when?

ZerooCool commented 5 years ago

F_Bechieau but not, it's work.

But, i can use this link with a discord bot, the content doesn't work. http://twitrss.me/twitter_user_to_rss/?user=F_Bechieau

With my username, the content work good http://twitrss.me/twitter_user_to_rss/?user=Visionduweb

The discord bot : CoreBot .getrss http://twitrss.me/twitter_user_to_rss/?user=Visionduweb (OK) .getrss http://twitrss.me/twitter_user_to_rss/?user=F_Bechieau (KO)

This night for me, 10h ago.

ZerooCool commented 5 years ago

Now i have 1 link posted with the command from CoreBot .getrss http://twitrss.me/twitter_user_to_rss/?user=F_Bechieau I see 1 feed.

But, with a second account don't use underscore i have .getrss http://twitrss.me/twitter_user_to_rss/?user=FrBechieau CoreBotBOTAujourd'hui à 11:53 Error Unable to retrieve RSS feeds from the URL specified. The remote server returned an error: (500) Internal Server Error.

K24A3 commented 5 years ago

I'm the developer for CoreBot, I fixed the 1 feed problem, the title was exceeding 255 characters.

If you need to test the bot in Discord, use this link to add the bot to your server: https://discordapp.com/api/oauth2/authorize?client_id=421245481859940363&permissions=268561408&scope=bot

http://twitrss.me/twitter_user_to_rss/?user=FrBechieau Error:

image

The RSS XML file is downloaded in CSharp (.NET) using this code:

`
using (WebClient Client = new WebClient()) { Client.Headers.Add("user-agent", "Chrome"); Client.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials; return Client.DownloadString(sURL); }

`

ZerooCool commented 5 years ago

Now F_Bechieau account work good. But, FrBechieau account give a error 500 serveur.