enigma icon indicating copy to clipboard operation
enigma copied to clipboard

Gmail stuck loading

Open jckinnick opened this issue 11 years ago • 7 comments
trafficstars

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

jckinnick avatar Oct 31 '14 06:10 jckinnick

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.

ghost avatar Oct 31 '14 14:10 ghost

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

LGACode avatar Jul 13 '15 23:07 LGACode

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

jedrekdomanski avatar Mar 07 '16 01:03 jedrekdomanski

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 avatar Dec 14 '16 14:12 remocrevo

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

remocrevo avatar Dec 14 '16 14:12 remocrevo

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 avatar Dec 14 '16 14:12 remocrevo

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

remocrevo avatar Dec 15 '16 14:12 remocrevo