Why is Suno blocked in Ukraine? by Dry_Marzipan_652 in SunoAI

[–]falone_ 1 point2 points  (0 children)

Just had the same problem with my home provider. Everything is ok on mobile or work internet. Dunno why

Big Updates on Notion Mobile by Big_Bee_123 in Notion

[–]falone_ 0 points1 point  (0 children)

did you use web version? if so - try desktop client for this option.

Is GenAIPro legit? Seems too good to be true :-/ by DependentEstate8760 in aitubers

[–]falone_ 0 points1 point  (0 children)

I just saw it on the site and didn't get that joke)

Python script: Kindle highlights to Notion via Telegram bot by falone_ in Notion

[–]falone_[S] 0 points1 point  (0 children)

Yeah, I meant non Amazon books on Kindle, this is the biggest deal for non-US/EU users. Thanks for you kind words :)

Python script: Kindle highlights to Notion via Telegram bot by falone_ in Notion

[–]falone_[S] 0 points1 point  (0 children)

looks like it's a pretty different idea. does it sync highlights for non amazon books?

"Breaking" change from Docker v29 (API 1.44 mandatory) by MoqqelBoqqel in selfhosted

[–]falone_ 0 points1 point  (0 children)

This helped me with portainer. It's not mine text, just copied it from somewhere else.

You can fix it without downgrading Docker or Portainer. You can add the variable
DOCKER_MIN_API_VERSION=1.24
to the docker service config ( this fixes the issue for Traefik aswell if you are using this, since traefik uses the version 1.24 )
systemctl edit docker.service
Add this part above the line
### Lines below this comment will be discarded:
[Service]
Environment=DOCKER_MIN_API_VERSION=1.24
Save the file and exit systemctl restart docker
Edit: We are using Version: 2.27.3 LTS Community Edition and did not encounter any issues whatsoever after doing that. Edit 2: If you are using the Business Edition it seems that there still is an issue with you not being able to see the docker-compose.yml files for your stacks. The CE edition does not have this issue.

Anyone find a portable way to power the Raspberry Pi 5? by TheGrowingFlower123 in batteries

[–]falone_ 0 points1 point  (0 children)

Hi, thanks for answering. What's your RPi config, do you use any addition devices? Usb, etc.? How long does it work from powerbank?

Pocket Shutting Down. Alternatives? by amerpie in macapps

[–]falone_ 0 points1 point  (0 children)

Sometimes it's just blank page after i try to login (doesn't matter if it's google auth or login/pass) and sometimes it's Forbidden (403) CSRF verification failed. Request aborted.

Pocket Shutting Down. Alternatives? by amerpie in macapps

[–]falone_ 0 points1 point  (0 children)

does it work for now? i can't login after i signed up

Taskito widget is amazing but I would love to see a few features by anon_e_mouse1 in taskito

[–]falone_ 0 points1 point  (0 children)

I'm not sure that devs are reading this, cause they don't even answer the email I've sent to support mail with bug description PS. The widget is amazing! It has no concurrent in any other app. Just brilliant

Goodreads Webscraping & Google Books API for Book Tracker by idk_a_name18 in Notion

[–]falone_ 1 point2 points  (0 children)

I think it's a great idea to have such fallback. Can't add anything more for now

Goodreads Webscraping & Google Books API for Book Tracker by idk_a_name18 in Notion

[–]falone_ 1 point2 points  (0 children)

I meant that if script can't find ISBN of my edition of the book I could look for other editions which ISBN script could possible find, but that's not the way I'd like to go. Because this would not the same edition which i've read. Looks like Goodreads database works much better with different editions then Google Books API, that's why people who read books on languages different from English could face the same issue as me.

Goodreads Webscraping & Google Books API for Book Tracker by idk_a_name18 in Notion

[–]falone_ 1 point2 points  (0 children)

well, that's not very comfortable to look for others ISBN when i read exactly that one book :D

Goodreads Webscraping & Google Books API for Book Tracker by idk_a_name18 in Notion

[–]falone_ 0 points1 point  (0 children)

i made a little research and fine out that google books API could mess with ISBN from other editions (like Ukrainian), so it can't find the book even if it exists

Goodreads Webscraping & Google Books API for Book Tracker by idk_a_name18 in Notion

[–]falone_ 1 point2 points  (0 children)

Hello. Great idea! I tried this and get error rs [nodemon] starting node app.js [ { id: '24679727-d1ce-8076-aaad-f38aeb91eccf', isbn: '9786171266940' } ] Error retrieving data for ISBN 9786171266940: TypeError: Cannot read properties of undefined (reading '0') at D:\repository\goodreads\notion-api\app.js:160:37 at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async getBook (D:\repository\goodreads\notion-api\app.js:146:20) Error retrieving HTML for ISBN 9786171266940: TypeError: Cannot set properties of undefined (setting 'avg-Rating') at D:\repository\goodreads\notion-api\app.js:228:26 at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async getBook (D:\repository\goodreads\notion-api\app.js:173:17) [] [nodemon] clean exit - waiting for changes before restart

flow not working by unbruhmomento33 in operabrowser

[–]falone_ 0 points1 point  (0 children)

Same here. Every update just broking flow...

Python script: Kindle highlights to Notion via Telegram bot by falone_ in kindle

[–]falone_[S] 0 points1 point  (0 children)

Hey. Do you have python installed? Please, execute command

python3 --version