james0x2a
About
- Username
- james0x2a
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Activity
-
Hi,as promised here the download linkit 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.ThanksRoland LittwinMay 2017
-
james0x2aWell, 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.
-