leedo / noembed

oEmbed gateway service with additional non-oEmbed sources
http://www.noembed.com
481 stars 90 forks source link

Gist error - "Undefined subroutine &main:: called" #37

Closed trevorah closed 8 years ago

trevorah commented 10 years ago

Requesting a gist returns a 200 with an error.

e.g http://noembed.com/embed?url=https://gist.github.com/schacon/4277 returns:

{
    "url":"https://gist.github.com/schacon/4277",
    "error":"Undefined subroutine &main:: called \n"
}
trevorah commented 10 years ago

Looks to be the same with GitHub embeds: http://noembed.com/embed?url=https://github.com/leedo/noembed/commit/ebd34f959458e1477d8a5e0da39e4c358402e72a

Perhaps this is due to the GitHub api version change?

leedo commented 10 years ago

Thanks! I'll look into this today.