Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using external URL option #203

Open
calvinturbo opened this issue Jul 31, 2016 · 4 comments
Open

Error when using external URL option #203

calvinturbo opened this issue Jul 31, 2016 · 4 comments
Labels

Comments

@calvinturbo
Copy link

Hi there,

I am using the external URL option to add videos to my library. The problem is that my URLs are very long and thus the adding fails.

This error is displayed in the SSH console:

Value too long for column "EXTERNAL_LINK VARCHAR(255)

My URL is around the 700 characters. Can you maybe up the limit to 1000 characters so longer URLs are supported? Thanks :)

@calvinturbo
Copy link
Author

Accordding to the v1.0.5.BETA changelog, this issue is fixed, but it doesn`t seem to be fixed.
I am using the no-mysql option and applied the patch fix (by opening the new version).
@dularion

@dularion
Copy link
Member

dularion commented Aug 1, 2016

Oh sorry, referenced the wrong issue in the release. Will look into it soon!

@gkiko
Copy link
Collaborator

gkiko commented Sep 1, 2016

@calvinturbo this issue still active?

@Jeronimo95 Jeronimo95 added the Bug label Aug 25, 2017
@Jeronimo95
Copy link
Contributor

@gkiko Yes this still appears to be a bug.

Fixing it shouldn't be to hard, but I think it will require a migration for old databases to update the colum from varchar(255) to text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants