Geran

Results 18 comments of Geran

> Is there a JSON or iCal endpoint for this calendar? Not yet. I am seeing if that is something they can do. I mentioned my specific goal to add...

@pitaj The OpenCritic developer team messaged me back. Is there a specific iCalendar data structure you have in mind?

Example ical for the site I am interested: http://c.opencritic.com/calendar/OpenCritic.ics

Import. On Jul 1, 2017 11:38 AM, "Florian Kinder" wrote: > Is this issue for import or export? > > — > You are receiving this because you authored the...

Just food for thought, could it be because I am being login rate limited when doing the retweet? I am doing the login stuff in the retweet function, so perhaps...

Moving the `api = tweepy.API(auth)` section down to the main section did not resolve the 401 errors. Trying out a few things. Any input would be helpful, I am mostly...

I'll put the exception bit into my code to see if it gives more info instead of just the 401. I added some retry bits into the auth, so if...

No luck with the try/except section. "on_exception" in streaming.py is catching the exception before I can print out the response. At a minimum I am getting the 401 status code.

I am testing out the code below. One thing you want to keep in mind is that it is not good to catch every exception and run with it. You...

Another potential fix is to add this to the reconfigure options and specify what it is for. Maybe like, "Add the following folder(s) to the directory whitelist"