Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

504 on Firefox bookmark import #5754

Open
github-account1111 opened this issue Apr 25, 2022 · 3 comments
Open

504 on Firefox bookmark import #5754

github-account1111 opened this issue Apr 25, 2022 · 3 comments

Comments

@github-account1111
Copy link

github-account1111 commented Apr 25, 2022

Environment

  • Version: 2.4.3
  • Installation: Docker
  • PHP version:
  • OS: Windows 11
  • Database: SQLite
  • Parameters: -p 80:80 -e "SYMFONY__ENV__DOMAIN_NAME=http://localhost" -e SYMFONY__ENV__FOSUSER_CONFIRMATION=false
My app/config/parameters.yml is:
PASTE HERE

What steps will reproduce the bug?

I've gone through #1941 and the corresponding issues, and it wasn't clear to me what the limit is to how big the import file can be.
I wasn't keen on installing and dealing with redis on my system, so I split my original 1MB Firefox JSON into 3 smaller 330KB chunks, but my local Docker instance is still choking on those.
That can't be right, can it?
I would think even a 1 megabyte import wouldn't require any extra software, especially since I'm running the thing locally on a PC.

@N07070
Copy link

N07070 commented May 10, 2022

I happen to have the same issue, importing a JSON from Firefox's bookmarks. The file is as follows ;

» ls -la
.rw-r--r-- user user 624 KB Tue May 10 20:38:04 2022  nice-bookmarks.json
» wc -l nice-bookmarks.json 
14038 nice-bookmarks.json

It does contain emojis and other utf-8 characters, but that shouldn't be an issue ?

As for the server :

  • Wallabag Version: 2.4.1
  • PHP version : 7.3

@nicosomb
Copy link
Member

nicosomb commented Aug 3, 2023

@N07070 is that possible to give us an extract of the file?

@jsspen
Copy link

jsspen commented Dec 1, 2023

I'm also having this problem. The JSON file is only 187 entries but it only actually imported about a dozen before crashing.

I know it's been mentioned a few times before but I really wish I could just import a text list. It would be easier to break into smaller chunks, likely opening an easy workaround for this issue but it also making it easier to keep track of how many entries were actually imported since we don't currently have a success/fail report after importing lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants