kaelri / enigma

A featured "suite" for the Windows system monitoring application, Rainmeter.
https://www.kaelri.com/project/enigma/
270 stars 93 forks source link

Gmail stuck loading #82

Open jckinnick opened 9 years ago

jckinnick commented 9 years ago

Looks like nobodys reported this issue yet, its been like this for a month or more.

ghost commented 9 years ago

Hmmmm... Try checking your internet AND firewall for possible connecton failure.

Also try changing your password to 15 charcaters long and not containg characters such as: .-_,!"#$%&/()=?* and so on.

Double check if youur password is correct (and your e-mail)

If none of above work try re-installing and updating Enigma and Rainmeter and then repeating the same steps.

Try it and tell us how it goes.

LGACode commented 9 years ago

I'm experiencing the same issue. I've met the password requirements and checked my firewall for blocking.

jedrekdomanski commented 8 years ago

Same issue here, my gmail reader stuck on Loading, Waiting for data from WebParser. Does anyone have a fix for this?

remocrevo commented 7 years ago

This is related to #36 . I love Enigma, and I'd love for the Gmail widget to allow special characters in the password. @janekmuric could you point me to the files that might need fixing to make this work? If I get it working, I'll create a pull request.

remocrevo commented 7 years ago

Seems related to this line: https://github.com/Kaelri/Enigma/blob/master/Skins/Enigma/Options/Options.lua#L75

remocrevo commented 7 years ago

I have never worked in Lua, but I'm guessing the password needs to be URL-encoded since it's included in the feed URL.

remocrevo commented 7 years ago

See pull request #108 for a solution to this problem.