tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

Keep getting email: Error processing: ??? Error reading META from your last upload #105

Open vushu opened 1 year ago

vushu commented 1 year ago

I just registered myself via fez register for the first time today, but are having trouble uploading, not sure what to do.

Here is my repo https://github.com/vushu/raylib-raku

im using

fez v
>>= fez version: 54
fez upload

>>= Bundle manifest:
       examples/window.raku
       generator/generate-bindings.raku
       lib/Raylib/Actions.rakumod
       lib/Raylib/Bindings.rakumod
       lib/Raylib/Grammar.rakumod
       LICENSE
       META6.json
       README.md
       t/00-use.rakutest
       t/extern.rakutest
       t/generate-bindings.rakutest
       t/parse-raylib.rakutest
>>= Resources ok
>>= Hey! You did it! Your dist will be indexed shortly.

But shortly after Im getting the email:

Error processing: ???:
Error reading META from your last upload

Thanks.

zjhmoss commented 1 year ago

Have you used Test::META to run meta-ok();? I was getting the same email and it turned out there actually was a problem with my META6.json.

A quick download of your project and a Test::META run says there is a problem with the source-url in your META6.json.

vushu commented 1 year ago

thanks for the reply. After fixing the source-url and again checking the META using Test::META I'm still having the same problem.

zjhmoss commented 1 year ago

My apologies. I forgot I also received same email after fixing the META6.json. I ended up using git archive and uploading the resulting tar.gz file using fez's --file option

vushu commented 1 year ago

@zjhmoss thanks for the help! Indeed that did work, I guess that's the workaround for now.

tony-o commented 1 year ago

@vushu i will take a look at this, at the moment i'm trying to get a new zef eco server going as the mechanism that's reading the META in the background will be deprecated by AWS and this may take another version before this gets fixed (and give you better error messaging).

grizzlysmit commented 10 months ago

OK I had the same problem, looks like this is the work around