Josh Ourisman

Results 12 comments of Josh Ourisman

I'm still having this problem. I still can't even access the developer site, I just get an error message after authenticating. ![image](https://user-images.githubusercontent.com/39895/34745442-87d043cc-f55e-11e7-8524-73bed15fbd74.png)

Possibly relevant, if I GET the IP for the hub, this is the response: ``` HTTP/1.1 401 not authorized content-length: 33 content-type: application/json Date: Thu, 07 Sep 2017 14:07:13 GMT...

Interestingly, if I GET either of my two Wink Relays, they 500: ``` HTTP/1.1 500 Internal Server Error X-Content-Type-Options: nosniff Content-Type: text/html; charset=utf-8 Content-Length: 22 Date: Thu, 07 Sep 2017...

Yeah, I noticed that after a little digging. If I use 8888 then it does fail to open a connection to the hub. On Thu, Sep 7, 2017 at 12:14...

You know, having worked in IT for nearly 20 years now, you'd think I'd have tried that. You'd be wrong… I'll give it a shot after work.

Ah, this is due to the thundering herd protection. You need to pass herd=False to the set() method and then it will work. This should probably be clearer in the...

At the moment, the date format actually is configurable. It's using Django's SHORT_DATE_FORMAT setting (as well as django.template.defaultfilters.date) to format datetime objects. So currently the way to configure the date...

This sounds like a pretty good plan to me. Makes a lot of sense for django-tablib to be an extension of tablib rather than a separate project depending (pretty much...

I am also encountering this issue. As you can see from the traceback above, the problem is that there are Subregion objects that are non-unique by a combination of region...

I did a quick test to try and get this working a little while ago, and it's relatively simple. I am also targeting graceful degradation for users without Javascript (server-side...