niccokunzmann / first_timer_scraper

Find pull-requests and issues of first time contributors
http://firsttimers.quelltext.eu
GNU Affero General Public License v3.0
9 stars 15 forks source link

Image does not load with github user content #20

Open niccokunzmann opened 7 years ago

niccokunzmann commented 7 years ago

This image: http://firsttimers.quelltext.eu/repository/coderdojopotsdam/regex-tutorial.svg?a=1 This camo URL: https://camo.githubusercontent.com/07c2d94a61eca7b14a8d54d99f227e33aa53aa7a/68747470733a2f2f666972737474696d6572732e7175656c6c746578742e65752f7265706f7369746f72792f636f646572646f6a6f706f747364616d2f72656765782d7475746f7269616c2e737667 Response: Error Fetching Resource

I suppose it is a timeout.

Possible Solution: Add a cache function for the content. Usage:

@cache_result(SECONDS)
@get(...)
def ...