Skip to main content

eBay vs. PayPal - auf Deutsch

Ich hab ein Problem. Ein Problem, dass ich bereits seit über 1,5 Jahren (!!!) habe. Ich kann bei eBay NICHT mit PayPal zahlen. Bis vor 2 Wochen hatte ich dieses Problem nur auf der Deutschen eBay Seite (ebay.de). Die Lösung war extrem nervtötend und zeitraubend, aber einfach: ich hab mich einfach über die österreichische (ebay.at) oder britische (ebay.co.uk) Seite eingeloggt und die Zahlung dort angestoßen.

Neuerdings geht das auch nicht mehr. Wieso? Weil eBay es einfach nicht rafft. Die deutsche Seite wurde schon vor längerer Zeit auf ein "Pop-up" für den PayPal-Login umgestellt. Dieser sieht ungefähr so aus:

Seit dem die das gemacht haben konnte ich nicht mit PayPal zahlen! Egal wie oft ich meine E-Mail-Adresse und Passwort eintippe es kommt immer der Fehler, dass die Logindaten falsch wären. SIE SIND ES NICHT!

Die österreichische und britische Seiten wurden vor kurzem ebenfalls auf diese Loginseite umgestellt. Und siehe da: dort funktioniert es auch nicht!

Ich hab eBay und PayPal beide mehrmals wegen diesem Problem angerufen (beide mind. 2 mal). PayPal ist das Problem BEWUSST und sie haben mir 2 mal bestätigt, dass das Problem bei eBay liegt und dass sie bei eBay deswegen ein "Support-Ticket" offen haben! Der eBay Support ist einfach nur schlecht. Die haben keine Infos und empfehlen mir IE zu nutzen. *sarkastisches LOL*

Wenn man Sysadmin ist versteht man natürlich ein wenig von Debugging und man wird neugierig. Was ist da kaputt? Wieso ist es kaputt? Kann es tatsächlich an meinem Browser liegen? Die Antwort für letzteres ist: NEIN. Es liegt nicht an meinem PC oder meinem Browser, da ich das Problem mit vielen unterschiedlichen PC/Browser-Kombinationen immer habe!

Getestet von mir:
  • PC1: Windows 7 mit Firefox (ca. alles von 30.0 bis 50.0)
  • PC2: Linux Mint mit Firefox (ebenfalls sehr viele Browser-Versionen)
  • PC3: Linux Mint mit Google Chrome
Überall das gleiche Ergebnis: HTTP 400 / Bad Request. Das sieht dann ungefähr so aus:


(Das komplette Bild leite ich gerne an eBay- oder PayPal-Mitarbeiter weiter die mir helfen können.)

Wie man sieht wirft die PayPal-Login-API (https://www.paypal.com/webapps/helios/api/auth/login) den Fehler zurück.

Die Header beinhalten sogar eine "Paypal-Debug-Id", welches bestimmt sehr nützlich für die Fehlersuche sein könnte. Natürlich nur dann, wenn sich jemand von einer der beiden Firmen mal bereit erklären würde das Problem zu untersuchen.

Ich hab sogar versucht die Verknüpfung zwischen meinem PayPal-Konto und eBay-Konto mehrmals zu löschen und wieder zu erstellen. Hilft auch nicht.

Comments

Popular posts from this blog

Making a game for the PlayStation 2

Actually, not really for the PS2 - not natively at least. Rather making a game for YaBasic which can be played on the PS2. I started my geek life when I was 11 years old and got my first computer (486). A few years later I found some games written in QBasic on a gaming magazine's CD. That was the first time I came in contact with programming. I didn't understand much back then, because I wasn't taught before and I didn't speak any English (it's my 3rd language...) so I was just trying to figure out how the games worked by modifying stuff. These games were simple text adventures, where you had to make choices and the game would progress that way. There were no commands like "go left" or "pick up". The game presented you all the options and you had to input the number of the option you chose. And instead of "if-else" there were GOTOs everywhere. This was how I made my first game, a multiple-choice quiz with 10 questions. Since I didn

Building my own arcade cabinet - a photo diary

This has been in the making for 1.5 years and I'm thrilled to share it with you. But instead of writing a long post with boring details, I'll just add short comments to the pictures. Enjoy! The beginning: RasPi3 and RetroPie started for the first time. Buttons & joystick from AliExpress for $20. Neat! Testing the buttons. The first box. Version 2 of the box, much cleaner. Should be something like this, when it's finished Temporary solution: ATX power supply from an old PC. The amplifier arrived, too! Learning to solder: if your tip looks like this, you're doing something wrong. Visual concept number two: controller and speaker box. The messy insides of the controller box. A friend helped me out cutting the wood for the final controller box. That's not the final box, just another test run. This is more like it. Made from an old office desk. Button layout on paper...

RE: "Hacking" the PS2 - Game development

Happy 2019 everbody! This is a follow-up to my previous post:  "Hacking" the PS2 This whole thing started basically when I discovered that there is a possibility to write your own programs for the PS2. I didn't have a PS2 back in the day (I started collecting consoles around 2011) so I just found out recently. Finding out how YaBasic worked and "reverse engineering" the checksum in the source code proved to be so entertaining that I basically lost interest in making a game after that. During the holidays I had a lot of time and to make something productive I decided to take it up again and this time actually make a game. I also wanted to "streamline" the development process by not having to use 3 different programs and 2 OS's to test every change in the code I make. My old process was: write the code in Vim run the Bash script (from the previous post) to add the checksum use PS2 Save Builder to make a save file use mymc to a