Adventure Game Studio

AGS Development => Site & Forum Reports => Topic started by: Slasher on Wed 04/09/2019 07:24:55

Title: Game database error
Post by: Slasher on Wed 04/09/2019 07:24:55
When trying to enter Youtube video:  Database query G.37.11 error: Data too long for column 'youtube' at row 1
Title: Re: Game database error
Post by: AGA on Wed 04/09/2019 07:28:22
Are you entering only the ID of the video?

If the full link is e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ&list=RDdQw4w9WgXcQ&start_radio=1&t=0, it's only dQw4w9WgXcQ you want.  Strip off the start and anything that might come after the ID.
Title: Re: Game database error
Post by: Slasher on Wed 04/09/2019 10:42:01
Thanks AGA  (nod)