Jump to content

Al_Nafuur

+AtariAge Subscriber
  • Posts

    2,512
  • Joined

  • Last visited

About Al_Nafuur

Profile Information

  • Custom Status
    spontaneity needs to be carefully considered
  • Gender
    Male
  • Location
    Frankfurt, Germany
  • Currently Playing
    Bot&Tom 2
  • Playing Next
    1942 bB

Recent Profile Visitors

7,495 profile views

Al_Nafuur's Achievements

River Patroller

River Patroller (8/9)

2k

Reputation

  1. Or in the PlusCart menu "Setup -> System Info". If your PlusCart is connect to the internet and the server API is working correctly!
  2. Don't worry, no hurry. My hoster is taking it's time to investigate what is going on. In the mean time I did some further readings into the HTTP RFCs and I think it wasn't a good idea to use the Content-Length header for submitting the content length. The guardians of the HTTP standard have their own idea of what a "Content-Length" is for and who is setting/controlling it. So for the future we will use a custom header "X-Content-Length" to submit the length of the content to the PlusCart. I have build a new draft version (v2.3.20) with a few more code cleanups and I included the supercharger bios fix by @DirtyHairy, which was ported to the UCA by @ZackAttack.
  3. I added them to the firmware beta tester group. But #837 seems to be a PlusCart Duo, you will loose SD-Card support (including firmware update via SD-Card) with the PlusStore firmware. So you will have to flash it with a v102.3.18 (or higher) over the STM32CubeProgrammer later.
  4. done. @MarcoJ can you retry? Just checked the DB #596 and #818 are not connected to your account anymore. I have removed them from the beta firmware group
  5. The devices you tried where #1325 and #1330 I'll add those to the beta firmware group
  6. Yes,maybe. but we want to check why v2.3.17 is working and v2.3.18 not. I want to test the new version and the WiFi update on the PlusCart first. I have uploaded v2.3.18 for the beta tester group to the PlusStore. @MarcoJ your devices with the PlusStore-ID #596 and #818 are in the test group. @Capellão your device #109 is in the test group too.
  7. Good point! I'll test here with some of my ST-Link only devices!
  8. Strange I haven't changed anything there. But the IDE changed to new buildtools
  9. Loading ROMs (and most probably firmware updates) are still working with the current firmware. I have added a "static link" for a PacMac game to the error message:
  10. @MarcoJ Can you test this new beta firmware? Everyone else who knows how to flash the PlusCart with STM32CubeProgrammer can test too. PlusCart_2.3.18.elf
  11. No, everything is fine with your PlusCart. But the server is misconfigured by my hoster, so the PlusCart cannot parse the menu listings correctly.
  12. After spending half the night yesterday troubleshooting and looking for a workaround, here are my results: The PlusCart sends a HTTP/1.0 request, because I didn't want to parse the chunked content of the HTTP/1.1 responses. It looks like my hoster has changed the Webserver/PHP configuration so that it always response with an HTTP/1.1 response (even though a 1.0 should always be responded with 1.0). A chunked HTTP/1.1 response doesn't has a Content-Length header, because every chunk has a size indication. But the Content-Length header and a not chunked content is needed by the PlusCart to parse the response. I haven't found a workaround to force the Webserver to respond with 1.0 (or a not chunked 1.1) to the PlusCart requests to PHP, only for static html files I can force this. I have wrote an email to the hoster to explain the issue, but they responded that they will need up to 72 hours to investigate what is going on.
  13. Good news: I found the issue. The Apache Webserver deletes the Content-Length http header set in the PlusCart API. The PlusCart needs the length of the response to parse it correctly. Bad news: I need my hoster to "fix" the changes they made to the Apache webserver tonight.
  14. PlusCart API of the PlusStore is down for a few hours now. I am troubleshooting.
×
×
  • Create New...