Describe the bug
Bridge returned error 0! (19486)
The cache path does not exists. You probably want: mkdir cache && chown www-data:www-data cache
problem occur only with TwitterBridge
To Reproduce
Steps to reproduce the behavior:
- get fresh rss-bridge
- replace bridge/TwitterBridge.php and lib/TwitterClient.php with this repo
- set cache to whatever (even null)
- open a twitter bridge with any username
- See error
Expected behavior
Showing latest tweets from chosen username
Screenshots

Additional context
This particular configuration is on a shared hosting (1&1/ionos) with php8.2
Again, other bridges are working fine, folder exists and is world-writeable.