- Jul 3, 2022
- 46
- 60
Okay, I did and I got that same response, except for the time. Here are the answer headers, and I attached the entire response in a text file, if that can help you understand. I'll admit API testing tools and RPC requests are way beyond my understanding of programming.looks like it. you'll have to send a request to rpc server manually to diagnose this further
install thisYou must be registered to see the links, go to thisYou must be registered to see the links, and send this request(while F95Checker is running):
you should get a response like this:Code:http://127.0.0.1:57095/assets/mdi-webfont.ttf
View attachment 3327033
Code:
access-control-allow-origin: *
cache-control: public, max-age=3600
content-type: font/ttf
date: Tue, 06 Feb 2024 16:12:41 GMT
server: SimpleHTTP/0.6 Python/3.11.7
I don't think I ran any script. I downloaded F95Checker from the Actions tab in Github, the Windows artifact of the latest beta, unzipped it in my usual F95checker folder and ran it. As for the extension, I enabled dev mode in Brave and dragged "chrome.zip" in the extensions tab. I can try to give you more info if you have an idea of something that could help understand?looks like i found the issue MayhemSixx . you are running the script with pythonw, or you renamed it to .pyw, correct? to avoid having the command prompt window?
for some godforsaken reason, when python itself is running with no console output, it also sends no data over RPC, so the extension doesnt work correctly.
Last edited: