Dropbox

Post Reply
wxyu
Posts: 2
Joined: Tue Oct 01, 2013 11:32 pm

Dropbox

Post by wxyu »

Hi all,

Had a search around but could not find the solution:

Trying to download a version control file from a dropbox link
Code: [show] | [select all] lua
function eden.checkupdate( ... )
	eden.versioncheck = downloadfolder.."version"

	if not downloadFile then
		cecho("Your version of Mudlet doesn't support downloading files - please upgrade to 2.0+")
	else
		downloadFile( eden.versioncheck, "https://dl.dropboxusercontent.com/s/gxn0e492mkojqqb/Eden%20Version%20Control.txt" )
	end
end
sysDownloadError is showing:
Code: [show] | [select all] lua
{
  "sysDownloadError",
  "Error creating SSL context ()",
  "Y:\\Users\\William\\.config\\mudlet\\profiles\\Eden Alpha/eden/version"
}
All I could find was this:
https://bugs.launchpad.net/mudlet/+bug/1102148

I'll probably host the file at a none https site for now but I'm just wondering if there's something else I should be doing.

Will

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Dropbox

Post by Vadi »

That's what you should do, https isn't in yet.

wxyu
Posts: 2
Joined: Tue Oct 01, 2013 11:32 pm

Re: Dropbox

Post by wxyu »

Thanks Vadi. Will do.

icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Dropbox

Post by icesteruk »

this been fixed, or is it still an issue? Sorry to bring back an old topic but beats asking the same question about https :/

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Dropbox

Post by Vadi »

Not yet.

icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Dropbox

Post by icesteruk »

dam, thanks

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: Dropbox

Post by chris »

It's in the development version, so whenever the next binary is released it will be there.

icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Dropbox

Post by icesteruk »

chris wrote:It's in the development version, so whenever the next binary is released it will be there.
Aye I'll try work a way around it til then. Thanks

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Dropbox

Post by Vadi »

https is in now in 3.0.

Post Reply