Things don't appear to be working at the moment. Please try again later - paypal

I started to get this error (as an usaul customer, when I try to order some products on IHERB and other site). In 2017 all worked ok.
I found this artical
https://www.paypal.com/il/selfhelp/article/ts2067
what I need to explain in the support of this sites?? They answered me that other people can buy via PP without problem. But why I m not? :(((
My error that I get from the both sites:
https://www.paypal.com/webapps/hermes?flow=1-P&ulReturn=true&token=EC-6RB11487FP568722H&country.x=GB&locale.x=en_GB#/checkout/genericError?code=REVGQVVMVA%3D%3D
https://www.paypal.com/webapps/hermes?flow=1-P&ulReturn=true&token=EC-3NL51346KN821952W&country.x=RU&locale.x=ru_RU#/checkout/genericError?code=REVGQVVMVA%3D%3D
What I can do as a customer?
Any ideas?
Thanks!

I got answer from IHERB that it may be happens because my billing address in the PP is not the same as shipping address (my case).
Very stupid from my point of the view, but...
Even error not explain it, I needed to spend my time to find what the problem!

Error is address on paypal : 'address_error' you may need to fill out some address information and contact to paypal, there is no such code errors try sendbox to test your code if works follow the above instructions.

Related

Firebase authorization error 17999 happens for 2 users on prod

For some very weird reason the issue happens just for 2 users and they are waiting patiently for more than week until we solve it.
Other users are working like expected, can't reproduce it local either.
For others Facebook authorization works fine, Email and Password works fine as well.
There is nothing special about these users: iOS 11, latest iPhone etc.
Does anybody had chance to investigate and solve the issue already?
P.S. Firebase Support suggested to create minimal reproducible example, but the issue happens just for 2 users and it doesn't look like possible at the moment.
Thank you,
Alex
The issue happens for users in specific regions which are "banned" by Google (like Crimea etc)
Works fine when user turns on VPN. No other workarounds found by me so far.

Magento 2 save configurable product issue

Magento 2.1 admin:-
When updating configurable product I am getting the following issue.
You don't have permission to access /admin/catalog/product/validate/id/3316/type/configurable/store/0/set/4/key/11c0d458dc11fc072a5fdef7f5fb3fe633c433bbf0342175b987f10588ee2b2c/
Thanks in advance.
I have fixed that.
Just checked the server log and found that it was mod_security extension is enable.
That should be disabled.
Okay, How many products are you going to create or assign while creating configurable product.
I have experienced the same issue and I have sorted out with creating a configurable product with few product assignment.
I hope this may help you
Thanks
We were getting the following error -:
=======
403 Forbidden
You don't have permission to access /admin/catalog/product/validate/id/966/type/simple/store/0/set/9/
=====
Emailed hosting provider and they did change the setting at the server level. As soon as they changed the setting the error went straight away.
If they can’t change the setting on the server for some reason then look for product data. You will find malicious code, in our case it was iFrame code snippet which was causing that trouble.

Does Rails Tutorial still works?

Is it problem at my side, or Hartl's Rails Tutorial doesn't work any more? I tried like 20 times, cleared cache and history and nothing happens..
Failed to load resource: net::ERR_CONNECTION_TIMED_OUT is what console tells me..
railstutorial.org/book
No, it may be you. I can get to it fine from the SE US. Try a deep link: https://www.railstutorial.org/book/toy_app#sec-mvc_in_action and see if it works.
I don't know why, but i cant view book from Europe(I tried from Serbia, France and England). I entered site when i established VPN connection with server in Chicago USA.

How does Thunderbird's Mail Account Setup Wizard work?

I'm solving basically the same problem of "how do I map name+email address+password to IMAP and/or SMTP". Clearly, Thunderbird's got this one solved or near solved.
I can hunt through their source code, but is there any documentation on how this works?
You're probably looking for the account autoconfiguration documentation:
https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration

google earth tour error

In the past I had successfully created several Google Earth tours complete with audio and animation. As best I can remember, I looked at one of my tours 2weeks ago? and things were working fine.
But I look at the tours now on both my local machine and my host web server and the google earth tours have disappeared. When I look in firebug at where the code should be, I see the following error:
Failed to process gadget http://code.google.com/apis/kml/embed/tourgadget.xml. Reason: Unable to retrieve spec for... code.google.com/apis/kml/embed/tourgadget.xml. HTTP error 404
I have not changed anything within my code, so am completely at a loss.
Can anyone share what might have happened or what I need to do to get my GEs going again?
My web site is www.kavelookout.com...See www.kavelookout.com/fingers.html for where a tour should be.
UPDATE:
I believe this is the GE tour gadget code I need...
http://www.gmodules.com/ig/creator?synd=open&url=http://code.google.com/apis/kml/embed/tourgadget.xml
but as you can see, clicking on the 'More info...' link takes me to... google.com/ig/directory?synd=open&url=http://…
Does anyone know why GE Gadgets is not working at this time? Or what link I should be using to embed GE Tours? Can anyone confirm that GE Tours are having a problem, or is it me?
Much Thanks,
k
You should notice that the pages you're trying to process are no longer available, so, that's the nature of the error.
Check the link, it sais that the page is not being found, that's why you're getting a 404 error.
So I figured it out.
The embed code that was generated in the past was...
script src="http:// www.gmodules.com/ig/ifr?url=http://code.google.com/apis/kml/embed/tourgadget.xml
I'm not sure why or when it changed, but I found that the GE Tour gadget at this URL...
http://www.gmodules.com/ig/creator?synd=open&url=http://dl.google.com/developers/maps/tourgadget.xml
...now generates this new embed code...notice the differences...
script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/tourgadget.xml
Again, I'd love to know why things changed, but am happy to know there is an answer.