eyp-developers / statistics

The platform to measure European Youth Parliament debates
https://stats.eyp.org
GNU General Public License v3.0
9 stars 2 forks source link

create session form sometimes won't create a session #156

Closed wolfskaempf closed 7 years ago

wolfskaempf commented 7 years ago

I suspect it has something to do with the picture author link, which, if copied directly from Flickr is often longer than 200 characters which exceeds the maximum length for this field

wolfskaempf commented 7 years ago

It seems the length of the content of the URLFields is not the issue. Testing revealed it worked flawlessly with more than 1000 characters.

ostenbom commented 7 years ago

Think all this has to do with making users too soon, not cleaning up if errors and not returning anything helpful if form is not valid: https://github.com/eyp-developers/statistics/issues/162 https://github.com/eyp-developers/statistics/issues/145