-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS 9 - No Image, Even Address Bar #96
Comments
It seems we are together (#55) in this. Just to rule out any possible connection issues, have you tried running the server with |
I just tried using a listening address of 0.0.0.0:8080, and it gave a "connection was refused" error |
classilla has noscript, did you try enabling scripts globally? that's what fixed this for me |
That does the trick, yes. It's strange that whitelisting the host IP does not work, scripts really must be enabled globally. Thanks for the tip. |
yep, i found it strange as well! no problem. now that it seems to work, are you getting an issue with resizing? this is where i'm stuck. was trying to recompile browservice based on what was discussed in #33 but was having trouble |
There is indeed this strange issue where the Classilla window can't decide whether or not to include scroll bars, and keeps switching back and forth between both states unpredictably. |
ok same here, i'm going to try to test this commit today which apparently should fix the issue, cc @ttalvitie |
Tried enabling scripts globally in Classilla, and it does work, but yea, has the resizing issue. |
is anyone able to build browservice with the code change i highlighted above and test that it works? i still can't get it working |
@luquillito In this case, you only need to rebuild However, for this change, a binary patch may be the easiest solution: just replace Instructions on how to patch:
Let me know whether this fixes things; if it does, then we could add the fix to the next mainline release. (And it seems I should really try to improve the instructions and tools for building Browservice so that we wouldn't have to resort to binary patches 😅) |
@ttalvitie i can confirm this fixed the issue for me |
The resize issue should be fixed in v0.9.6.5. |
Been trying to figure this out for a while now. I'm running Mac OS 9.2.2 on my iBook G3, trying to get Browservice (running on Windows) to work. However, when I connect to the server through a browser, it connects, but displays nothing, not even the address bar. It does this with Classilla 9.3.3, Internet Explorer 4.5 (I've also tried 5.0 and 5.5, but those have that issue of looping between pages), Netscape 6.2.1, Netscape 7.0.2, and Opera 6.03. I've tried these arguments:
As well as some others. I've also tried it on my PowerMac G4, which gives the same issues I've tried running the 32-bit version, which didn't help. I've also tried using directories, connecting to something like:
Doing this, it still does not display anything. I've also tried doing it on the host (connecting to the server from my Windows computer), which does work. Hell I've even tried connecting them with a different ethernet cable. So based on all of this information:
So, why does it not work then? What am I missing? I don't think it's the connection between the machines, as every web browser says it connects, and I've replaced the cable, but still it seems to me like the most likely option.
The text was updated successfully, but these errors were encountered: