Dylan Reinhold

Results 30 comments of Dylan Reinhold

The bump in channels is causing the CI build to fail : error message ``` The conflict is caused by: The user requested asgiref==3.3.4 channels 3.0.5 depends on asgiref=3.5.0 ERROR:...

Okay cool it does build, did you see my note asking if you could update the settings to make them look for environment variables also, so it would work in...

What if you remove the limit logic all together. If you just comment out these two lines (and restart to web service) https://github.com/ScanOC/trunk-player/blob/master/radio/views.py#L321-L322 That would skip all limits in the...

Cool I will check it out. I used jplayer for no real reason other than it was the first package I found that I could get to work. So I'm...

The page not auto updating is most likely due to the websocket connection not working (which in this version has a lot moving parts, so it's easy to have an...

Start with the ./manage.py runworker make sure you have a couple running, then make sure you have reddis up and running, I think it might not even start daphnie if...

I just pushed a fix for the default scan list. I have always overwritten the default scan-list (to limit what is in default, so I had not really noticed).

@dkettmann yes similar issue. That code you uncommented just forces the data to reload every 2 seconds and update the table. Ill re open this as it needs to be...

It does not like the json file from trunkrecorder, can you post one of the json files that is being created.