hey @Angrycrow
i’d love to help, honestly, but i haven’t actually used pages in probably well over a year… i’ve abandoned it in favor of some node.js modules i’ve been working on, but life has been pretty busy and i don’t have a lot of time to play with this stuff much at all.
having said that i can give you a few possible things to try:
you’ll definitely want to use the LiveOSC scripts included with pages, i can’t really vouch for any other versions floating around to be compatible.
i switched the ports from 9000/9001 to 9005/9006 at some point due to conflicts with other popular software and unfortunately the documentation didn’t get updated to reflect that. 9005/9006 are correct for the pages LiveOSC scripts.
you might try 127.0.0.1 instead of localhost as there have been some weird issues around ipv6 and localhost name resolution in the past.
i think live 8 should work fine but memory is a bit hazy on version numbers at this point… you’ll want to make sure the script is selected as a control surface (i think you know this but just in case).
i seem to recall python versions being a bit tricky but not 100% sure on that point… i believe if you dig into the LiveOSC remote script there should be some debugging code commented out in the __init__.py file? i think it writes exceptions/stderr to an output file. you may try enabling that and see if it leads anywhere.
i hope you can get it working! i’ll keep an eye on this thread if i can help with anything else.