CelularBat
CelularBat
### Typ elementu lub problemu (The type of item or problem) - [X] Reklama (Advert) - [ ] Wydobywanie kryptowalut (Cryptocurrency mining) - [ ] Anty-adblock (Anti-adblock wall) - [...
`FileNotFoundError: No such file: '/content/first_order_model/aligned_images/photo-0.jpg'` Fixed after moving photo from _/content/first_order_model/aligned_images/raw_images/_ into _/content/first_order_model/aligned_images/_ But more errors appear. `ModuleNotFoundError: No module named 'imageio_ffmpeg'` I needed to install it manually `pip install...
**Describe the bug** I made app in NodeJS. I've tested it in browser and everything works. After packing it into .apk my backend throws this error, when trying to use...
**Is your feature request related to a problem? Please describe.** AndroidJS uses port 3000 and some other Node modules also use port 3000 by default and it makes conflict. Yes...
Hello, this is my first try to use androidJS. I'm compiling the example app from project page. When I run: andoridjs build I get that message at the end. The...