trueToastedCode
trueToastedCode
I've written a new working parser. I left that Good/Bad thing. But I will parse everything into Python objects and even convert the time into UTC based on what offset...
> Thank you for correcting the code. How do you point this to specific calendars? The url doesn't change the app on the page. Thanks! This will only work on...
I personally had much less trouble using self generated API keys. 1. `openssl genrsa -out your-prv-key.pem 2048` 2. `openssl rsa -in your-prv-key.pem -pubout -outform PEM -out your-pub-key.pem` 3. Register the...
> hi @trueToastedCode , have you been able to find a way to reproduce it consitently? Would it work for your case if you put it in a try except...
> > > hi [@trueToastedCode](https://github.com/trueToastedCode) , have you been able to find a way to reproduce it consitently? Would it work for your case if you put it in a...
It tries to execute x86-64 chromium although its on ARM64 `$ file /home/anonymous/.local/share/undetected_chromedriver/2fd8036c81a1359c_chromedriver /home/anonymous/.local/share/undetected_chromedriver/2fd8036c81a1359c_chromedriver: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0,...
OK so the problem is, that the google archive does actually only provide x86-64 Linux Chromedriver. The solution is to download a custom one and patch it so it doesn't...
> OK so the problem is, that the google archive does actually only provide x86-64 Linux Chromedriver. The solution is to download a custom one and patch it so it...
Same it's broken.