maxkueng / somascrobbler-api

An API tfor real-time SomaFM track metadata
http://api.somascrobbler.com/
MIT License
7 stars 3 forks source link

Down ? #2

Closed MoxFulder closed 10 years ago

MoxFulder commented 10 years ago

Hi there. Can you check status of soma polling ? I think something is going wrong, feed are red-backgrounded on the main github page.

thiatrat commented 10 years ago

service offline for a month already. I recommend setting up your own copy.

maxkueng commented 10 years ago

Will check it out. I'm in vacation. Will be back in a week.

maxkueng commented 10 years ago

It's back up and running. I don't know why it suddenly stops fetching tracks after a while. Could be an issue with maxkueng/somastation as sometimes just one single station gets stuck.

MoxFulder commented 10 years ago

The feeds are green but the demo doesn't work

maxkueng commented 10 years ago

@MoxFulder The demo subscribes 5 different stations. The table will get some rows as soon as any of the 5 stations get a new track. It doesn't fetch the initial track. It may take a minute or so but it does work.

MoxFulder commented 10 years ago

OK, but it still doesn't work

maxkueng commented 10 years ago

Could you be more specific? When I open api.somascrobbler.com the demo works just fine. After a while new tracks start trickling in. All my instances of SomaScrobbler, which use the API, receive tracks for their stations and scrobble.

The list of stations at the top is the same thing as the demo but renders differently.

MoxFulder commented 10 years ago

it works at home. But it seems my office's proxy is doing something in there. I'll check again tomorrow

On Mon, Sep 1, 2014 at 5:56 PM, Max Kueng notifications@github.com wrote:

Could you be more specific? When I open api.somascrobbler.com the demo works just fine. After a while new tracks start trickling in. All my instances of SomaScrobbler http://maxkueng/somascrobbler, which use the API, receive tracks for their stations and scrobble http://www.last.fm/user/somabagel.

The list of stations at the top is the same thing as the demo but renders differently.

— Reply to this email directly or view it on GitHub https://github.com/maxkueng/somascrobbler-api/issues/2#issuecomment-54074489 .

maxkueng commented 10 years ago

It uses WebSockets over socket.io but it should fall back to long-polling and such. If your office's proxy has problems with either of those things it might not work. If you find out what it is and there is something I can do about it, please let me know.