INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: vbphil on June 03, 2022, 09:58:59 am

Title: Overwrite MC Tags with MCWS, MC29
Post by: vbphil on June 03, 2022, 09:58:59 am
I have some User Library Fields that I populate externally via my home brew app using MCWS. I'm finding when I write to a field that has data in it, I'm getting a 500 Internal Server Error. If I go into MC and delete the data, then I can write to it using MCWS. I'm using the Set Info method.

I'm wondering if this is by design. Also, I don't see a command in MCWS to clear a field if that's what I should do first.

Thanks,   -phil
Title: Re: Overwrite MC Tags with MCWS, MC29
Post by: Matt on June 03, 2022, 11:03:32 am
I just tried setting a field that was already set and it works fine.

http://localhost:52199/MCWS/v1/File/SetInfo?File=61955696&FileType=Key&Formatted=1&Field=Artist&Value=Abba

Maybe post the call you're making?  Thanks.
Title: Re: Overwrite MC Tags with MCWS, MC29
Post by: vbphil on June 03, 2022, 11:26:44 am
I just tried setting a field that was already set and it works fine.

....

Duh...  Just tried it again and it works fine. I think I must have cured it by restarting MC the other day. It was doing this during my script development so I must have angered the MC gods.
Thanks for replying.