Re: Help with 400 Bad Request
Ulrich Klauer <[email protected]> Sun, 15 Feb 2015 09:51:21 +0100
| Newsgroups | gmane.comp.audio.musicbrainz.devel |
|---|---|
| Message-ID | <[email protected]> |
Joe Martinez wrote: > Are you sure about that? I checked the code, and I can't seen how that > would be happening. I'm not even writing the document to a file. I'm > creating it as a string in memory and sending it directly from memory. > Also, that path that you mentioned looks like a Unix path, and I'm on a > Window system, so even if I was, it would start with "C:\", rather than > "/tmp/". > Could you be looking at the wrong request? It's the right request, but it's true that the file name is local. It seems Catalyst puts the data into a temporary file in some cases. I'm trying to read it from the tempfile if that happens now, but I'm not sure it works. Try again, anyway ... Ulrich