[Pharo-users] pharo config problem

2017-08-13 Thread jb
Hi, I have a problem with connection to a private smalltalkhub rep from the command line with pharo config. I think I set the --username and --password options correctly, but I always get: ZnHttpUnsuccessful: 403 Forbidded If I make the rep public then there is no access problem. Any hints what

Re: [Pharo-users] FLSerializer in Pharo 6.1

2017-08-11 Thread jb
No, that cannot be the problem. The following works without problems: | working stream | working := FileSystem disk workingDirectory. stream := (working / 'foo.txt') writeStream. stream nextPutAll: 'Hello World'. stream close. -- View this message in context: http://forum.world.st/FLSerial

[Pharo-users] Syntax Error: Message pattern expected

2017-08-02 Thread jb
Hi everyone! I get this error when I try to load a package from my Monticello rep. I have never seen this before and have not a clue where to look for the mistake. The error message window show: Object Any hints what to do? Johannes -- View this message in context: http://forum.world.st/Sy

Re: [Pharo-users] Zinc newbie question: How to get file metadata from Dropbox

2017-07-20 Thread jb
Sven Van Caekenberghe-2 wrote >> On 20 Jul 2017, at 19:57, Johannes Brauer < > brauer@ > > wrote: >> >> Hi! >> >> To download a file from Dropbox is easy: >> >> ZnClient new >> https; host: 'content.dropboxapi.com'; >> addPath: '2'; addPath: 'files'; addPath: 'download'; >> headerAt: 'Autho