james0x2a

About

Username
james0x2a
Joined
Visits
2
Last Active
Roles
Member

Activity

  • Repetier
    Hi,

    as promised here the download link

    it only works on arm 32 bit linux so you need to make the pi a cloud server for this test. Hopefully it gives some more information then till now.

    Thanks
    Roland Littwin
    May 2017
    • james0x2a
      james0x2a
      Well, it looks like it's fixed in 0.80.4. I would love to get a copy of that for linux x64 whenever you have the time.

      I did some digging around with gdb, and I traced the error in 0.80.3 to the call to repetier::RequestContext::analyseBrowser() from repetier::RequestContext::addContentDisposition(). The internal API comms between Repetier-Server instances don't include a User-Agent string. When I added a UA string to the fetchFile request, it worked correctly. This must have been fixed already in 0.80.4.