bastinat0r / Spaceapi_Visualisation

Visualisation for Data scraped from the Spaceapi
http://spaceapi-stats.n39.eu/
MIT License
20 stars 7 forks source link

hackerspace Bielefeld ist always open #26

Open electronicfreak opened 7 years ago

electronicfreak commented 7 years ago

hey we got the same problem like fablab nürnberg.

{
    "api":"0.13",
    "space":"Hackerspace Bielefeld e.V.",
    "logo":"https:\/\/hackerspace-bielefeld.de\/spacestatus\/hackerspace-bielefeld-ev-logo.png",
    "url":"https:\/\/hackerspace-bielefeld.de",
    "location":{
        "lat":52.038224,
        "lon":8.533056,
        "address":"Sudbrackstrasse 42, 33611 Bielefeld, Germany"
    },
    "contact":{
        "phone":"+49-52-1337-322-42",
        "jabber":"hsb@chat.jabber.space.bi",
        "ml":"public@hackerspace-bielefeld.de",
        "twitter":"@HackerspaceBI",
        "email":"members@hackerspace-bielefeld.de",
        "facebook":"https:\/\/www.facebook.com\/HackerspaceBielefeld",
        "issue_mail":"admin@hackerspace-bielefeld.de"
    },
    "feeds":{
        "blog":{
            "type":"rss",
            "url":"https:\/\/blog.hackerspace-bielefeld.de\/?feed=rss"
        }
    },
    "state":{
        "icon":{
            "open":"https:\/\/hackerspace-bielefeld.de\/spacestatus\/open.png",
            "closed":"https:\/\/hackerspace-bielefeld.de\/spacestatus\/closed.png"
        },
        "open":false,
        "lastchange":1478303509,
        "trigger_person":"infobot"
    },
    "icon":{
        "open":"https:\/\/hackerspace-bielefeld.de\/spacestatus\/open.png",
        "closed":"https:\/\/hackerspace-bielefeld.de\/spacestatus\/closed.png"
    },
    "open":false,
    "projects":[
        "https:\/\/github.com\/HackerspaceBielefeld",
        "https:\/\/wiki.hackerspace-bielefeld.de\/Kategorie:Projekt"
    ],
    "issue_report_channels":[
        "email"
    ]
}

We moved the server and the current url is https://hackerspace-bielefeld.de/spacestatus/status.json

patkan commented 7 years ago

FAU FabLab also has the problem mentioned here, in #22 and #12. The problem seems to be that you use the data coming from the @fixme-lausanne fork which is not up-to-date. The fork under https://spacedirectory.org/ by @spacedirectory seems to be more reliable. Edit: OK, I mixed things up, this seems to be the right directory... (At least spacedirectory.org does not maintain a list on its own)