Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

DragonRuby Game Toolkit

An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By DragonRuby

Failed to download itch.io butler

A topic by danabr75 created May 06, 2020 Views: 596 Replies: 3
Viewing posts 1 to 2

Ran into issues trying to run dragonruby-publish to publish  one of the sample dragonruby apps as a test. Any help would be appreciated. I can launch the sample app with dragonruby just fine.
```
$ ./dragonruby-publish mygame
Starting publish for game in directory 'mygame'
Developer ID: myname
Developer Title: My Name
Game ID: mygame
Game Title: My Game
Game Version: 0.1
Game Icon: metadata/icon.png
All platform builds are complete!
Downloading itch.io butler...
Download of 'https://broth.itch.ovh/butler/darwin-amd64/LATEST/archive/default' failed
Failed to download itch.io butler
```
System Info:
OS X 10.14.6
Ruby 2.7 (RVM)
I've installed butler via the Itch app (https://itch.io/docs/butler/installing.html), and also dragonruby, but using the downloaded binary to try to publish.
```
$ butler -V
v15.17.3, built on Dec 13 2019 @ 08:55:52, ref 94c194ef1888b0363e399983355bf981dee38ff8
$ butler login
Your local credentials are valid!
```

Hello, On my Windows 10 system, following solved the issue: Manually download the butler (*.zip) and extract the butler files in  .dragonruby\itchio-butler directory. That's all.

I had tried that (I should have mentioned it) and it still tried to download the files , but I'll try that again, thanks!

You can also use `dragonruby-publish --only-package` to not attempt uploading to itch