Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

ICU Error on Win64 #19

Closed
IainNZ opened this issue Jan 18, 2014 · 3 comments
Closed

ICU Error on Win64 #19

IainNZ opened this issue Jan 18, 2014 · 3 comments

Comments

@IainNZ
Copy link
Contributor

IainNZ commented Jan 18, 2014

Listening on 8000...
ERROR: assertion failed: :((err[1]==0))
 in ICUDateFormat at C:\Users\Iain\.julia\ICU\src\ICU.jl:505
 in _get_format at C:\Users\Iain\.julia\Calendar\src\Calendar.jl:100
 in format at C:\Users\Iain\.julia\Calendar\src\Calendar.jl:174
 in CalendarTime at no file
WARNING: backtraces on your platform are often misleading or partially incorrect

related to JuliaStrings/ICU.jl#7 I think

@IainNZ
Copy link
Contributor Author

IainNZ commented Jan 18, 2014

I'm not sure where in the stack this happens. Could be lower.

@IainNZ
Copy link
Contributor Author

IainNZ commented Jan 18, 2014

I guess its in HttpCommon, because if I hard code this (as well as chop out GnuTLS, due to JuliaWeb/GnuTLS.jl#14):

RFC1123_datetime(t::CalendarTime) = begin
    t = tz(t,"GMT")
    #format(RFC1123_FORMAT_STR, t) * " GMT"
    return "Wed, 27 Mar 2013 08:26:04 GMT"
end
RFC1123_datetime() = RFC1123_datetime(now())

I can actually run the demo script in README!

@IainNZ
Copy link
Contributor Author

IainNZ commented May 31, 2014

Out of date most likely

@IainNZ IainNZ closed this as completed May 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant