PlaylistConverter broken

Whenever I try and upload a playlist to convert at https://slipmat.io/playlists/ I get the following error:

Error: <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="NONE,NOARCHIVE"> <title>403 Forbidden</title> <style type="text/css"> html * { padding:0; margin:0; } body * { padding:10px 20px; } body * * { padding:0; } body { font:small sans-serif; background:#eee; } body>div { border-bottom:1px solid #ddd; } h1 { font-weight:normal; margin-bottom:.4em; } h1 span { font-size:60%; color:#666; font-weight:normal; } #info { background:#f6f6f6; } #info ul { margin: 0.5em 4em; } #info p, #summary p { padding-top:10px; } #summary { background: #ffc; } #explanation { background:#eee; border-bottom: 0px none; } </style> </head> <body> <div id="summary"> <h1>Forbidden <span>(403)</span></h1> <p>CSRF verification failed. Request aborted.</p> <p>You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties.</p> <p>If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for &#39;same-origin&#39; requests.</p> </div> <div id="explanation"> <p><small>More information is available with DEBUG=True.</small></p> </div> </body> </html> 

That error message pops up if you are on http and not https. The link you posted is correct but you may have an old bookmark that points to the non-safe page?

We are doing automatic redirections in few places on the site but due to some unfortunate design decisions that can’t be fully automated on our current stack.

Ah I found the link in the Traktor forums
https://www.native-instruments.com/forum/threads/traktor-nml-reader-a-new-tool-for-traktor-users.196692/ the link in the opening post redirects to this place.

Wow, that’s an old one! Seems that I wrote the original in 2013! :slight_smile:

1 Like

I am experiencing a variant of this issue; for several weeks now I have been unable to get an .nml playlist to load. It gets stuck mid-upload. This particular instance occurred 11 July 2020 at 6:18 a.m. Central US time.
screencapture-slipmat-io-dj-events-a17a70d1-b589-4ced-8895-64f986315489-2020-07-11-06_18_10|332x500

Thanks for the heads up, I created a ticket and will tackle this with the next update later this week.

(Also sorry for slow response! :confused:)

1 Like

Zero worries! Life happens - this is super-minor for me!

1 Like

This seems now to be fixed - at least it works for me again with all test playlists.

Will need to refactor the playlist converter app soon as it has grown quite a bit from the original Traktor tool and it seems to be a bit flaky with other site updates. But as long it works…

1 Like