Airwave1981

Results 9 comments of Airwave1981

Hello all, think I fixed the problem. Problem is, that the phonenumber not needs to be entered anymore! So set contact phone block in line 497 in __init__.py should look...

Mhm strange. End last week it happend on every login. Maybe it was an issue on ebays side. I had it once again today, then it was gone so far....

![image](https://user-images.githubusercontent.com/32637309/227198056-6d463c87-c9ec-469e-922a-4098b1dd9a54.png) Since today it seems you cannot download the new version via https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe and need to run the App Store version...!

Yes the link is not broken, but not the latest version anymore ...!

> [0007-Make-PICKUP-shipping-type-work-again.txt](https://github.com/donwayo/ebayKleinanzeigen/files/7577352/0007-Make-PICKUP-shipping-type-work-again.txt) Thanks, but raises: **name 'shipment_select' is not defined** Think adding select_element = driver.find_element_by_css_selector('select[id$=".versand_s"]') shipment_select = Select(select_element) after if (ad['shipping_type']) == 'SHIPPING': is fixing this...

> Unfortunately @Airwave1981 fork does ignore shipping type = PICKUP and sometimes even crash with SHIPPING. > > Traceback (most recent call last): File "/home/admin/Development/ebayKleinanzeigen/./kleinanzeigen.py", line 579, in fPosted =...

Hey all, isn't it in any way possible to use the created cookies in a follow up run, so that a relogin isn't always needed? Thanks