Skip to content
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

name 'self' is not defined, CTY.PLIST could not be loaded, errors #1

Closed
coolest42u opened this issue Jul 14, 2024 · 13 comments
Closed
Assignees

Comments

@coolest42u
Copy link

Hi , i got those errors while executing.

my system:
Ubuntu 22.04
RTL-SDR
Python3.10

@aa2il aa2il self-assigned this Jul 15, 2024
@aa2il
Copy link
Owner

aa2il commented Jul 15, 2024

You are probably missing the cty.bin file. It has been added to the "data" directory. Please re-clone the data directory and try again.

@coolest42u
Copy link
Author

ok it works thank you :D

@coolest42u
Copy link
Author

Thank you for your help,
by the way
I have upconverter (hamitup) is it possible to add frequency shift ?

@aa2il
Copy link
Owner

aa2il commented Jul 16, 2024

Yes, it should be possible. It might already be in the code already but I don't have an upconverter to try it out. Try using the
-foffset parameter to see if this does what you want. If not, such a capability is easy to add.

BTW, thank you for your feedback and alerting me to the original problem.

@coolest42u
Copy link
Author

Your welcome,

i got tihs error when i use ./pySDR -foffset 125000

*** ERROR in setupSDR: requested RF offset outside tuner bandwidth
Offset = 125000.0 KHz Max = Half Bandwidth = 1024.0 KHz

and i think i have to disable direct sampling too. its automaticly change sampling to 1 or 2 it must be 0 or disabled

@aa2il
Copy link
Owner

aa2il commented Jul 17, 2024

Ok - I'll take a closer look at how to include an offset.
If you use the -rtl switch, that should disable the direct sampling. You can get a list of all of the command line parameters using the --help switch.
73 - Joe

@aa2il
Copy link
Owner

aa2il commented Jul 17, 2024

Hello again - I've added a flag "-hamitup" to the command line arguments that should take care of the offset for your up-converter. It also disables the direct sampling. I do not have a way of testing it so please let me know if this works for you. You will need three updated files from the pySDR directory - params.py, gui.py and receiver.py. Thanks.

@coolest42u
Copy link
Author

Hello, yesss it works like a charm :D without any problem.Thank you again for your help and quick response.

@coolest42u
Copy link
Author

Solved

@coolest42u
Copy link
Author

screen

My screenshot :D

1 similar comment
@coolest42u
Copy link
Author

screen

My screenshot :D

@aa2il
Copy link
Owner

aa2il commented Jul 18, 2024

Excellent - good luck and thanks again for the feedback. BTW, where are you and do you have a callsign?
73 - Joe

@coolest42u
Copy link
Author

Excellent - good luck and thanks again for the feedback. BTW, where are you and do you have a callsign? 73 - Joe

I'm from Ankara, Turkey, unfortunately i don't have any callsing yet. if i get one, i will share with you. thanks again. izzet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants