sjdirect / abotx

Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
https://abotx.org
131 stars 23 forks source link

The DateTime represented by the string is out of range #11

Closed sjdirect closed 8 years ago

sjdirect commented 8 years ago

From customer...

We get the following exception “The DateTime represented by the string is out of range” (when the expiration date is being parsed as DateTime). I saw others had the same problem in the following thread: https://github.com/dnauck/Portable.Licensing/issues/26. I tried to set the date to be 200 years from now just as a try, but then I get an exception that the expiration date not match the signature.

sjdirect commented 8 years ago

Created a new nuget package 1.2.48 to fix it. I'm unable to repro but have refactored some code that may be the culprit.

net-bet commented 8 years ago

still the same problem. other ideas ?

net-bet commented 8 years ago

maybe if you generate us a license for 200 years will help ? that way we'll have no issues with the c# max date...

sjdirect commented 8 years ago

Notes: I sent @net-bet a new license with an expiration of 200 years from now and it appears to solve his issue. I will make that the default for all lics in the future to make sure others do not have this issue.

@net-bet, what os/platform are you using? I'm still unable to repro but want to understand why this fails for so few people but worked fine for so many others.

sjdirect commented 8 years ago

Related to this issue... https://github.com/dnauck/Portable.Licensing/issues/26

net-bet commented 8 years ago

I’m developing on Windows 10, .net framework 4.5….

From: Steven [mailto:notifications@github.com] Sent: Monday, September 19, 2016 7:17 PM To: sjdirect/abotx abotx@noreply.github.com Cc: Hezi Bremer Hezib@Net-Bet.net; Mention mention@noreply.github.com Subject: Re: [sjdirect/abotx] The DateTime represented by the string is out of range (#11)

Notes: I sent @net-bethttps://github.com/net-bet a new license with an expiration of 200 years from now. I will make that the default for all lics in the future to make sure others do not have this issue.

@net-bethttps://github.com/net-bet, what os/platform are you using? I'm still unable to repro but want to understand why this fails for so few people but worked fine for so many others.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/sjdirect/abotx/issues/11#issuecomment-248040450, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVQf8fcS6Q20BBJ0Dia9wNNrJx2lvBuxks5qrrWWgaJpZM4J_76L.

sjdirect commented 8 years ago

Fix was deployed to site now. Any new lics will have this automatically. Any lics generated before now would have to be regenerated upon customers request.