jrjparks / myManga

Manga downloader and reader for Windows 7/8.1/10. Written in C# with a clean and simple WPF interface.
https://jrjparks.github.io/myManga/
GNU General Public License v3.0
79 stars 17 forks source link

Unable to retrieve chapters for Onepunch-Man #40

Closed scotty531 closed 8 years ago

scotty531 commented 8 years ago

The chapters are not available and loads of errors that look like this are in mymanga.log.2: WARN - Unable to parse from MangaPanda-English for Onepunch-Man. System.FormatException: String was not recognized as a valid DateTime.

I also get "There was an error decoding Batoto/MangaTraders (). Please reauthenticate." when launching the application even though my login details are correct (I've tried both email and username).

http://pastebin.com/pUivUMu4

jrjparks commented 8 years ago

Some things to check would be:

  1. Are you connected to the internet when you start myManga? For the application to re-authenticate it will attempt to login. That error is shown when this fails.
  2. The warnings now showing in the logs may have always happened, check with your web browser to see if the page is loading correctly. I just tested loading Onepunch-man from both MangaPanda and MangaReader with it loading correctly.
scotty531 commented 8 years ago

I fixed the authntication error by deleting mymanga.auth.conf. Yes I'm connected to the internet and it loads in my browser.

jrjparks commented 8 years ago

What happens if you re-search and re-add Onepunch-man?

scotty531 commented 8 years ago

No change.

jrjparks commented 8 years ago

This is very odd. I think it may have to do with you and how I have C# handle the DateTime parse. My guess is that your systems CultureInfo is not the same as mine and that's on me. I'll try to get a fix out for this soon. On the note of deleting the mymanga.auth.conf, all you should need to do would be to go the the settings and re-login. This happens due to how your password is hashed and when myManga is updated you need to rehash.

jrjparks commented 8 years ago

See if the Plugins-Fix#40 fixes your error. https://github.com/jrjparks/myManga/releases/tag/3.0.5933.24612

scotty531 commented 8 years ago

It works now, thanks!