larsiusprime / crashdumper

A cross-platform automated crash report generator/sender for Haxe/OpenFL apps.
MIT License
112 stars 33 forks source link

Deprecated hxssl recommended when you try an https server URL #30

Closed IBwWG closed 8 years ago

IBwWG commented 8 years ago
C:/HaxeToolkit/haxe/lib/crashdumper/git/crashdumper/hooks/Util.hx:71: characters 3-23 : haxe.Http has no field fileTransfer (Suggestion: fileTransfert)

Without hxssl in the project.xml file, everything works fine.

IBwWG commented 8 years ago

Sorry, my bad, I see the notice now on their lib saying "Please note hxssl is depreciated as it has been merged into Haxe core. This library is no longer maintained." But crashdumper tells you to use it for https if you try: "---------------------------

Error

Https is only supported with -lib hxssl

OK

"

IBwWG commented 8 years ago

Oh, that message actually comes from haxe.Http...I guess the problem is with that and not with crashdumper.