Tonio Liebrand

Results 13 comments of Tonio Liebrand

Thank you so much for the fast response. I have made further analysis on the error: - Yes, i chunked the data in two parts: Chunk 1: Categories 1:50, Chunk...

Maybe, a small hint how one can further specify the issue. As far as i see, the issue is rather wth `source(...)`. Note, if you put the modules from my_module.R...

Thanks so much for the fast response! I didn´t encode the body as json before. I will make sure i do that in the future. However, the problem still occurs....

Thanks for the answer @meztez It is a good idea. I opened two putty consoles. Started plumber on the first. On the client side I sent requests until the error...

Thank you for the answers! @lindes : Yes i saw the generator. I would still focus on `MAPNIFICENT_PROTO` as it seems to be (related to) the protobuf message. I would...

Hi Maxime, thanks for your comment. The error occurs here: https://github.com/Toniiiio/imageclipr/blob/4b49aef08aa50b2a9c14eaff9298cfa10bbd6f5c/R/insertImageCode.R#L64 so it seems no picture was created on disk. `Sys.info()[1]` should yield "Linux" for you. So the error should...

I realise this is old, but it could happen to more people if they c&p the code in R and run it via the console: I think it should work...

Hi @IsmetOzzer, could you check whether a file is produced/saved in the working directory (getwd())

Hi @IsmetOzzer, ok could you try to run this part manually: https://github.com/Toniiiio/imageclipr/blob/4b49aef08aa50b2a9c14eaff9298cfa10bbd6f5c/R/insertImageCode.R#L22. (after copy a picture to the clipboard) Unfortunately i didnt write the MacOS part myself, maybe the author...