|
|
i can not upload my script..
There were problems with the following fields:
that is the problem |
|
|
Please post your metadata. |
|
|
// ==UserScript==
|
|
|
I think you need a namespace.
// ==UserScript== // @name eRepublik hrvatski prijevod // @namespace inchy // @description eRepublik hrvatski prijevod // @include http://www.erepublik.com/* // ==/UserScript== |
|
|
same again..do not work again.. |
|
|
a have write it in notepad..
|
|
|
@inchy, Should be more than alright in Notepad... I just copied your original metadata into a user.js file and successfully uploaded it myself with a test script.... not really quite sure what's going on with yours. Try uploading certain parts of it at a time, with the metadata on the first time... maybe USO is doing some validation elsewhere... dunno for sure. |
|
|
again the same problem...
can you give me your emali
|
|
|
Are you using a textarea upload or file upload? Can you paste the complete source in pastebin and give the link? |
|
|
file upload because I dont have textarea upload...its not showen to me that option of upload pastebin??? |
|
|
@inchy,
|
|
|
|
|
|
@inchy, Try indenting your non-meta data comments too... maybe USO is treating top level comments as metadata. I'll try to create a script momentarily with this and see... will need to copy it over to windoze and try there... will take a few moments. |
|
|
thanks a lot my friend |
|
|
There are some characters that uso can't handle. Jesse needs to fix this. |
|
|
@inchy, Odd... worked for me without any changes in Windows (XP) Notepad... must be the file itself... try the download link at your pastebin, click it, save it, then try to upload that to USO. I can't recall if Vista has Save File type options too in Notepad, but if it does I believe it should be UTF-8 or ANSII. XP defaults to ANSII, which is what I uploaded. Try picking another editor if that fails. |
|
|
I tried it (he already sent me it by email) and it didn't work.
|
|
|
i uploaded it finaly..but it doest work..
i wil kill my self..i woked on it weeks.. |
|
|
@inchy, LOL some scripts take time... some of my scripts I test for at least 6 months before even contemplating publishing in a repository. So what method worked for you? |
|
|
You should test it to make sure it works before uploading. |
|
|
i konw..but the same script works on different language..
|
|
|
email me - anotherjesse@gmail.com your file and I can see what is wrong. |
|
|
Jesse Andrews wrote:I emailed you about a similar issue. |
|
|
jesse i emailed you |
|
|
So the issue seems to have to do with trying to oddly encoded files. I've re-introduced the pasting into a text area, which seems to always force UTF-8 (the browser will convert non-UTF8 to the page's content-type of charset=utf-8 Does anyone know if there is a way to force file uploads to be encoded properly as well? It makes sense that the browser wouldn't alter binary formatted files, but if there is a way to say the files are text file and have it encode the upload as UTF-8 on the client side? |