filepizza icon indicating copy to clipboard operation
filepizza copied to clipboard

file.pizza doesn't work

Open optimistic5 opened this issue 4 years ago • 15 comments

file.pizza doesn't work. I tried latest Firefox and Chrome; Linux, Windows; desktop, smartphone; different counties, no luck.

I selected a file to share image

I opened URL in another computer (another IP and location), pressed download button and see Peers: 0 · Up: 0 Bytes · Down: 0 Bytes image

Does it works for you? Please, let me know if you need any logs from me.

optimistic5 avatar Jun 03 '20 18:06 optimistic5

image

andrekutianski avatar Jun 03 '20 22:06 andrekutianski

I also have this problem. It doesnt even work with 2 tabs of the same browser.

alexpear avatar Jun 29 '20 21:06 alexpear

yes doesnt work

BattleOfPlassey avatar Sep 20 '20 18:09 BattleOfPlassey

For anyone looking for an alternative: I think instant.io is a pretty good substitute.

Tinoooo avatar Sep 20 '20 18:09 Tinoooo

It has something to do with the server rendering the page instead of the client.

When I run npm start in a localhost, I can download it in another tab without any problems.

milanovitch44 avatar Jan 01 '21 20:01 milanovitch44

@kern could you look into that?

KonradLinkowski avatar Jul 23 '21 21:07 KonradLinkowski

I get the same issue, with the same Invariant Violation error in the console

sc84647 avatar May 18 '22 06:05 sc84647

Still broken in Chrome & Firefox. I'll second instant.io - appears to have the same form and function (just missing the cute pizza topping path). Major advantage is that it works!

joshuaganger avatar Jul 05 '22 20:07 joshuaganger

Same for me. It does not work at all. I trief instant.io but their GUI is very ugly and has less good functions. I like the idea if the link as ingredients. And also the qr code is quite handy. Very sad that this very nice software is not working any more. 😭

Mopfus avatar Sep 12 '22 15:09 Mopfus

I trief instant.io but their GUI is very ugly and has less good functions.

@Mopfus You might prefer https://wormhole.app (which is linked from https://instant.io).

jacktose avatar Sep 13 '22 18:09 jacktose

@jacktose That site seems to be not open sourced and try to let me upload smaller files before I'm able to share them p2p with others.

Actually, I've figured out that transferring files though UDP to my friend with ISP's firewall's censorship is not reliable as UDP usually got throttled. Now I just use miniserve + Freenom + CloudFlare DNS + Let's Encrypt + Google BBRv1 combo to host a mini website and share files to them through HTTPS.

escape0707 avatar Sep 14 '22 02:09 escape0707

I trief instant.io but their GUI is very ugly and has less good functions.

@Mopfus You might prefer https://wormhole.app (which is linked from https://instant.io).

Nope. I don’t want to upload my files to some random server I don’t know. The idea of a pizza is p2p. And that’s a great idea! This one wormhole thing has nothing to do with P2P.

Mopfus avatar Sep 14 '22 16:09 Mopfus

@Mopfus I've been using

  • https://github.com/schollz/croc (my favorite)
  • https://github.com/szimek/sharedrop
  • https://justbeamit.com/ (closed source I think)

Technetium1 avatar Sep 14 '22 17:09 Technetium1

@Technetium1 AWESOME! Thank you very much. At the moment I like sharedrop the most, but I will keep on testing a little bit more. The thing for such tools is, that it has to be easy-to-use for nomal-not-tech-users. Because then they are needed the most. So that not dad wants to send all the 100 holiday pictures via WhatsApp or so...

Mopfus avatar Sep 14 '22 20:09 Mopfus

@Mopfus my advice is to teach how to compress a folder of stuff, and justbeamit over, since it's the most user friendly I've come across so far. If you were super motivated, you could make a simple wrapper for croc with pyinstaller or something to initialize outgoing transfers.

EDIT: Some people are already on that... https://github.com/howeyc/crocgui You inspired me to open this issue, maybe follow for updates: https://github.com/freeacetone/croc-gui/issues/1

Technetium1 avatar Sep 14 '22 21:09 Technetium1